1 | [ Aug 18 06:16:36 Enabled. ] | ||
2 | [ Aug 18 06:16:36 Rereading configuration. ] | ||
3 | [ Aug 18 06:16:37 Rereading configuration. ] | ||
4 | [ Aug 18 06:16:38 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 18 06:16:38 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.18 06:16:39.726137 [ 1 ] {} <Information> Application: Will watch for the process with pid 22971 | ||
33 | 2024.08.18 06:16:39.726582 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.18 06:16:39.962746 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22971 | ||
35 | 2024.08.18 06:16:39.963461 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.18 06:16:39.964153 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.18 06:16:40.055702 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.18 06:16:40.198568 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.18 06:16:40.198621 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.18 06:16:40.198639 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.18 06:16:40.198713 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.18 06:16:40.198999 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.18 06:16:40.200553 [ 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.18 06:16:40.201056 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.18 06:16:40.201905 [ 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.18 06:16:40.201930 [ 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.18 06:16:40.201944 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.18 06:16:40.202132 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.18 06:16:40.203018 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.18 06:16:40.208562 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.18 06:16:40.209542 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.18 06:16:40.211136 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.18 06:16:40.211202 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.18 06:16:40.212899 [ 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.18 06:16:40.213225 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.18 06:16:40.217796 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.18 06:16:40.218479 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.18 06:16:40.220060 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.18 06:16:40.220426 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.18 06:16:40.220794 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.18 06:16:40.221168 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.18 06:16:40.222535 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.18 06:16:40.222562 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.18 06:16:40.222656 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.18 06:16:40.222828 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.18 06:16:40.244029 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.18 06:16:40.244067 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000179263 sec | ||
74 | 2024.08.18 06:16:40.244107 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.18 06:16:40.244121 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.18 06:16:40.245555 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.18 06:16:40.246577 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.18 06:16:40.246598 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.18 06:16:40.246628 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.18 06:16:40.246645 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.18 06:16:40.246656 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.18 06:16:40.246686 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.18 06:16:40.246698 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.18 06:16:40.246712 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.18 06:16:40.246743 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.18 06:16:40.246756 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.18 06:16:40.246770 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.18 06:16:40.246784 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.18 06:16:40.246813 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.18 06:16:40.246827 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.18 06:16:40.246841 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.18 06:16:40.246866 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.18 06:16:40.246880 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.18 06:16:40.281644 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.18 06:16:40.287574 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.18 06:16:40.287604 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3381e-05 sec | ||
97 | 2024.08.18 06:16:40.287620 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.18 06:16:40.287636 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.18 06:16:40.287661 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.18 06:16:40.287850 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.18 06:16:40.287899 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.18 06:16:40.287916 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.18 06:16:40.287933 [ 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.18 06:16:40.287948 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.18 06:16:40.320068 [ 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.18 06:16:40.507518 [ 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.18 06:16:40.507580 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.18 06:16:40.566359 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.18 06:16:40.566569 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.11 MiB (RSS), difference: 147.24 MiB | ||
110 | 2024.08.18 06:16:40.567397 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3071e-05 sec. | ||
111 | 2024.08.18 06:16:40.567729 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.18 06:16:40.567843 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.18 06:16:40.567908 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.18 06:16:40.567931 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.18 06:16:41.676999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.18 06:16:41.677208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.18 06:16:41.677242 [ 3 ] {} <Debug> HTTP-Session: 212c5dc9-ec2e-40f2-a900-63ec2fd02294 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
118 | 2024.08.18 06:16:41.677271 [ 3 ] {} <Debug> HTTP-Session: 212c5dc9-ec2e-40f2-a900-63ec2fd02294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.18 06:16:41.677289 [ 3 ] {} <Debug> HTTP-Session: 212c5dc9-ec2e-40f2-a900-63ec2fd02294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.18 06:16:41.677374 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.18 06:16:41.677407 [ 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.18 06:16:41.677431 [ 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.18 06:16:41.677492 [ 3 ] {} <Trace> HTTP-Session: 212c5dc9-ec2e-40f2-a900-63ec2fd02294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.18 06:16:41.678577 [ 3 ] {04dff8a5-4302-49e7-9378-e7dec9f2dda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.18 06:16:41.700203 [ 3 ] {04dff8a5-4302-49e7-9378-e7dec9f2dda5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56570) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.18 06:16:41.700872 [ 3 ] {04dff8a5-4302-49e7-9378-e7dec9f2dda5} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.18 06:16:41.702280 [ 3 ] {} <Debug> HTTP-Session: 212c5dc9-ec2e-40f2-a900-63ec2fd02294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.18 06:16:41.702773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.18 06:16:41.702837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.18 06:16:41.702863 [ 3 ] {} <Debug> HTTP-Session: 231745d3-7857-477d-9b04-2261a2c3eb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
179 | 2024.08.18 06:16:41.702888 [ 3 ] {} <Debug> HTTP-Session: 231745d3-7857-477d-9b04-2261a2c3eb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.18 06:16:41.702905 [ 3 ] {} <Debug> HTTP-Session: 231745d3-7857-477d-9b04-2261a2c3eb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.18 06:16:41.702954 [ 3 ] {} <Trace> HTTP-Session: 231745d3-7857-477d-9b04-2261a2c3eb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.18 06:16:41.704116 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.18 06:16:41.704227 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.18 06:16:41.706189 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.18 06:16:41.708913 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.18 06:16:41.714670 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.18 06:16:41.714703 [ 3 ] {477cd49e-3cfb-4a32-9c3e-6a7b4edfe801} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.18 06:16:41.714724 [ 3 ] {} <Debug> HTTP-Session: 231745d3-7857-477d-9b04-2261a2c3eb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.18 06:16:41.716582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.18 06:16:41.716644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.18 06:16:41.716671 [ 3 ] {} <Debug> HTTP-Session: a8893c4d-7982-4065-9bdd-436e040a239e Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
192 | 2024.08.18 06:16:41.716692 [ 3 ] {} <Debug> HTTP-Session: a8893c4d-7982-4065-9bdd-436e040a239e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.18 06:16:41.716710 [ 3 ] {} <Debug> HTTP-Session: a8893c4d-7982-4065-9bdd-436e040a239e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.18 06:16:41.716752 [ 3 ] {} <Trace> HTTP-Session: a8893c4d-7982-4065-9bdd-436e040a239e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.18 06:16:41.716889 [ 3 ] {671639a9-9778-4428-b4d1-552b79e5bfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.18 06:16:41.717189 [ 3 ] {671639a9-9778-4428-b4d1-552b79e5bfbe} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56570) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.18 06:16:41.717327 [ 3 ] {671639a9-9778-4428-b4d1-552b79e5bfbe} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.18 06:16:41.717495 [ 3 ] {} <Debug> HTTP-Session: a8893c4d-7982-4065-9bdd-436e040a239e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.18 06:16:41.718239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.18 06:16:41.718289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.18 06:16:41.718307 [ 3 ] {} <Debug> HTTP-Session: 02838479-1dd9-40a2-a623-a78d138c6d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
250 | 2024.08.18 06:16:41.718325 [ 3 ] {} <Debug> HTTP-Session: 02838479-1dd9-40a2-a623-a78d138c6d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.18 06:16:41.718341 [ 3 ] {} <Debug> HTTP-Session: 02838479-1dd9-40a2-a623-a78d138c6d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.18 06:16:41.718370 [ 3 ] {} <Trace> HTTP-Session: 02838479-1dd9-40a2-a623-a78d138c6d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.18 06:16:41.718528 [ 3 ] {029dfbec-6736-4b53-931a-46f7d1c72aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.18 06:16:41.718683 [ 3 ] {029dfbec-6736-4b53-931a-46f7d1c72aaf} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.18 06:16:41.718705 [ 3 ] {} <Debug> HTTP-Session: 02838479-1dd9-40a2-a623-a78d138c6d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.18 06:16:41.719293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.18 06:16:41.719341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.18 06:16:41.719361 [ 3 ] {} <Debug> HTTP-Session: 61c5431a-eb9c-4702-8da6-798add3c45e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
259 | 2024.08.18 06:16:41.719377 [ 3 ] {} <Debug> HTTP-Session: 61c5431a-eb9c-4702-8da6-798add3c45e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.18 06:16:41.719392 [ 3 ] {} <Debug> HTTP-Session: 61c5431a-eb9c-4702-8da6-798add3c45e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.18 06:16:41.719422 [ 3 ] {} <Trace> HTTP-Session: 61c5431a-eb9c-4702-8da6-798add3c45e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.18 06:16:41.719508 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.18 06:16:41.719562 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.18 06:16:41.734358 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.18 06:16:41.734393 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2271e-05 sec | ||
266 | 2024.08.18 06:16:41.734410 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.18 06:16:41.734428 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.18 06:16:41.734454 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.18 06:16:41.734598 [ 3 ] {14b91c95-b418-4be1-9d55-7758c0644077} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.18 06:16:41.734625 [ 3 ] {} <Debug> HTTP-Session: 61c5431a-eb9c-4702-8da6-798add3c45e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.18 06:16:41.734774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.18 06:16:41.734834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.18 06:16:41.734855 [ 3 ] {} <Debug> HTTP-Session: e3c978f4-1f35-4452-8268-42eef228c80f Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
274 | 2024.08.18 06:16:41.734878 [ 3 ] {} <Debug> HTTP-Session: e3c978f4-1f35-4452-8268-42eef228c80f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.18 06:16:41.734899 [ 3 ] {} <Debug> HTTP-Session: e3c978f4-1f35-4452-8268-42eef228c80f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.18 06:16:41.734934 [ 3 ] {} <Trace> HTTP-Session: e3c978f4-1f35-4452-8268-42eef228c80f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.18 06:16:41.735100 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) /* 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.18 06:16:41.735154 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.18 06:16:41.739445 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.18 06:16:41.751879 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Debug> oximeter.version (03ecef4c-7c1f-4fa3-a2b7-88dc0509d60c): Loading data parts | ||
282 | 2024.08.18 06:16:41.752275 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Debug> oximeter.version (03ecef4c-7c1f-4fa3-a2b7-88dc0509d60c): There are no data parts | ||
283 | 2024.08.18 06:16:41.758707 [ 3 ] {7e909d97-af7f-4bea-92b0-8c3cd3be150d} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.18 06:16:41.758735 [ 3 ] {} <Debug> HTTP-Session: e3c978f4-1f35-4452-8268-42eef228c80f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.18 06:16:41.758864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.18 06:16:41.758924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.18 06:16:41.758951 [ 3 ] {} <Debug> HTTP-Session: 4668413b-968e-49e1-8b28-420af969e1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
288 | 2024.08.18 06:16:41.758967 [ 3 ] {} <Debug> HTTP-Session: 4668413b-968e-49e1-8b28-420af969e1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.18 06:16:41.758986 [ 3 ] {} <Debug> HTTP-Session: 4668413b-968e-49e1-8b28-420af969e1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.18 06:16:41.759022 [ 3 ] {} <Trace> HTTP-Session: 4668413b-968e-49e1-8b28-420af969e1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.18 06:16:41.759219 [ 3 ] {8ace65b7-00e6-4e06-bd31-fad30c726f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) /* 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.18 06:16:41.759280 [ 3 ] {8ace65b7-00e6-4e06-bd31-fad30c726f6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.18 06:16:41.767246 [ 3 ] {8ace65b7-00e6-4e06-bd31-fad30c726f6b} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Loading data parts | ||
304 | 2024.08.18 06:16:41.767441 [ 3 ] {8ace65b7-00e6-4e06-bd31-fad30c726f6b} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): There are no data parts | ||
305 | 2024.08.18 06:16:41.771742 [ 3 ] {8ace65b7-00e6-4e06-bd31-fad30c726f6b} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.18 06:16:41.771773 [ 3 ] {} <Debug> HTTP-Session: 4668413b-968e-49e1-8b28-420af969e1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.18 06:16:41.771954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.18 06:16:41.772019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.18 06:16:41.772047 [ 3 ] {} <Debug> HTTP-Session: a838c78c-576a-4dfd-985c-653521812305 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
310 | 2024.08.18 06:16:41.772066 [ 3 ] {} <Debug> HTTP-Session: a838c78c-576a-4dfd-985c-653521812305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.18 06:16:41.772088 [ 3 ] {} <Debug> HTTP-Session: a838c78c-576a-4dfd-985c-653521812305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.18 06:16:41.772129 [ 3 ] {} <Trace> HTTP-Session: a838c78c-576a-4dfd-985c-653521812305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.18 06:16:41.772342 [ 3 ] {247dc895-4f51-4b33-bd6b-3addd339496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.772402 [ 3 ] {247dc895-4f51-4b33-bd6b-3addd339496d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.18 06:16:41.780320 [ 3 ] {247dc895-4f51-4b33-bd6b-3addd339496d} <Debug> oximeter.measurements_i8 (6600101b-356a-477a-a67b-58f1f6bb0769): Loading data parts | ||
316 | 2024.08.18 06:16:41.780491 [ 3 ] {247dc895-4f51-4b33-bd6b-3addd339496d} <Debug> oximeter.measurements_i8 (6600101b-356a-477a-a67b-58f1f6bb0769): There are no data parts | ||
317 | 2024.08.18 06:16:41.785107 [ 3 ] {247dc895-4f51-4b33-bd6b-3addd339496d} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.18 06:16:41.785149 [ 3 ] {} <Debug> HTTP-Session: a838c78c-576a-4dfd-985c-653521812305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.18 06:16:41.785267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.18 06:16:41.785329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.18 06:16:41.785357 [ 3 ] {} <Debug> HTTP-Session: a0785cda-559e-476a-b294-43d66c65bc23 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
322 | 2024.08.18 06:16:41.785376 [ 3 ] {} <Debug> HTTP-Session: a0785cda-559e-476a-b294-43d66c65bc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.18 06:16:41.785397 [ 3 ] {} <Debug> HTTP-Session: a0785cda-559e-476a-b294-43d66c65bc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.18 06:16:41.785436 [ 3 ] {} <Trace> HTTP-Session: a0785cda-559e-476a-b294-43d66c65bc23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.18 06:16:41.785614 [ 3 ] {be756bd1-0f63-42e0-b4e9-3cb436fa3d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.785669 [ 3 ] {be756bd1-0f63-42e0-b4e9-3cb436fa3d54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.18 06:16:41.791737 [ 3 ] {be756bd1-0f63-42e0-b4e9-3cb436fa3d54} <Debug> oximeter.measurements_u8 (c2769110-831b-4f55-8c7f-bdb705d4757c): Loading data parts | ||
328 | 2024.08.18 06:16:41.791894 [ 3 ] {be756bd1-0f63-42e0-b4e9-3cb436fa3d54} <Debug> oximeter.measurements_u8 (c2769110-831b-4f55-8c7f-bdb705d4757c): There are no data parts | ||
329 | 2024.08.18 06:16:41.796320 [ 3 ] {be756bd1-0f63-42e0-b4e9-3cb436fa3d54} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.18 06:16:41.796351 [ 3 ] {} <Debug> HTTP-Session: a0785cda-559e-476a-b294-43d66c65bc23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.18 06:16:41.796532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.18 06:16:41.796589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.18 06:16:41.796615 [ 3 ] {} <Debug> HTTP-Session: bad473fe-7a25-4e67-ba34-9eea36e60dff Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
334 | 2024.08.18 06:16:41.796634 [ 3 ] {} <Debug> HTTP-Session: bad473fe-7a25-4e67-ba34-9eea36e60dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.18 06:16:41.796654 [ 3 ] {} <Debug> HTTP-Session: bad473fe-7a25-4e67-ba34-9eea36e60dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.18 06:16:41.796696 [ 3 ] {} <Trace> HTTP-Session: bad473fe-7a25-4e67-ba34-9eea36e60dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.18 06:16:41.796892 [ 3 ] {2c5afafd-04da-4d38-b6b0-a2f5211573be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.796949 [ 3 ] {2c5afafd-04da-4d38-b6b0-a2f5211573be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.18 06:16:41.804065 [ 3 ] {2c5afafd-04da-4d38-b6b0-a2f5211573be} <Debug> oximeter.measurements_i16 (ed0adaa3-4e34-4eec-a0b8-f6c16f4fd8ea): Loading data parts | ||
340 | 2024.08.18 06:16:41.804362 [ 3 ] {2c5afafd-04da-4d38-b6b0-a2f5211573be} <Debug> oximeter.measurements_i16 (ed0adaa3-4e34-4eec-a0b8-f6c16f4fd8ea): There are no data parts | ||
341 | 2024.08.18 06:16:41.808955 [ 3 ] {2c5afafd-04da-4d38-b6b0-a2f5211573be} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.18 06:16:41.808993 [ 3 ] {} <Debug> HTTP-Session: bad473fe-7a25-4e67-ba34-9eea36e60dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.18 06:16:41.809171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.18 06:16:41.809233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.18 06:16:41.809263 [ 3 ] {} <Debug> HTTP-Session: bdaa500a-a01e-4695-8b90-d0e34c38831d Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
346 | 2024.08.18 06:16:41.809284 [ 3 ] {} <Debug> HTTP-Session: bdaa500a-a01e-4695-8b90-d0e34c38831d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.18 06:16:41.809306 [ 3 ] {} <Debug> HTTP-Session: bdaa500a-a01e-4695-8b90-d0e34c38831d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.18 06:16:41.809346 [ 3 ] {} <Trace> HTTP-Session: bdaa500a-a01e-4695-8b90-d0e34c38831d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.18 06:16:41.809545 [ 3 ] {3469e4b5-26d0-4845-b0a3-b550599bcdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.809599 [ 3 ] {3469e4b5-26d0-4845-b0a3-b550599bcdbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.18 06:16:41.818203 [ 3 ] {3469e4b5-26d0-4845-b0a3-b550599bcdbf} <Debug> oximeter.measurements_u16 (dffcdeac-a1ff-4da5-99ff-0ff2daab0ee9): Loading data parts | ||
352 | 2024.08.18 06:16:41.818491 [ 3 ] {3469e4b5-26d0-4845-b0a3-b550599bcdbf} <Debug> oximeter.measurements_u16 (dffcdeac-a1ff-4da5-99ff-0ff2daab0ee9): There are no data parts | ||
353 | 2024.08.18 06:16:41.827973 [ 3 ] {3469e4b5-26d0-4845-b0a3-b550599bcdbf} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.18 06:16:41.828011 [ 3 ] {} <Debug> HTTP-Session: bdaa500a-a01e-4695-8b90-d0e34c38831d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.18 06:16:41.828151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.18 06:16:41.828215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.18 06:16:41.828243 [ 3 ] {} <Debug> HTTP-Session: 2c42b489-760e-483c-9aab-f587efe15e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
358 | 2024.08.18 06:16:41.828271 [ 3 ] {} <Debug> HTTP-Session: 2c42b489-760e-483c-9aab-f587efe15e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.18 06:16:41.828287 [ 3 ] {} <Debug> HTTP-Session: 2c42b489-760e-483c-9aab-f587efe15e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.18 06:16:41.828329 [ 3 ] {} <Trace> HTTP-Session: 2c42b489-760e-483c-9aab-f587efe15e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.18 06:16:41.828531 [ 3 ] {a8ea7718-380b-42db-812e-134e731b1674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.828580 [ 3 ] {a8ea7718-380b-42db-812e-134e731b1674} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.18 06:16:41.833730 [ 3 ] {a8ea7718-380b-42db-812e-134e731b1674} <Debug> oximeter.measurements_i32 (0282815f-88c3-436d-98f4-baa5b4748773): Loading data parts | ||
364 | 2024.08.18 06:16:41.833960 [ 3 ] {a8ea7718-380b-42db-812e-134e731b1674} <Debug> oximeter.measurements_i32 (0282815f-88c3-436d-98f4-baa5b4748773): There are no data parts | ||
365 | 2024.08.18 06:16:41.840468 [ 3 ] {a8ea7718-380b-42db-812e-134e731b1674} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.18 06:16:41.840506 [ 3 ] {} <Debug> HTTP-Session: 2c42b489-760e-483c-9aab-f587efe15e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.18 06:16:41.840631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.18 06:16:41.840694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.18 06:16:41.840728 [ 3 ] {} <Debug> HTTP-Session: fda848cc-b78f-42cd-bf97-1d4bb02618f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
370 | 2024.08.18 06:16:41.840748 [ 3 ] {} <Debug> HTTP-Session: fda848cc-b78f-42cd-bf97-1d4bb02618f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.18 06:16:41.840770 [ 3 ] {} <Debug> HTTP-Session: fda848cc-b78f-42cd-bf97-1d4bb02618f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.18 06:16:41.840812 [ 3 ] {} <Trace> HTTP-Session: fda848cc-b78f-42cd-bf97-1d4bb02618f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.18 06:16:41.841022 [ 3 ] {52ebb58e-1fb8-4357-8609-a23baf039531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.841081 [ 3 ] {52ebb58e-1fb8-4357-8609-a23baf039531} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.18 06:16:41.849414 [ 3 ] {52ebb58e-1fb8-4357-8609-a23baf039531} <Debug> oximeter.measurements_u32 (7a838154-7416-4aff-9235-b945992765b2): Loading data parts | ||
376 | 2024.08.18 06:16:41.849587 [ 3 ] {52ebb58e-1fb8-4357-8609-a23baf039531} <Debug> oximeter.measurements_u32 (7a838154-7416-4aff-9235-b945992765b2): There are no data parts | ||
377 | 2024.08.18 06:16:41.854194 [ 3 ] {52ebb58e-1fb8-4357-8609-a23baf039531} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.18 06:16:41.854233 [ 3 ] {} <Debug> HTTP-Session: fda848cc-b78f-42cd-bf97-1d4bb02618f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.18 06:16:41.854391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.18 06:16:41.854454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.18 06:16:41.854482 [ 3 ] {} <Debug> HTTP-Session: 02a21e53-2420-431d-b86f-376f7453256c Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
382 | 2024.08.18 06:16:41.854505 [ 3 ] {} <Debug> HTTP-Session: 02a21e53-2420-431d-b86f-376f7453256c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.18 06:16:41.854519 [ 3 ] {} <Debug> HTTP-Session: 02a21e53-2420-431d-b86f-376f7453256c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.18 06:16:41.854552 [ 3 ] {} <Trace> HTTP-Session: 02a21e53-2420-431d-b86f-376f7453256c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.18 06:16:41.854727 [ 3 ] {e2d8eec9-83f8-4811-bb68-4bc9fa61e950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.854781 [ 3 ] {e2d8eec9-83f8-4811-bb68-4bc9fa61e950} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.18 06:16:41.860762 [ 3 ] {e2d8eec9-83f8-4811-bb68-4bc9fa61e950} <Debug> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Loading data parts | ||
388 | 2024.08.18 06:16:41.860952 [ 3 ] {e2d8eec9-83f8-4811-bb68-4bc9fa61e950} <Debug> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): There are no data parts | ||
389 | 2024.08.18 06:16:41.865512 [ 3 ] {e2d8eec9-83f8-4811-bb68-4bc9fa61e950} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.18 06:16:41.865571 [ 3 ] {} <Debug> HTTP-Session: 02a21e53-2420-431d-b86f-376f7453256c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.18 06:16:41.865695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.18 06:16:41.865751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.18 06:16:41.865771 [ 3 ] {} <Debug> HTTP-Session: 7bc4c971-cb44-458e-9e8b-9c21e2cfccf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
394 | 2024.08.18 06:16:41.865791 [ 3 ] {} <Debug> HTTP-Session: 7bc4c971-cb44-458e-9e8b-9c21e2cfccf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.18 06:16:41.865805 [ 3 ] {} <Debug> HTTP-Session: 7bc4c971-cb44-458e-9e8b-9c21e2cfccf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.18 06:16:41.865839 [ 3 ] {} <Trace> HTTP-Session: 7bc4c971-cb44-458e-9e8b-9c21e2cfccf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.18 06:16:41.866021 [ 3 ] {f2341254-fd1c-42a8-aa22-c1c147e70c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.866071 [ 3 ] {f2341254-fd1c-42a8-aa22-c1c147e70c4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.18 06:16:41.873201 [ 3 ] {f2341254-fd1c-42a8-aa22-c1c147e70c4e} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Loading data parts | ||
400 | 2024.08.18 06:16:41.873434 [ 3 ] {f2341254-fd1c-42a8-aa22-c1c147e70c4e} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): There are no data parts | ||
401 | 2024.08.18 06:16:41.883358 [ 3 ] {f2341254-fd1c-42a8-aa22-c1c147e70c4e} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.18 06:16:41.883410 [ 3 ] {} <Debug> HTTP-Session: 7bc4c971-cb44-458e-9e8b-9c21e2cfccf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.18 06:16:41.883656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.18 06:16:41.883741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.18 06:16:41.883787 [ 3 ] {} <Debug> HTTP-Session: b9060b6a-a54f-4813-8e95-861984d2a817 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
406 | 2024.08.18 06:16:41.883824 [ 3 ] {} <Debug> HTTP-Session: b9060b6a-a54f-4813-8e95-861984d2a817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.18 06:16:41.883849 [ 3 ] {} <Debug> HTTP-Session: b9060b6a-a54f-4813-8e95-861984d2a817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.18 06:16:41.883892 [ 3 ] {} <Trace> HTTP-Session: b9060b6a-a54f-4813-8e95-861984d2a817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.18 06:16:41.884078 [ 3 ] {48b929e7-11d0-421e-990c-56a1ff341ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.884133 [ 3 ] {48b929e7-11d0-421e-990c-56a1ff341ffc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.18 06:16:41.887245 [ 3 ] {48b929e7-11d0-421e-990c-56a1ff341ffc} <Debug> oximeter.measurements_f32 (cebf8f7c-5e1c-4906-9077-dcdeb4ff1621): Loading data parts | ||
412 | 2024.08.18 06:16:41.887408 [ 3 ] {48b929e7-11d0-421e-990c-56a1ff341ffc} <Debug> oximeter.measurements_f32 (cebf8f7c-5e1c-4906-9077-dcdeb4ff1621): There are no data parts | ||
413 | 2024.08.18 06:16:41.891543 [ 3 ] {48b929e7-11d0-421e-990c-56a1ff341ffc} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.18 06:16:41.891587 [ 3 ] {} <Debug> HTTP-Session: b9060b6a-a54f-4813-8e95-861984d2a817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.18 06:16:41.891783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.18 06:16:41.891882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.18 06:16:41.891909 [ 3 ] {} <Debug> HTTP-Session: 14c098e0-a165-4a36-ae44-8a414c9833f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
418 | 2024.08.18 06:16:41.891934 [ 3 ] {} <Debug> HTTP-Session: 14c098e0-a165-4a36-ae44-8a414c9833f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.18 06:16:41.891958 [ 3 ] {} <Debug> HTTP-Session: 14c098e0-a165-4a36-ae44-8a414c9833f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.18 06:16:41.891993 [ 3 ] {} <Trace> HTTP-Session: 14c098e0-a165-4a36-ae44-8a414c9833f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.18 06:16:41.892204 [ 3 ] {0328451c-18e6-48c0-a99b-8c0d7f5131b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.892269 [ 3 ] {0328451c-18e6-48c0-a99b-8c0d7f5131b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.18 06:16:41.899029 [ 3 ] {0328451c-18e6-48c0-a99b-8c0d7f5131b3} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Loading data parts | ||
424 | 2024.08.18 06:16:41.899193 [ 3 ] {0328451c-18e6-48c0-a99b-8c0d7f5131b3} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): There are no data parts | ||
425 | 2024.08.18 06:16:41.904585 [ 3 ] {0328451c-18e6-48c0-a99b-8c0d7f5131b3} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.18 06:16:41.904624 [ 3 ] {} <Debug> HTTP-Session: 14c098e0-a165-4a36-ae44-8a414c9833f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.18 06:16:41.904760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.18 06:16:41.904822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.18 06:16:41.904845 [ 3 ] {} <Debug> HTTP-Session: 29a0f31e-1348-47cf-9db6-72d39247ff55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
430 | 2024.08.18 06:16:41.904871 [ 3 ] {} <Debug> HTTP-Session: 29a0f31e-1348-47cf-9db6-72d39247ff55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.18 06:16:41.904887 [ 3 ] {} <Debug> HTTP-Session: 29a0f31e-1348-47cf-9db6-72d39247ff55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.18 06:16:41.904928 [ 3 ] {} <Trace> HTTP-Session: 29a0f31e-1348-47cf-9db6-72d39247ff55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.18 06:16:41.905142 [ 3 ] {13937441-1edb-4fd7-819e-c5598cdeefce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.905207 [ 3 ] {13937441-1edb-4fd7-819e-c5598cdeefce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.18 06:16:41.913262 [ 3 ] {13937441-1edb-4fd7-819e-c5598cdeefce} <Debug> oximeter.measurements_string (2ec8fdce-2edb-4fdc-a9e7-746735f2ce38): Loading data parts | ||
436 | 2024.08.18 06:16:41.913509 [ 3 ] {13937441-1edb-4fd7-819e-c5598cdeefce} <Debug> oximeter.measurements_string (2ec8fdce-2edb-4fdc-a9e7-746735f2ce38): There are no data parts | ||
437 | 2024.08.18 06:16:41.924103 [ 3 ] {13937441-1edb-4fd7-819e-c5598cdeefce} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.18 06:16:41.924133 [ 3 ] {} <Debug> HTTP-Session: 29a0f31e-1348-47cf-9db6-72d39247ff55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.18 06:16:41.924258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.18 06:16:41.924323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.18 06:16:41.924345 [ 3 ] {} <Debug> HTTP-Session: fb9014ca-85d2-4527-abdc-e2c0d1fdf06f Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
442 | 2024.08.18 06:16:41.924371 [ 3 ] {} <Debug> HTTP-Session: fb9014ca-85d2-4527-abdc-e2c0d1fdf06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.18 06:16:41.924394 [ 3 ] {} <Debug> HTTP-Session: fb9014ca-85d2-4527-abdc-e2c0d1fdf06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.18 06:16:41.924430 [ 3 ] {} <Trace> HTTP-Session: fb9014ca-85d2-4527-abdc-e2c0d1fdf06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.18 06:16:41.924613 [ 3 ] {102fabe0-f2aa-4c25-a789-bc9e3f1347c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.924670 [ 3 ] {102fabe0-f2aa-4c25-a789-bc9e3f1347c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.18 06:16:41.928955 [ 3 ] {102fabe0-f2aa-4c25-a789-bc9e3f1347c8} <Debug> oximeter.measurements_bytes (86095084-4d68-4d7f-884f-73bd1b8ee694): Loading data parts | ||
455 | 2024.08.18 06:16:41.929145 [ 3 ] {102fabe0-f2aa-4c25-a789-bc9e3f1347c8} <Debug> oximeter.measurements_bytes (86095084-4d68-4d7f-884f-73bd1b8ee694): There are no data parts | ||
456 | 2024.08.18 06:16:41.937865 [ 3 ] {102fabe0-f2aa-4c25-a789-bc9e3f1347c8} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.18 06:16:41.937905 [ 3 ] {} <Debug> HTTP-Session: fb9014ca-85d2-4527-abdc-e2c0d1fdf06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.18 06:16:41.938054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.18 06:16:41.938137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.18 06:16:41.938174 [ 3 ] {} <Debug> HTTP-Session: 04bf3df9-3d01-4c2e-b6c4-f0002a94c304 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
461 | 2024.08.18 06:16:41.938198 [ 3 ] {} <Debug> HTTP-Session: 04bf3df9-3d01-4c2e-b6c4-f0002a94c304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.18 06:16:41.938227 [ 3 ] {} <Debug> HTTP-Session: 04bf3df9-3d01-4c2e-b6c4-f0002a94c304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.18 06:16:41.938271 [ 3 ] {} <Trace> HTTP-Session: 04bf3df9-3d01-4c2e-b6c4-f0002a94c304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.18 06:16:41.938543 [ 3 ] {3c72aeb0-0e34-4cc1-bb98-67f174b79888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.938595 [ 3 ] {3c72aeb0-0e34-4cc1-bb98-67f174b79888} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.18 06:16:41.944476 [ 3 ] {3c72aeb0-0e34-4cc1-bb98-67f174b79888} <Debug> oximeter.measurements_cumulativei64 (f095ff0d-13f4-4c78-ba27-bd08cebdf8e3): Loading data parts | ||
467 | 2024.08.18 06:16:41.944749 [ 3 ] {3c72aeb0-0e34-4cc1-bb98-67f174b79888} <Debug> oximeter.measurements_cumulativei64 (f095ff0d-13f4-4c78-ba27-bd08cebdf8e3): There are no data parts | ||
468 | 2024.08.18 06:16:41.952294 [ 3 ] {3c72aeb0-0e34-4cc1-bb98-67f174b79888} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.18 06:16:41.952342 [ 3 ] {} <Debug> HTTP-Session: 04bf3df9-3d01-4c2e-b6c4-f0002a94c304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.18 06:16:41.952514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.18 06:16:41.952573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.18 06:16:41.952592 [ 3 ] {} <Debug> HTTP-Session: 01a7740a-419e-4a92-afbe-450b97f8d36d Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
473 | 2024.08.18 06:16:41.952614 [ 3 ] {} <Debug> HTTP-Session: 01a7740a-419e-4a92-afbe-450b97f8d36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.18 06:16:41.952629 [ 3 ] {} <Debug> HTTP-Session: 01a7740a-419e-4a92-afbe-450b97f8d36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.18 06:16:41.952664 [ 3 ] {} <Trace> HTTP-Session: 01a7740a-419e-4a92-afbe-450b97f8d36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.18 06:16:41.952847 [ 3 ] {cf66e989-2881-4300-b1c2-e75408c85ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.952903 [ 3 ] {cf66e989-2881-4300-b1c2-e75408c85ee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.18 06:16:41.960474 [ 3 ] {cf66e989-2881-4300-b1c2-e75408c85ee9} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Loading data parts | ||
479 | 2024.08.18 06:16:41.960633 [ 3 ] {cf66e989-2881-4300-b1c2-e75408c85ee9} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): There are no data parts | ||
480 | 2024.08.18 06:16:41.967262 [ 3 ] {cf66e989-2881-4300-b1c2-e75408c85ee9} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.18 06:16:41.967289 [ 3 ] {} <Debug> HTTP-Session: 01a7740a-419e-4a92-afbe-450b97f8d36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.18 06:16:41.967447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.18 06:16:41.967502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.18 06:16:41.967522 [ 3 ] {} <Debug> HTTP-Session: 15e6e040-1dcd-41ee-bac1-1c2cf30aaf14 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
485 | 2024.08.18 06:16:41.967544 [ 3 ] {} <Debug> HTTP-Session: 15e6e040-1dcd-41ee-bac1-1c2cf30aaf14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.18 06:16:41.967564 [ 3 ] {} <Debug> HTTP-Session: 15e6e040-1dcd-41ee-bac1-1c2cf30aaf14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.18 06:16:41.967594 [ 3 ] {} <Trace> HTTP-Session: 15e6e040-1dcd-41ee-bac1-1c2cf30aaf14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.18 06:16:41.967778 [ 3 ] {1f758253-3a72-40f5-856a-ce5aa7109787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.967838 [ 3 ] {1f758253-3a72-40f5-856a-ce5aa7109787} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.18 06:16:41.976386 [ 3 ] {1f758253-3a72-40f5-856a-ce5aa7109787} <Debug> oximeter.measurements_cumulativef32 (08dd4eac-56c6-4ba8-a1ea-e2c320efb005): Loading data parts | ||
491 | 2024.08.18 06:16:41.976535 [ 3 ] {1f758253-3a72-40f5-856a-ce5aa7109787} <Debug> oximeter.measurements_cumulativef32 (08dd4eac-56c6-4ba8-a1ea-e2c320efb005): There are no data parts | ||
492 | 2024.08.18 06:16:41.982443 [ 3 ] {1f758253-3a72-40f5-856a-ce5aa7109787} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.18 06:16:41.982494 [ 3 ] {} <Debug> HTTP-Session: 15e6e040-1dcd-41ee-bac1-1c2cf30aaf14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.18 06:16:41.982646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.18 06:16:41.982701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.18 06:16:41.982725 [ 3 ] {} <Debug> HTTP-Session: a65ec191-4964-42ed-8669-13dceec34741 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
497 | 2024.08.18 06:16:41.982747 [ 3 ] {} <Debug> HTTP-Session: a65ec191-4964-42ed-8669-13dceec34741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.18 06:16:41.982761 [ 3 ] {} <Debug> HTTP-Session: a65ec191-4964-42ed-8669-13dceec34741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.18 06:16:41.982794 [ 3 ] {} <Trace> HTTP-Session: a65ec191-4964-42ed-8669-13dceec34741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.18 06:16:41.982990 [ 3 ] {221559cd-915e-4a9f-9b03-926950efd18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.983046 [ 3 ] {221559cd-915e-4a9f-9b03-926950efd18c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.18 06:16:41.989089 [ 3 ] {221559cd-915e-4a9f-9b03-926950efd18c} <Debug> oximeter.measurements_cumulativef64 (affed62b-dfea-46c0-bf60-8bd8adbebe39): Loading data parts | ||
503 | 2024.08.18 06:16:41.989244 [ 3 ] {221559cd-915e-4a9f-9b03-926950efd18c} <Debug> oximeter.measurements_cumulativef64 (affed62b-dfea-46c0-bf60-8bd8adbebe39): There are no data parts | ||
504 | 2024.08.18 06:16:41.997364 [ 3 ] {221559cd-915e-4a9f-9b03-926950efd18c} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.18 06:16:41.997389 [ 3 ] {} <Debug> HTTP-Session: a65ec191-4964-42ed-8669-13dceec34741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.18 06:16:41.997523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.18 06:16:41.997577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.18 06:16:41.997595 [ 3 ] {} <Debug> HTTP-Session: 62d8c993-bb62-48ca-886c-a98d210f8a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
509 | 2024.08.18 06:16:41.997616 [ 3 ] {} <Debug> HTTP-Session: 62d8c993-bb62-48ca-886c-a98d210f8a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.18 06:16:41.997635 [ 3 ] {} <Debug> HTTP-Session: 62d8c993-bb62-48ca-886c-a98d210f8a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.18 06:16:41.997664 [ 3 ] {} <Trace> HTTP-Session: 62d8c993-bb62-48ca-886c-a98d210f8a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.18 06:16:41.997909 [ 3 ] {e741e4a5-bbbe-4882-b0c9-2ef19c77c534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:41.997975 [ 3 ] {e741e4a5-bbbe-4882-b0c9-2ef19c77c534} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.18 06:16:42.000901 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.33 MiB, peak 161.72 MiB, free memory in arenas 0.00 B, will set to 170.96 MiB (RSS), difference: 10.63 MiB | ||
525 | 2024.08.18 06:16:42.003247 [ 3 ] {e741e4a5-bbbe-4882-b0c9-2ef19c77c534} <Debug> oximeter.measurements_histogrami8 (16b3fa2d-b15a-4758-8cf8-b650f6db82ad): Loading data parts | ||
526 | 2024.08.18 06:16:42.003432 [ 3 ] {e741e4a5-bbbe-4882-b0c9-2ef19c77c534} <Debug> oximeter.measurements_histogrami8 (16b3fa2d-b15a-4758-8cf8-b650f6db82ad): There are no data parts | ||
527 | 2024.08.18 06:16:42.012636 [ 3 ] {e741e4a5-bbbe-4882-b0c9-2ef19c77c534} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.08.18 06:16:42.012695 [ 3 ] {} <Debug> HTTP-Session: 62d8c993-bb62-48ca-886c-a98d210f8a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.08.18 06:16:42.012926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.08.18 06:16:42.013005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.08.18 06:16:42.013042 [ 3 ] {} <Debug> HTTP-Session: de1dbb78-72b0-444a-8d2c-37b1896a5dec Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
532 | 2024.08.18 06:16:42.013065 [ 3 ] {} <Debug> HTTP-Session: de1dbb78-72b0-444a-8d2c-37b1896a5dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.18 06:16:42.013094 [ 3 ] {} <Debug> HTTP-Session: de1dbb78-72b0-444a-8d2c-37b1896a5dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.08.18 06:16:42.013146 [ 3 ] {} <Trace> HTTP-Session: de1dbb78-72b0-444a-8d2c-37b1896a5dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.08.18 06:16:42.013517 [ 3 ] {902db2bb-593d-4fb1-a984-c212935d7835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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) | ||
536 | 2024.08.18 06:16:42.013583 [ 3 ] {902db2bb-593d-4fb1-a984-c212935d7835} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.08.18 06:16:42.018613 [ 3 ] {902db2bb-593d-4fb1-a984-c212935d7835} <Debug> oximeter.measurements_histogramu8 (b36257f4-27b8-4c13-ad34-8a588652debb): Loading data parts | ||
538 | 2024.08.18 06:16:42.018882 [ 3 ] {902db2bb-593d-4fb1-a984-c212935d7835} <Debug> oximeter.measurements_histogramu8 (b36257f4-27b8-4c13-ad34-8a588652debb): There are no data parts | ||
539 | 2024.08.18 06:16:42.027696 [ 3 ] {902db2bb-593d-4fb1-a984-c212935d7835} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.08.18 06:16:42.027729 [ 3 ] {} <Debug> HTTP-Session: de1dbb78-72b0-444a-8d2c-37b1896a5dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.08.18 06:16:42.027846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.08.18 06:16:42.027936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.08.18 06:16:42.027964 [ 3 ] {} <Debug> HTTP-Session: 70d7f3aa-f96e-432c-8f73-232191e88818 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
544 | 2024.08.18 06:16:42.027987 [ 3 ] {} <Debug> HTTP-Session: 70d7f3aa-f96e-432c-8f73-232191e88818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.18 06:16:42.028001 [ 3 ] {} <Debug> HTTP-Session: 70d7f3aa-f96e-432c-8f73-232191e88818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.08.18 06:16:42.028035 [ 3 ] {} <Trace> HTTP-Session: 70d7f3aa-f96e-432c-8f73-232191e88818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.08.18 06:16:42.028283 [ 3 ] {4724a68a-fc08-4bf7-9fee-434745a89a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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) | ||
548 | 2024.08.18 06:16:42.028347 [ 3 ] {4724a68a-fc08-4bf7-9fee-434745a89a25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.08.18 06:16:42.031787 [ 3 ] {4724a68a-fc08-4bf7-9fee-434745a89a25} <Debug> oximeter.measurements_histogrami16 (1699122c-d73b-4484-9011-cb62c9807f77): Loading data parts | ||
550 | 2024.08.18 06:16:42.031945 [ 3 ] {4724a68a-fc08-4bf7-9fee-434745a89a25} <Debug> oximeter.measurements_histogrami16 (1699122c-d73b-4484-9011-cb62c9807f77): There are no data parts | ||
551 | 2024.08.18 06:16:42.042813 [ 3 ] {4724a68a-fc08-4bf7-9fee-434745a89a25} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.08.18 06:16:42.042864 [ 3 ] {} <Debug> HTTP-Session: 70d7f3aa-f96e-432c-8f73-232191e88818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.08.18 06:16:42.043033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.08.18 06:16:42.043113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.08.18 06:16:42.043151 [ 3 ] {} <Debug> HTTP-Session: 6508eca8-612f-43db-9539-8e8538388a15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
556 | 2024.08.18 06:16:42.043174 [ 3 ] {} <Debug> HTTP-Session: 6508eca8-612f-43db-9539-8e8538388a15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.18 06:16:42.043201 [ 3 ] {} <Debug> HTTP-Session: 6508eca8-612f-43db-9539-8e8538388a15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.08.18 06:16:42.043255 [ 3 ] {} <Trace> HTTP-Session: 6508eca8-612f-43db-9539-8e8538388a15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.08.18 06:16:42.043661 [ 3 ] {aa81b5c8-1273-47ba-9017-815fc7a8ee6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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) | ||
560 | 2024.08.18 06:16:42.043777 [ 3 ] {aa81b5c8-1273-47ba-9017-815fc7a8ee6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.08.18 06:16:42.051393 [ 3 ] {aa81b5c8-1273-47ba-9017-815fc7a8ee6d} <Debug> oximeter.measurements_histogramu16 (3c245df7-e792-4fb6-bab9-435031a0329b): Loading data parts | ||
562 | 2024.08.18 06:16:42.051681 [ 3 ] {aa81b5c8-1273-47ba-9017-815fc7a8ee6d} <Debug> oximeter.measurements_histogramu16 (3c245df7-e792-4fb6-bab9-435031a0329b): There are no data parts | ||
563 | 2024.08.18 06:16:42.062847 [ 3 ] {aa81b5c8-1273-47ba-9017-815fc7a8ee6d} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.08.18 06:16:42.062897 [ 3 ] {} <Debug> HTTP-Session: 6508eca8-612f-43db-9539-8e8538388a15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.08.18 06:16:42.063085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.08.18 06:16:42.063154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.08.18 06:16:42.063193 [ 3 ] {} <Debug> HTTP-Session: 3a098919-041b-4a31-9eba-8b021a82a4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
568 | 2024.08.18 06:16:42.063226 [ 3 ] {} <Debug> HTTP-Session: 3a098919-041b-4a31-9eba-8b021a82a4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.18 06:16:42.063246 [ 3 ] {} <Debug> HTTP-Session: 3a098919-041b-4a31-9eba-8b021a82a4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.08.18 06:16:42.063298 [ 3 ] {} <Trace> HTTP-Session: 3a098919-041b-4a31-9eba-8b021a82a4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.08.18 06:16:42.063725 [ 3 ] {b9f04b99-4d83-453c-ab7b-49eb7351056f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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) | ||
572 | 2024.08.18 06:16:42.063838 [ 3 ] {b9f04b99-4d83-453c-ab7b-49eb7351056f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.08.18 06:16:42.071485 [ 3 ] {b9f04b99-4d83-453c-ab7b-49eb7351056f} <Debug> oximeter.measurements_histogrami32 (df21e6f9-7e4d-4c4a-bd26-5163fa38ece1): Loading data parts | ||
574 | 2024.08.18 06:16:42.071762 [ 3 ] {b9f04b99-4d83-453c-ab7b-49eb7351056f} <Debug> oximeter.measurements_histogrami32 (df21e6f9-7e4d-4c4a-bd26-5163fa38ece1): There are no data parts | ||
575 | 2024.08.18 06:16:42.077361 [ 3 ] {b9f04b99-4d83-453c-ab7b-49eb7351056f} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.08.18 06:16:42.077387 [ 3 ] {} <Debug> HTTP-Session: 3a098919-041b-4a31-9eba-8b021a82a4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.08.18 06:16:42.077534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.08.18 06:16:42.077596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.08.18 06:16:42.077614 [ 3 ] {} <Debug> HTTP-Session: d68341ff-52a1-413f-9929-8d23d5776d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
580 | 2024.08.18 06:16:42.077642 [ 3 ] {} <Debug> HTTP-Session: d68341ff-52a1-413f-9929-8d23d5776d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.18 06:16:42.077656 [ 3 ] {} <Debug> HTTP-Session: d68341ff-52a1-413f-9929-8d23d5776d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.08.18 06:16:42.077691 [ 3 ] {} <Trace> HTTP-Session: d68341ff-52a1-413f-9929-8d23d5776d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.08.18 06:16:42.077942 [ 3 ] {a2d0ec8e-33a6-4210-a4ca-3a8700c0b72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.078009 [ 3 ] {a2d0ec8e-33a6-4210-a4ca-3a8700c0b72a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.08.18 06:16:42.084025 [ 3 ] {a2d0ec8e-33a6-4210-a4ca-3a8700c0b72a} <Debug> oximeter.measurements_histogramu32 (826fe5dc-03f4-4c5d-8d39-59fb131e9ac7): Loading data parts | ||
586 | 2024.08.18 06:16:42.084251 [ 3 ] {a2d0ec8e-33a6-4210-a4ca-3a8700c0b72a} <Debug> oximeter.measurements_histogramu32 (826fe5dc-03f4-4c5d-8d39-59fb131e9ac7): There are no data parts | ||
587 | 2024.08.18 06:16:42.090060 [ 3 ] {a2d0ec8e-33a6-4210-a4ca-3a8700c0b72a} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.08.18 06:16:42.090099 [ 3 ] {} <Debug> HTTP-Session: d68341ff-52a1-413f-9929-8d23d5776d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.08.18 06:16:42.090233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.08.18 06:16:42.090289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.08.18 06:16:42.090319 [ 3 ] {} <Debug> HTTP-Session: 7624d5fe-ef1d-47bd-a16e-7d0f2dd835da Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
592 | 2024.08.18 06:16:42.090347 [ 3 ] {} <Debug> HTTP-Session: 7624d5fe-ef1d-47bd-a16e-7d0f2dd835da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.18 06:16:42.090364 [ 3 ] {} <Debug> HTTP-Session: 7624d5fe-ef1d-47bd-a16e-7d0f2dd835da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.08.18 06:16:42.090407 [ 3 ] {} <Trace> HTTP-Session: 7624d5fe-ef1d-47bd-a16e-7d0f2dd835da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.08.18 06:16:42.090662 [ 3 ] {4323e689-052c-46e5-aeb8-9fef681e111b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.090728 [ 3 ] {4323e689-052c-46e5-aeb8-9fef681e111b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.08.18 06:16:42.097818 [ 3 ] {4323e689-052c-46e5-aeb8-9fef681e111b} <Debug> oximeter.measurements_histogrami64 (ea7c89aa-e239-4c2c-95c0-763f09e8d882): Loading data parts | ||
598 | 2024.08.18 06:16:42.098059 [ 3 ] {4323e689-052c-46e5-aeb8-9fef681e111b} <Debug> oximeter.measurements_histogrami64 (ea7c89aa-e239-4c2c-95c0-763f09e8d882): There are no data parts | ||
599 | 2024.08.18 06:16:42.103819 [ 3 ] {4323e689-052c-46e5-aeb8-9fef681e111b} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.08.18 06:16:42.103858 [ 3 ] {} <Debug> HTTP-Session: 7624d5fe-ef1d-47bd-a16e-7d0f2dd835da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.08.18 06:16:42.104035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.08.18 06:16:42.104118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.08.18 06:16:42.104146 [ 3 ] {} <Debug> HTTP-Session: 14104bcd-9924-4099-8e93-e0ca66a6a544 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
604 | 2024.08.18 06:16:42.104179 [ 3 ] {} <Debug> HTTP-Session: 14104bcd-9924-4099-8e93-e0ca66a6a544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.18 06:16:42.104210 [ 3 ] {} <Debug> HTTP-Session: 14104bcd-9924-4099-8e93-e0ca66a6a544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.08.18 06:16:42.104254 [ 3 ] {} <Trace> HTTP-Session: 14104bcd-9924-4099-8e93-e0ca66a6a544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.08.18 06:16:42.104666 [ 3 ] {5e528d93-188a-4eb2-b2c7-b105262df824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.104785 [ 3 ] {5e528d93-188a-4eb2-b2c7-b105262df824} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.08.18 06:16:42.113052 [ 3 ] {5e528d93-188a-4eb2-b2c7-b105262df824} <Debug> oximeter.measurements_histogramu64 (b470aef6-2e65-4da0-8e0c-4a3ac0812603): Loading data parts | ||
610 | 2024.08.18 06:16:42.113351 [ 3 ] {5e528d93-188a-4eb2-b2c7-b105262df824} <Debug> oximeter.measurements_histogramu64 (b470aef6-2e65-4da0-8e0c-4a3ac0812603): There are no data parts | ||
611 | 2024.08.18 06:16:42.119132 [ 3 ] {5e528d93-188a-4eb2-b2c7-b105262df824} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.08.18 06:16:42.119170 [ 3 ] {} <Debug> HTTP-Session: 14104bcd-9924-4099-8e93-e0ca66a6a544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.08.18 06:16:42.119358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.08.18 06:16:42.119446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.08.18 06:16:42.119480 [ 3 ] {} <Debug> HTTP-Session: 87d7d4e1-deb9-4cf9-9db4-41dbe470f419 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
616 | 2024.08.18 06:16:42.119521 [ 3 ] {} <Debug> HTTP-Session: 87d7d4e1-deb9-4cf9-9db4-41dbe470f419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.18 06:16:42.119544 [ 3 ] {} <Debug> HTTP-Session: 87d7d4e1-deb9-4cf9-9db4-41dbe470f419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.08.18 06:16:42.119607 [ 3 ] {} <Trace> HTTP-Session: 87d7d4e1-deb9-4cf9-9db4-41dbe470f419 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.08.18 06:16:42.119946 [ 3 ] {a2b94c0f-409f-4e93-b6e7-02cd74b136cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.120013 [ 3 ] {a2b94c0f-409f-4e93-b6e7-02cd74b136cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.08.18 06:16:42.128012 [ 3 ] {a2b94c0f-409f-4e93-b6e7-02cd74b136cd} <Debug> oximeter.measurements_histogramf32 (8b9ea320-d330-44ef-905d-dbad1669456f): Loading data parts | ||
622 | 2024.08.18 06:16:42.128282 [ 3 ] {a2b94c0f-409f-4e93-b6e7-02cd74b136cd} <Debug> oximeter.measurements_histogramf32 (8b9ea320-d330-44ef-905d-dbad1669456f): There are no data parts | ||
623 | 2024.08.18 06:16:42.139489 [ 3 ] {a2b94c0f-409f-4e93-b6e7-02cd74b136cd} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.08.18 06:16:42.139527 [ 3 ] {} <Debug> HTTP-Session: 87d7d4e1-deb9-4cf9-9db4-41dbe470f419 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.08.18 06:16:42.139719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.08.18 06:16:42.139802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.08.18 06:16:42.139831 [ 3 ] {} <Debug> HTTP-Session: bd6f8296-c044-46f0-b932-ad115e8dce36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
628 | 2024.08.18 06:16:42.139864 [ 3 ] {} <Debug> HTTP-Session: bd6f8296-c044-46f0-b932-ad115e8dce36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.18 06:16:42.139897 [ 3 ] {} <Debug> HTTP-Session: bd6f8296-c044-46f0-b932-ad115e8dce36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.08.18 06:16:42.139941 [ 3 ] {} <Trace> HTTP-Session: bd6f8296-c044-46f0-b932-ad115e8dce36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.08.18 06:16:42.140311 [ 3 ] {5219f5f2-557a-4cb0-b29b-4fe08ff4690f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.140410 [ 3 ] {5219f5f2-557a-4cb0-b29b-4fe08ff4690f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.08.18 06:16:42.144554 [ 3 ] {5219f5f2-557a-4cb0-b29b-4fe08ff4690f} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Loading data parts | ||
634 | 2024.08.18 06:16:42.144742 [ 3 ] {5219f5f2-557a-4cb0-b29b-4fe08ff4690f} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): There are no data parts | ||
635 | 2024.08.18 06:16:42.152666 [ 3 ] {5219f5f2-557a-4cb0-b29b-4fe08ff4690f} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.08.18 06:16:42.152711 [ 3 ] {} <Debug> HTTP-Session: bd6f8296-c044-46f0-b932-ad115e8dce36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.08.18 06:16:42.152894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.08.18 06:16:42.152959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.08.18 06:16:42.152995 [ 3 ] {} <Debug> HTTP-Session: f3d16bc1-f7e7-4c1e-bfce-6f6243e28c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
640 | 2024.08.18 06:16:42.153014 [ 3 ] {} <Debug> HTTP-Session: f3d16bc1-f7e7-4c1e-bfce-6f6243e28c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.18 06:16:42.153040 [ 3 ] {} <Debug> HTTP-Session: f3d16bc1-f7e7-4c1e-bfce-6f6243e28c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.08.18 06:16:42.153086 [ 3 ] {} <Trace> HTTP-Session: f3d16bc1-f7e7-4c1e-bfce-6f6243e28c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.08.18 06:16:42.153261 [ 3 ] {8e335a05-7a29-4bc6-980c-5f8ce193e43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) /* 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.18 06:16:42.153329 [ 3 ] {8e335a05-7a29-4bc6-980c-5f8ce193e43b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.08.18 06:16:42.158908 [ 3 ] {8e335a05-7a29-4bc6-980c-5f8ce193e43b} <Debug> oximeter.fields_bool (a5770f8b-6e4e-46cf-9639-a3cd6c8d29cd): Loading data parts | ||
663 | 2024.08.18 06:16:42.159096 [ 3 ] {8e335a05-7a29-4bc6-980c-5f8ce193e43b} <Debug> oximeter.fields_bool (a5770f8b-6e4e-46cf-9639-a3cd6c8d29cd): There are no data parts | ||
664 | 2024.08.18 06:16:42.166966 [ 3 ] {8e335a05-7a29-4bc6-980c-5f8ce193e43b} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.08.18 06:16:42.167000 [ 3 ] {} <Debug> HTTP-Session: f3d16bc1-f7e7-4c1e-bfce-6f6243e28c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.08.18 06:16:42.167122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.08.18 06:16:42.167186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.08.18 06:16:42.167204 [ 3 ] {} <Debug> HTTP-Session: d9997680-2c34-41f0-975d-d20fed5e3cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
669 | 2024.08.18 06:16:42.167220 [ 3 ] {} <Debug> HTTP-Session: d9997680-2c34-41f0-975d-d20fed5e3cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.18 06:16:42.167241 [ 3 ] {} <Debug> HTTP-Session: d9997680-2c34-41f0-975d-d20fed5e3cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.08.18 06:16:42.167276 [ 3 ] {} <Trace> HTTP-Session: d9997680-2c34-41f0-975d-d20fed5e3cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.08.18 06:16:42.167420 [ 3 ] {97e7f96d-014e-4c71-837d-6e046884b956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.167469 [ 3 ] {97e7f96d-014e-4c71-837d-6e046884b956} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.08.18 06:16:42.174420 [ 3 ] {97e7f96d-014e-4c71-837d-6e046884b956} <Debug> oximeter.fields_i8 (452de183-bef9-44e0-93e8-f6e3ecb67010): Loading data parts | ||
675 | 2024.08.18 06:16:42.174624 [ 3 ] {97e7f96d-014e-4c71-837d-6e046884b956} <Debug> oximeter.fields_i8 (452de183-bef9-44e0-93e8-f6e3ecb67010): There are no data parts | ||
676 | 2024.08.18 06:16:42.182173 [ 3 ] {97e7f96d-014e-4c71-837d-6e046884b956} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.08.18 06:16:42.182222 [ 3 ] {} <Debug> HTTP-Session: d9997680-2c34-41f0-975d-d20fed5e3cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.08.18 06:16:42.182387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.08.18 06:16:42.182471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.08.18 06:16:42.182500 [ 3 ] {} <Debug> HTTP-Session: bc08cef5-d95c-476d-968e-99a1e69f1639 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
681 | 2024.08.18 06:16:42.182523 [ 3 ] {} <Debug> HTTP-Session: bc08cef5-d95c-476d-968e-99a1e69f1639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.18 06:16:42.182537 [ 3 ] {} <Debug> HTTP-Session: bc08cef5-d95c-476d-968e-99a1e69f1639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.08.18 06:16:42.182572 [ 3 ] {} <Trace> HTTP-Session: bc08cef5-d95c-476d-968e-99a1e69f1639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.08.18 06:16:42.182717 [ 3 ] {8930fdef-7137-4f3c-8ed0-efe895261a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.182764 [ 3 ] {8930fdef-7137-4f3c-8ed0-efe895261a33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.08.18 06:16:42.190729 [ 3 ] {8930fdef-7137-4f3c-8ed0-efe895261a33} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Loading data parts | ||
687 | 2024.08.18 06:16:42.190877 [ 3 ] {8930fdef-7137-4f3c-8ed0-efe895261a33} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): There are no data parts | ||
688 | 2024.08.18 06:16:42.197157 [ 3 ] {8930fdef-7137-4f3c-8ed0-efe895261a33} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.08.18 06:16:42.197203 [ 3 ] {} <Debug> HTTP-Session: bc08cef5-d95c-476d-968e-99a1e69f1639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.08.18 06:16:42.197398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.08.18 06:16:42.197468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.08.18 06:16:42.197496 [ 3 ] {} <Debug> HTTP-Session: bbc63899-d1b3-4181-9eeb-5d3e2051fa1b Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
693 | 2024.08.18 06:16:42.197513 [ 3 ] {} <Debug> HTTP-Session: bbc63899-d1b3-4181-9eeb-5d3e2051fa1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.18 06:16:42.197533 [ 3 ] {} <Debug> HTTP-Session: bbc63899-d1b3-4181-9eeb-5d3e2051fa1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.08.18 06:16:42.197572 [ 3 ] {} <Trace> HTTP-Session: bbc63899-d1b3-4181-9eeb-5d3e2051fa1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.08.18 06:16:42.197717 [ 3 ] {81caa346-26c7-4611-90f3-5b8e8de832ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.197775 [ 3 ] {81caa346-26c7-4611-90f3-5b8e8de832ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.08.18 06:16:42.203244 [ 3 ] {81caa346-26c7-4611-90f3-5b8e8de832ef} <Debug> oximeter.fields_i16 (18e2e77d-f138-4406-ad81-bbb23fbb6e19): Loading data parts | ||
699 | 2024.08.18 06:16:42.203501 [ 3 ] {81caa346-26c7-4611-90f3-5b8e8de832ef} <Debug> oximeter.fields_i16 (18e2e77d-f138-4406-ad81-bbb23fbb6e19): There are no data parts | ||
700 | 2024.08.18 06:16:42.212252 [ 3 ] {81caa346-26c7-4611-90f3-5b8e8de832ef} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.08.18 06:16:42.212288 [ 3 ] {} <Debug> HTTP-Session: bbc63899-d1b3-4181-9eeb-5d3e2051fa1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.08.18 06:16:42.212501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.08.18 06:16:42.212599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.08.18 06:16:42.212632 [ 3 ] {} <Debug> HTTP-Session: 81b2f94d-98b7-48b9-8a1a-2acc62539c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
705 | 2024.08.18 06:16:42.212671 [ 3 ] {} <Debug> HTTP-Session: 81b2f94d-98b7-48b9-8a1a-2acc62539c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.18 06:16:42.212708 [ 3 ] {} <Debug> HTTP-Session: 81b2f94d-98b7-48b9-8a1a-2acc62539c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.08.18 06:16:42.212759 [ 3 ] {} <Trace> HTTP-Session: 81b2f94d-98b7-48b9-8a1a-2acc62539c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.08.18 06:16:42.212935 [ 3 ] {ac8c2f10-4b14-4b48-82ee-438d9bf6f4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.212989 [ 3 ] {ac8c2f10-4b14-4b48-82ee-438d9bf6f4ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.08.18 06:16:42.218152 [ 3 ] {ac8c2f10-4b14-4b48-82ee-438d9bf6f4ea} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Loading data parts | ||
711 | 2024.08.18 06:16:42.218386 [ 3 ] {ac8c2f10-4b14-4b48-82ee-438d9bf6f4ea} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): There are no data parts | ||
712 | 2024.08.18 06:16:42.223409 [ 3 ] {ac8c2f10-4b14-4b48-82ee-438d9bf6f4ea} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.08.18 06:16:42.223467 [ 3 ] {} <Debug> HTTP-Session: 81b2f94d-98b7-48b9-8a1a-2acc62539c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.08.18 06:16:42.223670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.08.18 06:16:42.223766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.08.18 06:16:42.223801 [ 3 ] {} <Debug> HTTP-Session: 0b0b2b97-8ec2-4f4b-a138-44de98bf4a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
717 | 2024.08.18 06:16:42.223834 [ 3 ] {} <Debug> HTTP-Session: 0b0b2b97-8ec2-4f4b-a138-44de98bf4a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.18 06:16:42.223849 [ 3 ] {} <Debug> HTTP-Session: 0b0b2b97-8ec2-4f4b-a138-44de98bf4a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.08.18 06:16:42.223888 [ 3 ] {} <Trace> HTTP-Session: 0b0b2b97-8ec2-4f4b-a138-44de98bf4a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.08.18 06:16:42.224034 [ 3 ] {93ab44ab-0ea1-4b89-b094-0cc0bf2d3c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.224088 [ 3 ] {93ab44ab-0ea1-4b89-b094-0cc0bf2d3c85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.08.18 06:16:42.230329 [ 3 ] {93ab44ab-0ea1-4b89-b094-0cc0bf2d3c85} <Debug> oximeter.fields_i32 (80a95ddd-28fd-4b4e-b52a-696b12e9de4c): Loading data parts | ||
723 | 2024.08.18 06:16:42.230524 [ 3 ] {93ab44ab-0ea1-4b89-b094-0cc0bf2d3c85} <Debug> oximeter.fields_i32 (80a95ddd-28fd-4b4e-b52a-696b12e9de4c): There are no data parts | ||
724 | 2024.08.18 06:16:42.235601 [ 3 ] {93ab44ab-0ea1-4b89-b094-0cc0bf2d3c85} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.08.18 06:16:42.235632 [ 3 ] {} <Debug> HTTP-Session: 0b0b2b97-8ec2-4f4b-a138-44de98bf4a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.08.18 06:16:42.235777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.08.18 06:16:42.235851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.08.18 06:16:42.235877 [ 3 ] {} <Debug> HTTP-Session: 2a5b115b-c695-467b-a3be-d4203f2a18d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
729 | 2024.08.18 06:16:42.235904 [ 3 ] {} <Debug> HTTP-Session: 2a5b115b-c695-467b-a3be-d4203f2a18d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.18 06:16:42.235922 [ 3 ] {} <Debug> HTTP-Session: 2a5b115b-c695-467b-a3be-d4203f2a18d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.08.18 06:16:42.235966 [ 3 ] {} <Trace> HTTP-Session: 2a5b115b-c695-467b-a3be-d4203f2a18d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.08.18 06:16:42.236140 [ 3 ] {1104b278-9c2b-4b88-9e33-758f5ca8e2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.236199 [ 3 ] {1104b278-9c2b-4b88-9e33-758f5ca8e2d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.08.18 06:16:42.244394 [ 3 ] {1104b278-9c2b-4b88-9e33-758f5ca8e2d4} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Loading data parts | ||
735 | 2024.08.18 06:16:42.244715 [ 3 ] {1104b278-9c2b-4b88-9e33-758f5ca8e2d4} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): There are no data parts | ||
736 | 2024.08.18 06:16:42.255447 [ 3 ] {1104b278-9c2b-4b88-9e33-758f5ca8e2d4} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.08.18 06:16:42.255507 [ 3 ] {} <Debug> HTTP-Session: 2a5b115b-c695-467b-a3be-d4203f2a18d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.08.18 06:16:42.255709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.08.18 06:16:42.255811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.08.18 06:16:42.255850 [ 3 ] {} <Debug> HTTP-Session: ae4ad0d8-f37c-40af-a809-68607f84150d Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
741 | 2024.08.18 06:16:42.255869 [ 3 ] {} <Debug> HTTP-Session: ae4ad0d8-f37c-40af-a809-68607f84150d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.18 06:16:42.255886 [ 3 ] {} <Debug> HTTP-Session: ae4ad0d8-f37c-40af-a809-68607f84150d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.08.18 06:16:42.255922 [ 3 ] {} <Trace> HTTP-Session: ae4ad0d8-f37c-40af-a809-68607f84150d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.08.18 06:16:42.256060 [ 3 ] {58221d6c-16fe-409a-9763-cc8805337484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.256107 [ 3 ] {58221d6c-16fe-409a-9763-cc8805337484} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.08.18 06:16:42.260003 [ 3 ] {58221d6c-16fe-409a-9763-cc8805337484} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Loading data parts | ||
747 | 2024.08.18 06:16:42.260245 [ 3 ] {58221d6c-16fe-409a-9763-cc8805337484} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): There are no data parts | ||
748 | 2024.08.18 06:16:42.265236 [ 3 ] {58221d6c-16fe-409a-9763-cc8805337484} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.08.18 06:16:42.265274 [ 3 ] {} <Debug> HTTP-Session: ae4ad0d8-f37c-40af-a809-68607f84150d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.08.18 06:16:42.265434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.08.18 06:16:42.265517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.08.18 06:16:42.265549 [ 3 ] {} <Debug> HTTP-Session: ab956bd8-8254-4f99-b7a3-b2abca5795cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
753 | 2024.08.18 06:16:42.265577 [ 3 ] {} <Debug> HTTP-Session: ab956bd8-8254-4f99-b7a3-b2abca5795cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.18 06:16:42.265601 [ 3 ] {} <Debug> HTTP-Session: ab956bd8-8254-4f99-b7a3-b2abca5795cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.08.18 06:16:42.265652 [ 3 ] {} <Trace> HTTP-Session: ab956bd8-8254-4f99-b7a3-b2abca5795cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.08.18 06:16:42.265864 [ 3 ] {c085458d-2c7f-4121-b2a2-a473e7396968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.265905 [ 3 ] {c085458d-2c7f-4121-b2a2-a473e7396968} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.08.18 06:16:42.272435 [ 3 ] {c085458d-2c7f-4121-b2a2-a473e7396968} <Debug> oximeter.fields_u64 (d19dd39a-9895-4294-be08-f5c11278bd39): Loading data parts | ||
759 | 2024.08.18 06:16:42.272614 [ 3 ] {c085458d-2c7f-4121-b2a2-a473e7396968} <Debug> oximeter.fields_u64 (d19dd39a-9895-4294-be08-f5c11278bd39): There are no data parts | ||
760 | 2024.08.18 06:16:42.277793 [ 3 ] {c085458d-2c7f-4121-b2a2-a473e7396968} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.08.18 06:16:42.277824 [ 3 ] {} <Debug> HTTP-Session: ab956bd8-8254-4f99-b7a3-b2abca5795cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.08.18 06:16:42.277964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.08.18 06:16:42.278020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.08.18 06:16:42.278042 [ 3 ] {} <Debug> HTTP-Session: 5e4cf88d-be73-47d7-94c0-a1912ba7b01c Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
765 | 2024.08.18 06:16:42.278061 [ 3 ] {} <Debug> HTTP-Session: 5e4cf88d-be73-47d7-94c0-a1912ba7b01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.18 06:16:42.278078 [ 3 ] {} <Debug> HTTP-Session: 5e4cf88d-be73-47d7-94c0-a1912ba7b01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.08.18 06:16:42.278114 [ 3 ] {} <Trace> HTTP-Session: 5e4cf88d-be73-47d7-94c0-a1912ba7b01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.08.18 06:16:42.278283 [ 3 ] {eceeb416-bd3a-4557-9799-1415700fa91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.278331 [ 3 ] {eceeb416-bd3a-4557-9799-1415700fa91b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.08.18 06:16:42.283947 [ 3 ] {eceeb416-bd3a-4557-9799-1415700fa91b} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Loading data parts | ||
771 | 2024.08.18 06:16:42.284115 [ 3 ] {eceeb416-bd3a-4557-9799-1415700fa91b} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): There are no data parts | ||
772 | 2024.08.18 06:16:42.292553 [ 3 ] {eceeb416-bd3a-4557-9799-1415700fa91b} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.08.18 06:16:42.292584 [ 3 ] {} <Debug> HTTP-Session: 5e4cf88d-be73-47d7-94c0-a1912ba7b01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.08.18 06:16:42.292708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.08.18 06:16:42.292766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.08.18 06:16:42.292788 [ 3 ] {} <Debug> HTTP-Session: 6442f349-63d4-4a79-a046-b6431e29c39f Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
777 | 2024.08.18 06:16:42.292808 [ 3 ] {} <Debug> HTTP-Session: 6442f349-63d4-4a79-a046-b6431e29c39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.18 06:16:42.292824 [ 3 ] {} <Debug> HTTP-Session: 6442f349-63d4-4a79-a046-b6431e29c39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.08.18 06:16:42.292860 [ 3 ] {} <Trace> HTTP-Session: 6442f349-63d4-4a79-a046-b6431e29c39f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.08.18 06:16:42.293040 [ 3 ] {8de22b2f-c4e0-4c55-9803-3c49c5908345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.293088 [ 3 ] {8de22b2f-c4e0-4c55-9803-3c49c5908345} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.08.18 06:16:42.298525 [ 3 ] {8de22b2f-c4e0-4c55-9803-3c49c5908345} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Loading data parts | ||
783 | 2024.08.18 06:16:42.298692 [ 3 ] {8de22b2f-c4e0-4c55-9803-3c49c5908345} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): There are no data parts | ||
784 | 2024.08.18 06:16:42.307546 [ 3 ] {8de22b2f-c4e0-4c55-9803-3c49c5908345} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.08.18 06:16:42.307577 [ 3 ] {} <Debug> HTTP-Session: 6442f349-63d4-4a79-a046-b6431e29c39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.08.18 06:16:42.307690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.08.18 06:16:42.307745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.08.18 06:16:42.307768 [ 3 ] {} <Debug> HTTP-Session: f26cef94-ed5c-4d96-9ea6-84fa1a9859e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
789 | 2024.08.18 06:16:42.307788 [ 3 ] {} <Debug> HTTP-Session: f26cef94-ed5c-4d96-9ea6-84fa1a9859e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.18 06:16:42.307807 [ 3 ] {} <Debug> HTTP-Session: f26cef94-ed5c-4d96-9ea6-84fa1a9859e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.08.18 06:16:42.307844 [ 3 ] {} <Trace> HTTP-Session: f26cef94-ed5c-4d96-9ea6-84fa1a9859e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.08.18 06:16:42.308010 [ 3 ] {58a473c4-ea37-403f-a887-0815cb06e00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) 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.18 06:16:42.308058 [ 3 ] {58a473c4-ea37-403f-a887-0815cb06e00b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.08.18 06:16:42.314921 [ 3 ] {58a473c4-ea37-403f-a887-0815cb06e00b} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Loading data parts | ||
795 | 2024.08.18 06:16:42.315250 [ 3 ] {58a473c4-ea37-403f-a887-0815cb06e00b} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): There are no data parts | ||
796 | 2024.08.18 06:16:42.322758 [ 3 ] {58a473c4-ea37-403f-a887-0815cb06e00b} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.08.18 06:16:42.322796 [ 3 ] {} <Debug> HTTP-Session: f26cef94-ed5c-4d96-9ea6-84fa1a9859e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.08.18 06:16:42.322973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.08.18 06:16:42.323041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.08.18 06:16:42.323068 [ 3 ] {} <Debug> HTTP-Session: 13769a3e-127f-45f1-8aa0-cb4da78f9495 Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
801 | 2024.08.18 06:16:42.323091 [ 3 ] {} <Debug> HTTP-Session: 13769a3e-127f-45f1-8aa0-cb4da78f9495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.18 06:16:42.323111 [ 3 ] {} <Debug> HTTP-Session: 13769a3e-127f-45f1-8aa0-cb4da78f9495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.08.18 06:16:42.323155 [ 3 ] {} <Trace> HTTP-Session: 13769a3e-127f-45f1-8aa0-cb4da78f9495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.08.18 06:16:42.323468 [ 3 ] {8877fb31-9003-469f-8c7c-74831301c93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) /* 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.18 06:16:42.323571 [ 3 ] {8877fb31-9003-469f-8c7c-74831301c93c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.08.18 06:16:42.330915 [ 3 ] {8877fb31-9003-469f-8c7c-74831301c93c} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Loading data parts | ||
810 | 2024.08.18 06:16:42.331165 [ 3 ] {8877fb31-9003-469f-8c7c-74831301c93c} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): There are no data parts | ||
811 | 2024.08.18 06:16:42.337842 [ 3 ] {8877fb31-9003-469f-8c7c-74831301c93c} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.08.18 06:16:42.337883 [ 3 ] {} <Debug> HTTP-Session: 13769a3e-127f-45f1-8aa0-cb4da78f9495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.08.18 06:16:42.338047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56570, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.08.18 06:16:42.338118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.08.18 06:16:42.338145 [ 3 ] {} <Debug> HTTP-Session: 4fc457f9-64de-4e37-8b89-1d5d1446ecae Authenticating user 'default' from [fd00:1122:3344:101::d]:56570 | ||
816 | 2024.08.18 06:16:42.338169 [ 3 ] {} <Debug> HTTP-Session: 4fc457f9-64de-4e37-8b89-1d5d1446ecae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.18 06:16:42.338190 [ 3 ] {} <Debug> HTTP-Session: 4fc457f9-64de-4e37-8b89-1d5d1446ecae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.08.18 06:16:42.338235 [ 3 ] {} <Trace> HTTP-Session: 4fc457f9-64de-4e37-8b89-1d5d1446ecae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.08.18 06:16:42.338456 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56570) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.08.18 06:16:42.340075 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.08.18 06:16:42.343730 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Trace> oximeter.version (03ecef4c-7c1f-4fa3-a2b7-88dc0509d60c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.08.18 06:16:42.343766 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
823 | 2024.08.18 06:16:42.347977 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.08.18 06:16:42.348954 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Trace> oximeter.version (03ecef4c-7c1f-4fa3-a2b7-88dc0509d60c): 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.18 06:16:42.349208 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01086 sec., 92.08103130755065 rows/sec., 1.44 KiB/sec. | ||
826 | 2024.08.18 06:16:42.349365 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.08.18 06:16:42.349389 [ 3 ] {0925248e-bcc5-44d9-9c3b-4efca9cbf401} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.08.18 06:16:42.349406 [ 3 ] {} <Debug> HTTP-Session: 4fc457f9-64de-4e37-8b89-1d5d1446ecae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.08.18 06:16:43.001062 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.88 MiB, peak 177.02 MiB, free memory in arenas 0.00 B, will set to 173.77 MiB (RSS), difference: 1.88 MiB | ||
830 | 2024.08.18 06:16:55.222907 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.08.18 06:16:55.222977 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.08.18 06:17:07.351511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.08.18 06:17:07.351649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.08.18 06:17:07.351678 [ 3 ] {} <Debug> HTTP-Session: 29541e6c-e3ca-42a7-8537-f566b814afdb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
835 | 2024.08.18 06:17:07.351705 [ 3 ] {} <Debug> HTTP-Session: 29541e6c-e3ca-42a7-8537-f566b814afdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.18 06:17:07.351723 [ 3 ] {} <Debug> HTTP-Session: 29541e6c-e3ca-42a7-8537-f566b814afdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.08.18 06:17:07.351777 [ 3 ] {} <Trace> HTTP-Session: 29541e6c-e3ca-42a7-8537-f566b814afdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.08.18 06:17:07.352013 [ 3 ] {9a44a154-708e-4ac5-ac62-f7d7e0b25ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.08.18 06:17:07.352430 [ 3 ] {9a44a154-708e-4ac5-ac62-f7d7e0b25ec8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.08.18 06:17:07.352681 [ 3 ] {9a44a154-708e-4ac5-ac62-f7d7e0b25ec8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.08.18 06:17:07.353690 [ 3 ] {9a44a154-708e-4ac5-ac62-f7d7e0b25ec8} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.08.18 06:17:07.353717 [ 3 ] {9a44a154-708e-4ac5-ac62-f7d7e0b25ec8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.08.18 06:17:07.353734 [ 3 ] {} <Debug> HTTP-Session: 29541e6c-e3ca-42a7-8537-f566b814afdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.08.18 06:17:07.358529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.08.18 06:17:07.358588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.08.18 06:17:07.358613 [ 3 ] {} <Debug> HTTP-Session: 8d6836a2-235b-442d-9b32-43a478c06112 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
847 | 2024.08.18 06:17:07.358633 [ 3 ] {} <Debug> HTTP-Session: 8d6836a2-235b-442d-9b32-43a478c06112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.08.18 06:17:07.358650 [ 3 ] {} <Debug> HTTP-Session: 8d6836a2-235b-442d-9b32-43a478c06112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.08.18 06:17:07.358689 [ 3 ] {} <Trace> HTTP-Session: 8d6836a2-235b-442d-9b32-43a478c06112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.08.18 06:17:07.358856 [ 3 ] {13b16d47-2e8a-4b5f-ad88-3a2c452cf466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.08.18 06:17:07.365363 [ 3 ] {13b16d47-2e8a-4b5f-ad88-3a2c452cf466} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.08.18 06:17:07.365429 [ 3 ] {13b16d47-2e8a-4b5f-ad88-3a2c452cf466} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.08.18 06:17:07.366524 [ 3 ] {13b16d47-2e8a-4b5f-ad88-3a2c452cf466} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.08.18 06:17:07.366549 [ 3 ] {13b16d47-2e8a-4b5f-ad88-3a2c452cf466} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.08.18 06:17:07.366565 [ 3 ] {} <Debug> HTTP-Session: 8d6836a2-235b-442d-9b32-43a478c06112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.08.18 06:17:07.366964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.08.18 06:17:07.367010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.08.18 06:17:07.367030 [ 3 ] {} <Debug> HTTP-Session: 567a930a-25ab-4a0a-b37e-6a94e8d3ee81 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
859 | 2024.08.18 06:17:07.367047 [ 3 ] {} <Debug> HTTP-Session: 567a930a-25ab-4a0a-b37e-6a94e8d3ee81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.08.18 06:17:07.367061 [ 3 ] {} <Debug> HTTP-Session: 567a930a-25ab-4a0a-b37e-6a94e8d3ee81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.08.18 06:17:07.367091 [ 3 ] {} <Trace> HTTP-Session: 567a930a-25ab-4a0a-b37e-6a94e8d3ee81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.08.18 06:17:07.367211 [ 3 ] {56297f98-72bd-4872-b723-700d827a20c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.367559 [ 3 ] {56297f98-72bd-4872-b723-700d827a20c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.08.18 06:17:07.367609 [ 3 ] {56297f98-72bd-4872-b723-700d827a20c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.08.18 06:17:07.368483 [ 3 ] {56297f98-72bd-4872-b723-700d827a20c5} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.08.18 06:17:07.368508 [ 3 ] {56297f98-72bd-4872-b723-700d827a20c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.08.18 06:17:07.368525 [ 3 ] {} <Debug> HTTP-Session: 567a930a-25ab-4a0a-b37e-6a94e8d3ee81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.08.18 06:17:07.368747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.08.18 06:17:07.368793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.08.18 06:17:07.368812 [ 3 ] {} <Debug> HTTP-Session: 439a894b-5445-42c6-b5a4-b6eca285e836 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
871 | 2024.08.18 06:17:07.368829 [ 3 ] {} <Debug> HTTP-Session: 439a894b-5445-42c6-b5a4-b6eca285e836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.08.18 06:17:07.368843 [ 3 ] {} <Debug> HTTP-Session: 439a894b-5445-42c6-b5a4-b6eca285e836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.08.18 06:17:07.368873 [ 3 ] {} <Trace> HTTP-Session: 439a894b-5445-42c6-b5a4-b6eca285e836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.08.18 06:17:07.368991 [ 3 ] {fa191058-807c-4d5d-888e-11b220a506cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.369307 [ 3 ] {fa191058-807c-4d5d-888e-11b220a506cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.08.18 06:17:07.369358 [ 3 ] {fa191058-807c-4d5d-888e-11b220a506cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.08.18 06:17:07.370229 [ 3 ] {fa191058-807c-4d5d-888e-11b220a506cd} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.08.18 06:17:07.370254 [ 3 ] {fa191058-807c-4d5d-888e-11b220a506cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.08.18 06:17:07.370272 [ 3 ] {} <Debug> HTTP-Session: 439a894b-5445-42c6-b5a4-b6eca285e836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.08.18 06:17:07.370486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.08.18 06:17:07.370533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.08.18 06:17:07.370553 [ 3 ] {} <Debug> HTTP-Session: 0ffefa5d-c1fc-490e-9797-7cc741f2fc31 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
883 | 2024.08.18 06:17:07.370569 [ 3 ] {} <Debug> HTTP-Session: 0ffefa5d-c1fc-490e-9797-7cc741f2fc31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.08.18 06:17:07.370583 [ 3 ] {} <Debug> HTTP-Session: 0ffefa5d-c1fc-490e-9797-7cc741f2fc31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.08.18 06:17:07.370613 [ 3 ] {} <Trace> HTTP-Session: 0ffefa5d-c1fc-490e-9797-7cc741f2fc31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.08.18 06:17:07.370731 [ 3 ] {4983a056-1fd0-40a2-9018-3fe1aedce9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.371049 [ 3 ] {4983a056-1fd0-40a2-9018-3fe1aedce9b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.08.18 06:17:07.371100 [ 3 ] {4983a056-1fd0-40a2-9018-3fe1aedce9b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
889 | 2024.08.18 06:17:07.371970 [ 3 ] {4983a056-1fd0-40a2-9018-3fe1aedce9b3} <Debug> DynamicQueryHandler: Done processing query | ||
890 | 2024.08.18 06:17:07.371995 [ 3 ] {4983a056-1fd0-40a2-9018-3fe1aedce9b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
891 | 2024.08.18 06:17:07.372011 [ 3 ] {} <Debug> HTTP-Session: 0ffefa5d-c1fc-490e-9797-7cc741f2fc31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.08.18 06:17:07.372205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
893 | 2024.08.18 06:17:07.372252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
894 | 2024.08.18 06:17:07.372272 [ 3 ] {} <Debug> HTTP-Session: 4a1671cc-4b6e-48c2-bb69-ea241355d96b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
895 | 2024.08.18 06:17:07.372288 [ 3 ] {} <Debug> HTTP-Session: 4a1671cc-4b6e-48c2-bb69-ea241355d96b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.08.18 06:17:07.372302 [ 3 ] {} <Debug> HTTP-Session: 4a1671cc-4b6e-48c2-bb69-ea241355d96b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.08.18 06:17:07.372332 [ 3 ] {} <Trace> HTTP-Session: 4a1671cc-4b6e-48c2-bb69-ea241355d96b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
898 | 2024.08.18 06:17:07.372454 [ 3 ] {fa6df968-0d7b-4525-8a2a-a5bea56d44b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.372772 [ 3 ] {fa6df968-0d7b-4525-8a2a-a5bea56d44b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
900 | 2024.08.18 06:17:07.372822 [ 3 ] {fa6df968-0d7b-4525-8a2a-a5bea56d44b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
901 | 2024.08.18 06:17:07.373645 [ 3 ] {fa6df968-0d7b-4525-8a2a-a5bea56d44b7} <Debug> DynamicQueryHandler: Done processing query | ||
902 | 2024.08.18 06:17:07.373670 [ 3 ] {fa6df968-0d7b-4525-8a2a-a5bea56d44b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
903 | 2024.08.18 06:17:07.373686 [ 3 ] {} <Debug> HTTP-Session: 4a1671cc-4b6e-48c2-bb69-ea241355d96b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.08.18 06:17:07.373910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
905 | 2024.08.18 06:17:07.373956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
906 | 2024.08.18 06:17:07.373976 [ 3 ] {} <Debug> HTTP-Session: 50ba8216-b3cb-4aa2-8e1d-b55c67bb0216 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
907 | 2024.08.18 06:17:07.373992 [ 3 ] {} <Debug> HTTP-Session: 50ba8216-b3cb-4aa2-8e1d-b55c67bb0216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.08.18 06:17:07.374006 [ 3 ] {} <Debug> HTTP-Session: 50ba8216-b3cb-4aa2-8e1d-b55c67bb0216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.08.18 06:17:07.374036 [ 3 ] {} <Trace> HTTP-Session: 50ba8216-b3cb-4aa2-8e1d-b55c67bb0216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
910 | 2024.08.18 06:17:07.374159 [ 3 ] {8079ca1e-c9ba-437d-a402-0d83b3eacb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.374481 [ 3 ] {8079ca1e-c9ba-437d-a402-0d83b3eacb6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
912 | 2024.08.18 06:17:07.374532 [ 3 ] {8079ca1e-c9ba-437d-a402-0d83b3eacb6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
913 | 2024.08.18 06:17:07.375373 [ 3 ] {8079ca1e-c9ba-437d-a402-0d83b3eacb6a} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.08.18 06:17:07.375397 [ 3 ] {8079ca1e-c9ba-437d-a402-0d83b3eacb6a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
915 | 2024.08.18 06:17:07.375414 [ 3 ] {} <Debug> HTTP-Session: 50ba8216-b3cb-4aa2-8e1d-b55c67bb0216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.08.18 06:17:07.375606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.08.18 06:17:07.375652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.08.18 06:17:07.375672 [ 3 ] {} <Debug> HTTP-Session: 10600864-8fbd-40e9-8fbd-4aa19c444ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
919 | 2024.08.18 06:17:07.375688 [ 3 ] {} <Debug> HTTP-Session: 10600864-8fbd-40e9-8fbd-4aa19c444ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.08.18 06:17:07.375702 [ 3 ] {} <Debug> HTTP-Session: 10600864-8fbd-40e9-8fbd-4aa19c444ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.08.18 06:17:07.375732 [ 3 ] {} <Trace> HTTP-Session: 10600864-8fbd-40e9-8fbd-4aa19c444ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.08.18 06:17:07.375854 [ 3 ] {8ad171e7-2258-4d15-9f94-861dab93e596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.376180 [ 3 ] {8ad171e7-2258-4d15-9f94-861dab93e596} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
924 | 2024.08.18 06:17:07.376231 [ 3 ] {8ad171e7-2258-4d15-9f94-861dab93e596} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
925 | 2024.08.18 06:17:07.377110 [ 3 ] {8ad171e7-2258-4d15-9f94-861dab93e596} <Debug> DynamicQueryHandler: Done processing query | ||
926 | 2024.08.18 06:17:07.377136 [ 3 ] {8ad171e7-2258-4d15-9f94-861dab93e596} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
927 | 2024.08.18 06:17:07.377151 [ 3 ] {} <Debug> HTTP-Session: 10600864-8fbd-40e9-8fbd-4aa19c444ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.08.18 06:17:07.377349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
929 | 2024.08.18 06:17:07.377395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
930 | 2024.08.18 06:17:07.377414 [ 3 ] {} <Debug> HTTP-Session: ea65d842-6489-4da0-8b34-d1e404f7e765 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
931 | 2024.08.18 06:17:07.377431 [ 3 ] {} <Debug> HTTP-Session: ea65d842-6489-4da0-8b34-d1e404f7e765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.08.18 06:17:07.377444 [ 3 ] {} <Debug> HTTP-Session: ea65d842-6489-4da0-8b34-d1e404f7e765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.08.18 06:17:07.377474 [ 3 ] {} <Trace> HTTP-Session: ea65d842-6489-4da0-8b34-d1e404f7e765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
934 | 2024.08.18 06:17:07.377595 [ 3 ] {64eba12a-ee1a-4981-acd5-13cf038a4003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.377928 [ 3 ] {64eba12a-ee1a-4981-acd5-13cf038a4003} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
936 | 2024.08.18 06:17:07.377979 [ 3 ] {64eba12a-ee1a-4981-acd5-13cf038a4003} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
937 | 2024.08.18 06:17:07.378886 [ 3 ] {64eba12a-ee1a-4981-acd5-13cf038a4003} <Debug> DynamicQueryHandler: Done processing query | ||
938 | 2024.08.18 06:17:07.378910 [ 3 ] {64eba12a-ee1a-4981-acd5-13cf038a4003} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
939 | 2024.08.18 06:17:07.378926 [ 3 ] {} <Debug> HTTP-Session: ea65d842-6489-4da0-8b34-d1e404f7e765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.08.18 06:17:07.379151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
941 | 2024.08.18 06:17:07.379197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
942 | 2024.08.18 06:17:07.379216 [ 3 ] {} <Debug> HTTP-Session: 5e8f29c1-1d67-4774-b804-3df7f357b286 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
943 | 2024.08.18 06:17:07.379233 [ 3 ] {} <Debug> HTTP-Session: 5e8f29c1-1d67-4774-b804-3df7f357b286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.08.18 06:17:07.379246 [ 3 ] {} <Debug> HTTP-Session: 5e8f29c1-1d67-4774-b804-3df7f357b286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.08.18 06:17:07.379276 [ 3 ] {} <Trace> HTTP-Session: 5e8f29c1-1d67-4774-b804-3df7f357b286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
946 | 2024.08.18 06:17:07.379399 [ 3 ] {6709d3de-a16b-4dc6-9375-54a47f44497f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.379736 [ 3 ] {6709d3de-a16b-4dc6-9375-54a47f44497f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
948 | 2024.08.18 06:17:07.379787 [ 3 ] {6709d3de-a16b-4dc6-9375-54a47f44497f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
949 | 2024.08.18 06:17:07.380663 [ 3 ] {6709d3de-a16b-4dc6-9375-54a47f44497f} <Debug> DynamicQueryHandler: Done processing query | ||
950 | 2024.08.18 06:17:07.380687 [ 3 ] {6709d3de-a16b-4dc6-9375-54a47f44497f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
951 | 2024.08.18 06:17:07.380703 [ 3 ] {} <Debug> HTTP-Session: 5e8f29c1-1d67-4774-b804-3df7f357b286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.08.18 06:17:07.380960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
953 | 2024.08.18 06:17:07.381006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
954 | 2024.08.18 06:17:07.381026 [ 3 ] {} <Debug> HTTP-Session: 0b7f1031-3386-4b02-831d-5023cdae3f30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
955 | 2024.08.18 06:17:07.381042 [ 3 ] {} <Debug> HTTP-Session: 0b7f1031-3386-4b02-831d-5023cdae3f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.08.18 06:17:07.381056 [ 3 ] {} <Debug> HTTP-Session: 0b7f1031-3386-4b02-831d-5023cdae3f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.08.18 06:17:07.381086 [ 3 ] {} <Trace> HTTP-Session: 0b7f1031-3386-4b02-831d-5023cdae3f30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2024.08.18 06:17:07.381214 [ 3 ] {173147ca-eb7a-4335-9351-f74e67410ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.381551 [ 3 ] {173147ca-eb7a-4335-9351-f74e67410ca1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
960 | 2024.08.18 06:17:07.381603 [ 3 ] {173147ca-eb7a-4335-9351-f74e67410ca1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
961 | 2024.08.18 06:17:07.382569 [ 3 ] {173147ca-eb7a-4335-9351-f74e67410ca1} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.08.18 06:17:07.382593 [ 3 ] {173147ca-eb7a-4335-9351-f74e67410ca1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
963 | 2024.08.18 06:17:07.382609 [ 3 ] {} <Debug> HTTP-Session: 0b7f1031-3386-4b02-831d-5023cdae3f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.08.18 06:17:07.382822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.08.18 06:17:07.382868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.08.18 06:17:07.382887 [ 3 ] {} <Debug> HTTP-Session: 0764a8cd-eacf-4083-b043-ed782618e9bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
967 | 2024.08.18 06:17:07.382903 [ 3 ] {} <Debug> HTTP-Session: 0764a8cd-eacf-4083-b043-ed782618e9bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.08.18 06:17:07.382917 [ 3 ] {} <Debug> HTTP-Session: 0764a8cd-eacf-4083-b043-ed782618e9bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.08.18 06:17:07.382947 [ 3 ] {} <Trace> HTTP-Session: 0764a8cd-eacf-4083-b043-ed782618e9bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.08.18 06:17:07.383074 [ 3 ] {b394f998-cdd9-4c68-819e-ae99053c599c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.383419 [ 3 ] {b394f998-cdd9-4c68-819e-ae99053c599c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
972 | 2024.08.18 06:17:07.383472 [ 3 ] {b394f998-cdd9-4c68-819e-ae99053c599c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
973 | 2024.08.18 06:17:07.384413 [ 3 ] {b394f998-cdd9-4c68-819e-ae99053c599c} <Debug> DynamicQueryHandler: Done processing query | ||
974 | 2024.08.18 06:17:07.384437 [ 3 ] {b394f998-cdd9-4c68-819e-ae99053c599c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
975 | 2024.08.18 06:17:07.384453 [ 3 ] {} <Debug> HTTP-Session: 0764a8cd-eacf-4083-b043-ed782618e9bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.08.18 06:17:07.384690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
977 | 2024.08.18 06:17:07.384737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
978 | 2024.08.18 06:17:07.384757 [ 3 ] {} <Debug> HTTP-Session: d82f321b-1231-45cf-88b2-1ea9f9397d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
979 | 2024.08.18 06:17:07.384774 [ 3 ] {} <Debug> HTTP-Session: d82f321b-1231-45cf-88b2-1ea9f9397d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.08.18 06:17:07.384787 [ 3 ] {} <Debug> HTTP-Session: d82f321b-1231-45cf-88b2-1ea9f9397d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.08.18 06:17:07.384817 [ 3 ] {} <Trace> HTTP-Session: d82f321b-1231-45cf-88b2-1ea9f9397d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
982 | 2024.08.18 06:17:07.384944 [ 3 ] {0f29fa35-1c74-40d8-9d97-19ada0931ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.385291 [ 3 ] {0f29fa35-1c74-40d8-9d97-19ada0931ea8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2024.08.18 06:17:07.385343 [ 3 ] {0f29fa35-1c74-40d8-9d97-19ada0931ea8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2024.08.18 06:17:07.386243 [ 3 ] {0f29fa35-1c74-40d8-9d97-19ada0931ea8} <Debug> DynamicQueryHandler: Done processing query | ||
986 | 2024.08.18 06:17:07.386269 [ 3 ] {0f29fa35-1c74-40d8-9d97-19ada0931ea8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
987 | 2024.08.18 06:17:07.386286 [ 3 ] {} <Debug> HTTP-Session: d82f321b-1231-45cf-88b2-1ea9f9397d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.18 06:17:07.386491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
989 | 2024.08.18 06:17:07.386537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
990 | 2024.08.18 06:17:07.386557 [ 3 ] {} <Debug> HTTP-Session: b5af9a61-ca22-4542-b766-48cbc0cb14f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
991 | 2024.08.18 06:17:07.386574 [ 3 ] {} <Debug> HTTP-Session: b5af9a61-ca22-4542-b766-48cbc0cb14f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.08.18 06:17:07.386587 [ 3 ] {} <Debug> HTTP-Session: b5af9a61-ca22-4542-b766-48cbc0cb14f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.08.18 06:17:07.386617 [ 3 ] {} <Trace> HTTP-Session: b5af9a61-ca22-4542-b766-48cbc0cb14f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2024.08.18 06:17:07.386746 [ 3 ] {cf3a8ddb-b2cb-4c1a-94c7-f14c60865cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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.18 06:17:07.387092 [ 3 ] {cf3a8ddb-b2cb-4c1a-94c7-f14c60865cec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
996 | 2024.08.18 06:17:07.387143 [ 3 ] {cf3a8ddb-b2cb-4c1a-94c7-f14c60865cec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
997 | 2024.08.18 06:17:07.388055 [ 3 ] {cf3a8ddb-b2cb-4c1a-94c7-f14c60865cec} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.08.18 06:17:07.388079 [ 3 ] {cf3a8ddb-b2cb-4c1a-94c7-f14c60865cec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
999 | 2024.08.18 06:17:07.388095 [ 3 ] {} <Debug> HTTP-Session: b5af9a61-ca22-4542-b766-48cbc0cb14f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.08.18 06:17:07.388790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.08.18 06:17:07.388837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.08.18 06:17:07.388856 [ 3 ] {} <Debug> HTTP-Session: 354c487b-36be-4ce5-a59e-1b82d6e8112c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1003 | 2024.08.18 06:17:07.388872 [ 3 ] {} <Debug> HTTP-Session: 354c487b-36be-4ce5-a59e-1b82d6e8112c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.08.18 06:17:07.388886 [ 3 ] {} <Debug> HTTP-Session: 354c487b-36be-4ce5-a59e-1b82d6e8112c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.08.18 06:17:07.388916 [ 3 ] {} <Trace> HTTP-Session: 354c487b-36be-4ce5-a59e-1b82d6e8112c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.08.18 06:17:07.389043 [ 3 ] {d1efe897-e0b8-476a-9286-58aaedbe2e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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) | ||
1007 | 2024.08.18 06:17:07.389392 [ 3 ] {d1efe897-e0b8-476a-9286-58aaedbe2e71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1008 | 2024.08.18 06:17:07.389443 [ 3 ] {d1efe897-e0b8-476a-9286-58aaedbe2e71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1009 | 2024.08.18 06:17:07.390372 [ 3 ] {d1efe897-e0b8-476a-9286-58aaedbe2e71} <Debug> DynamicQueryHandler: Done processing query | ||
1010 | 2024.08.18 06:17:07.390396 [ 3 ] {d1efe897-e0b8-476a-9286-58aaedbe2e71} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1011 | 2024.08.18 06:17:07.390413 [ 3 ] {} <Debug> HTTP-Session: 354c487b-36be-4ce5-a59e-1b82d6e8112c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1012 | 2024.08.18 06:17:07.390623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1013 | 2024.08.18 06:17:07.390669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1014 | 2024.08.18 06:17:07.390688 [ 3 ] {} <Debug> HTTP-Session: cb686186-0459-402c-8fcd-30042175c89b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1015 | 2024.08.18 06:17:07.390705 [ 3 ] {} <Debug> HTTP-Session: cb686186-0459-402c-8fcd-30042175c89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.08.18 06:17:07.390718 [ 3 ] {} <Debug> HTTP-Session: cb686186-0459-402c-8fcd-30042175c89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.08.18 06:17:07.390748 [ 3 ] {} <Trace> HTTP-Session: cb686186-0459-402c-8fcd-30042175c89b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1018 | 2024.08.18 06:17:07.390877 [ 3 ] {b3c1055a-2439-4924-9739-0e88691b6051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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) | ||
1019 | 2024.08.18 06:17:07.391233 [ 3 ] {b3c1055a-2439-4924-9739-0e88691b6051} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1020 | 2024.08.18 06:17:07.391284 [ 3 ] {b3c1055a-2439-4924-9739-0e88691b6051} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1021 | 2024.08.18 06:17:07.392202 [ 3 ] {b3c1055a-2439-4924-9739-0e88691b6051} <Debug> DynamicQueryHandler: Done processing query | ||
1022 | 2024.08.18 06:17:07.392227 [ 3 ] {b3c1055a-2439-4924-9739-0e88691b6051} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1023 | 2024.08.18 06:17:07.392244 [ 3 ] {} <Debug> HTTP-Session: cb686186-0459-402c-8fcd-30042175c89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1024 | 2024.08.18 06:17:07.392480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1025 | 2024.08.18 06:17:07.392526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1026 | 2024.08.18 06:17:07.392545 [ 3 ] {} <Debug> HTTP-Session: dbe2acb2-2df3-43b8-a57f-72faaa846d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1027 | 2024.08.18 06:17:07.392562 [ 3 ] {} <Debug> HTTP-Session: dbe2acb2-2df3-43b8-a57f-72faaa846d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.08.18 06:17:07.392575 [ 3 ] {} <Debug> HTTP-Session: dbe2acb2-2df3-43b8-a57f-72faaa846d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1029 | 2024.08.18 06:17:07.392605 [ 3 ] {} <Trace> HTTP-Session: dbe2acb2-2df3-43b8-a57f-72faaa846d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1030 | 2024.08.18 06:17:07.392735 [ 3 ] {44b9be57-dfe6-4b7a-94d0-d4d884fbb296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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) | ||
1031 | 2024.08.18 06:17:07.393088 [ 3 ] {44b9be57-dfe6-4b7a-94d0-d4d884fbb296} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1032 | 2024.08.18 06:17:07.393139 [ 3 ] {44b9be57-dfe6-4b7a-94d0-d4d884fbb296} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1033 | 2024.08.18 06:17:07.394076 [ 3 ] {44b9be57-dfe6-4b7a-94d0-d4d884fbb296} <Debug> DynamicQueryHandler: Done processing query | ||
1034 | 2024.08.18 06:17:07.394100 [ 3 ] {44b9be57-dfe6-4b7a-94d0-d4d884fbb296} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1035 | 2024.08.18 06:17:07.394116 [ 3 ] {} <Debug> HTTP-Session: dbe2acb2-2df3-43b8-a57f-72faaa846d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.08.18 06:17:07.394324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1037 | 2024.08.18 06:17:07.394370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1038 | 2024.08.18 06:17:07.394390 [ 3 ] {} <Debug> HTTP-Session: f8dec7bb-e5a9-400a-aa83-766f21ea9ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1039 | 2024.08.18 06:17:07.394405 [ 3 ] {} <Debug> HTTP-Session: f8dec7bb-e5a9-400a-aa83-766f21ea9ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.08.18 06:17:07.394419 [ 3 ] {} <Debug> HTTP-Session: f8dec7bb-e5a9-400a-aa83-766f21ea9ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1041 | 2024.08.18 06:17:07.394448 [ 3 ] {} <Trace> HTTP-Session: f8dec7bb-e5a9-400a-aa83-766f21ea9ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1042 | 2024.08.18 06:17:07.394580 [ 3 ] {09f3302d-1f5c-4fcf-8a68-2f59b900fe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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) | ||
1043 | 2024.08.18 06:17:07.394943 [ 3 ] {09f3302d-1f5c-4fcf-8a68-2f59b900fe8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1044 | 2024.08.18 06:17:07.394994 [ 3 ] {09f3302d-1f5c-4fcf-8a68-2f59b900fe8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1045 | 2024.08.18 06:17:07.395935 [ 3 ] {09f3302d-1f5c-4fcf-8a68-2f59b900fe8e} <Debug> DynamicQueryHandler: Done processing query | ||
1046 | 2024.08.18 06:17:07.395961 [ 3 ] {09f3302d-1f5c-4fcf-8a68-2f59b900fe8e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1047 | 2024.08.18 06:17:07.395977 [ 3 ] {} <Debug> HTTP-Session: f8dec7bb-e5a9-400a-aa83-766f21ea9ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1048 | 2024.08.18 06:17:07.400138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1049 | 2024.08.18 06:17:07.400193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1050 | 2024.08.18 06:17:07.400216 [ 3 ] {} <Debug> HTTP-Session: e3145d04-d2aa-4380-a02f-e25a5b0b6e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1051 | 2024.08.18 06:17:07.400236 [ 3 ] {} <Debug> HTTP-Session: e3145d04-d2aa-4380-a02f-e25a5b0b6e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.08.18 06:17:07.400253 [ 3 ] {} <Debug> HTTP-Session: e3145d04-d2aa-4380-a02f-e25a5b0b6e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.08.18 06:17:07.400291 [ 3 ] {} <Trace> HTTP-Session: e3145d04-d2aa-4380-a02f-e25a5b0b6e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1054 | 2024.08.18 06:17:07.400430 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1055 | 2024.08.18 06:17:07.400482 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1056 | 2024.08.18 06:17:07.400681 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1057 | 2024.08.18 06:17:07.401188 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1058 | 2024.08.18 06:17:07.401226 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1059 | 2024.08.18 06:17:07.401887 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1060 | 2024.08.18 06:17:07.402451 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1061 | 2024.08.18 06:17:07.402631 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002246 sec., 8014.2475512021365 rows/sec., 1.09 MiB/sec. | ||
1062 | 2024.08.18 06:17:07.402909 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Debug> DynamicQueryHandler: Done processing query | ||
1063 | 2024.08.18 06:17:07.402934 [ 3 ] {09582e6a-6bb4-40c7-b9b1-82a04ad4f96e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1064 | 2024.08.18 06:17:07.402949 [ 3 ] {} <Debug> HTTP-Session: e3145d04-d2aa-4380-a02f-e25a5b0b6e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1065 | 2024.08.18 06:17:07.403089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1066 | 2024.08.18 06:17:07.403137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1067 | 2024.08.18 06:17:07.403156 [ 3 ] {} <Debug> HTTP-Session: a8cfe815-257a-475d-b818-bb0c3d9f1af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1068 | 2024.08.18 06:17:07.403173 [ 3 ] {} <Debug> HTTP-Session: a8cfe815-257a-475d-b818-bb0c3d9f1af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.08.18 06:17:07.403186 [ 3 ] {} <Debug> HTTP-Session: a8cfe815-257a-475d-b818-bb0c3d9f1af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.08.18 06:17:07.403216 [ 3 ] {} <Trace> HTTP-Session: a8cfe815-257a-475d-b818-bb0c3d9f1af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1071 | 2024.08.18 06:17:07.403323 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1072 | 2024.08.18 06:17:07.403367 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1073 | 2024.08.18 06:17:07.403505 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1074 | 2024.08.18 06:17:07.404466 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1075 | 2024.08.18 06:17:07.404501 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1076 | 2024.08.18 06:17:07.404963 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1077 | 2024.08.18 06:17:07.405548 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1078 | 2024.08.18 06:17:07.405701 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002414 sec., 12427.506213753108 rows/sec., 959.57 KiB/sec. | ||
1079 | 2024.08.18 06:17:07.405867 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Debug> DynamicQueryHandler: Done processing query | ||
1080 | 2024.08.18 06:17:07.405890 [ 3 ] {5f80c933-f36d-4038-9dce-154957382492} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1081 | 2024.08.18 06:17:07.405905 [ 3 ] {} <Debug> HTTP-Session: a8cfe815-257a-475d-b818-bb0c3d9f1af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1082 | 2024.08.18 06:17:07.406038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 6148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1083 | 2024.08.18 06:17:07.406084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1084 | 2024.08.18 06:17:07.406103 [ 3 ] {} <Debug> HTTP-Session: 12566238-57b7-4a01-a950-66b5593d696e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1085 | 2024.08.18 06:17:07.406119 [ 3 ] {} <Debug> HTTP-Session: 12566238-57b7-4a01-a950-66b5593d696e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.08.18 06:17:07.406133 [ 3 ] {} <Debug> HTTP-Session: 12566238-57b7-4a01-a950-66b5593d696e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.08.18 06:17:07.406163 [ 3 ] {} <Trace> HTTP-Session: 12566238-57b7-4a01-a950-66b5593d696e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1088 | 2024.08.18 06:17:07.406267 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1089 | 2024.08.18 06:17:07.406308 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1090 | 2024.08.18 06:17:07.406994 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1091 | 2024.08.18 06:17:07.407343 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1092 | 2024.08.18 06:17:07.407379 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1093 | 2024.08.18 06:17:07.408393 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1094 | 2024.08.18 06:17:07.408964 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1095 | 2024.08.18 06:17:07.409121 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002882 sec., 12491.325468424706 rows/sec., 998.93 KiB/sec. | ||
1096 | 2024.08.18 06:17:07.409390 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Debug> DynamicQueryHandler: Done processing query | ||
1097 | 2024.08.18 06:17:07.409413 [ 3 ] {00a3a953-9790-474c-ab32-5056329d817c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1098 | 2024.08.18 06:17:07.409429 [ 3 ] {} <Debug> HTTP-Session: 12566238-57b7-4a01-a950-66b5593d696e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1099 | 2024.08.18 06:17:07.409575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 16468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1100 | 2024.08.18 06:17:07.409622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1101 | 2024.08.18 06:17:07.409641 [ 3 ] {} <Debug> HTTP-Session: c391aaab-d53b-4151-a34d-63841fbe8828 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1102 | 2024.08.18 06:17:07.409658 [ 3 ] {} <Debug> HTTP-Session: c391aaab-d53b-4151-a34d-63841fbe8828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.08.18 06:17:07.409671 [ 3 ] {} <Debug> HTTP-Session: c391aaab-d53b-4151-a34d-63841fbe8828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.08.18 06:17:07.409702 [ 3 ] {} <Trace> HTTP-Session: c391aaab-d53b-4151-a34d-63841fbe8828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1105 | 2024.08.18 06:17:07.409825 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1106 | 2024.08.18 06:17:07.409872 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1107 | 2024.08.18 06:17:07.410037 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1108 | 2024.08.18 06:17:07.412985 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1109 | 2024.08.18 06:17:07.413026 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1110 | 2024.08.18 06:17:07.417459 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1111 | 2024.08.18 06:17:07.418189 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1112 | 2024.08.18 06:17:07.418376 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.008592 sec., 10009.310986964618 rows/sec., 714.24 KiB/sec. | ||
1113 | 2024.08.18 06:17:07.418661 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Debug> DynamicQueryHandler: Done processing query | ||
1114 | 2024.08.18 06:17:07.418684 [ 3 ] {24e511e8-a77c-4898-b1f0-bbd7ea4594f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1115 | 2024.08.18 06:17:07.418699 [ 3 ] {} <Debug> HTTP-Session: c391aaab-d53b-4151-a34d-63841fbe8828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1116 | 2024.08.18 06:17:07.418825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1117 | 2024.08.18 06:17:07.418871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1118 | 2024.08.18 06:17:07.418889 [ 3 ] {} <Debug> HTTP-Session: 82d12e0f-024d-41db-b120-5d8598491704 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1119 | 2024.08.18 06:17:07.418905 [ 3 ] {} <Debug> HTTP-Session: 82d12e0f-024d-41db-b120-5d8598491704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.08.18 06:17:07.418918 [ 3 ] {} <Debug> HTTP-Session: 82d12e0f-024d-41db-b120-5d8598491704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.08.18 06:17:07.418948 [ 3 ] {} <Trace> HTTP-Session: 82d12e0f-024d-41db-b120-5d8598491704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1122 | 2024.08.18 06:17:07.419053 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1123 | 2024.08.18 06:17:07.419096 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1124 | 2024.08.18 06:17:07.419237 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1125 | 2024.08.18 06:17:07.419513 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1126 | 2024.08.18 06:17:07.419548 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1127 | 2024.08.18 06:17:07.420054 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1128 | 2024.08.18 06:17:07.420684 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1129 | 2024.08.18 06:17:07.420835 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001817 sec., 16510.73197578426 rows/sec., 1.11 MiB/sec. | ||
1130 | 2024.08.18 06:17:07.420996 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Debug> DynamicQueryHandler: Done processing query | ||
1131 | 2024.08.18 06:17:07.421019 [ 3 ] {1891778b-3eb8-4c59-8ce3-5838aa6b7db2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1132 | 2024.08.18 06:17:07.421035 [ 3 ] {} <Debug> HTTP-Session: 82d12e0f-024d-41db-b120-5d8598491704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1133 | 2024.08.18 06:17:10.223039 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1134 | 2024.08.18 06:17:10.223131 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1135 | 2024.08.18 06:17:12.357384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1136 | 2024.08.18 06:17:12.357508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1137 | 2024.08.18 06:17:12.357538 [ 3 ] {} <Debug> HTTP-Session: cd8686e1-8d8d-421d-9791-82658ce6eaea Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1138 | 2024.08.18 06:17:12.357568 [ 3 ] {} <Debug> HTTP-Session: cd8686e1-8d8d-421d-9791-82658ce6eaea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1139 | 2024.08.18 06:17:12.357586 [ 3 ] {} <Debug> HTTP-Session: cd8686e1-8d8d-421d-9791-82658ce6eaea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.08.18 06:17:12.357643 [ 3 ] {} <Trace> HTTP-Session: cd8686e1-8d8d-421d-9791-82658ce6eaea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1141 | 2024.08.18 06:17:12.357848 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1142 | 2024.08.18 06:17:12.357914 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1143 | 2024.08.18 06:17:12.358105 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1144 | 2024.08.18 06:17:12.358554 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1145 | 2024.08.18 06:17:12.358602 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1146 | 2024.08.18 06:17:12.359096 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1147 | 2024.08.18 06:17:12.359687 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1148 | 2024.08.18 06:17:12.359889 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002098 sec., 26692.08770257388 rows/sec., 2.04 MiB/sec. | ||
1149 | 2024.08.18 06:17:12.360209 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Debug> DynamicQueryHandler: Done processing query | ||
1150 | 2024.08.18 06:17:12.360236 [ 3 ] {7be99587-9ac5-4d5a-9542-f6da4767e07a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1151 | 2024.08.18 06:17:12.360252 [ 3 ] {} <Debug> HTTP-Session: cd8686e1-8d8d-421d-9791-82658ce6eaea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.08.18 06:17:12.360448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1153 | 2024.08.18 06:17:12.360500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1154 | 2024.08.18 06:17:12.360520 [ 3 ] {} <Debug> HTTP-Session: 4f02cf07-5c88-4b15-8864-b0546a26d86e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1155 | 2024.08.18 06:17:12.360538 [ 3 ] {} <Debug> HTTP-Session: 4f02cf07-5c88-4b15-8864-b0546a26d86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.08.18 06:17:12.360552 [ 3 ] {} <Debug> HTTP-Session: 4f02cf07-5c88-4b15-8864-b0546a26d86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.08.18 06:17:12.360588 [ 3 ] {} <Trace> HTTP-Session: 4f02cf07-5c88-4b15-8864-b0546a26d86e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2024.08.18 06:17:12.360714 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1159 | 2024.08.18 06:17:12.360762 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1160 | 2024.08.18 06:17:12.360912 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1161 | 2024.08.18 06:17:12.361255 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1162 | 2024.08.18 06:17:12.361293 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1163 | 2024.08.18 06:17:12.361745 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1164 | 2024.08.18 06:17:12.362359 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1165 | 2024.08.18 06:17:12.362531 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
1166 | 2024.08.18 06:17:12.362712 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Debug> DynamicQueryHandler: Done processing query | ||
1167 | 2024.08.18 06:17:12.362736 [ 3 ] {ee7c14d5-c0ff-4165-8e27-3b75517de914} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1168 | 2024.08.18 06:17:12.362751 [ 3 ] {} <Debug> HTTP-Session: 4f02cf07-5c88-4b15-8864-b0546a26d86e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.08.18 06:17:12.363041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 24869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1170 | 2024.08.18 06:17:12.363091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1171 | 2024.08.18 06:17:12.363112 [ 3 ] {} <Debug> HTTP-Session: cf3cfb5a-eb4c-434b-b804-c686e9ba059e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1172 | 2024.08.18 06:17:12.363129 [ 3 ] {} <Debug> HTTP-Session: cf3cfb5a-eb4c-434b-b804-c686e9ba059e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.08.18 06:17:12.363144 [ 3 ] {} <Debug> HTTP-Session: cf3cfb5a-eb4c-434b-b804-c686e9ba059e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.08.18 06:17:12.363177 [ 3 ] {} <Trace> HTTP-Session: cf3cfb5a-eb4c-434b-b804-c686e9ba059e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1175 | 2024.08.18 06:17:12.363319 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1176 | 2024.08.18 06:17:12.363366 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1177 | 2024.08.18 06:17:12.363516 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1178 | 2024.08.18 06:17:12.363877 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1179 | 2024.08.18 06:17:12.363914 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1180 | 2024.08.18 06:17:12.364444 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1181 | 2024.08.18 06:17:12.365059 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): 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.18 06:17:12.365214 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001958 sec., 66394.27987742594 rows/sec., 4.63 MiB/sec. | ||
1183 | 2024.08.18 06:17:12.365374 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Debug> DynamicQueryHandler: Done processing query | ||
1184 | 2024.08.18 06:17:12.365397 [ 3 ] {9e34bec3-362a-4874-8009-96eea5495c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1185 | 2024.08.18 06:17:12.365412 [ 3 ] {} <Debug> HTTP-Session: cf3cfb5a-eb4c-434b-b804-c686e9ba059e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1186 | 2024.08.18 06:17:12.365547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1187 | 2024.08.18 06:17:12.365594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1188 | 2024.08.18 06:17:12.365614 [ 3 ] {} <Debug> HTTP-Session: 1a42e755-03f2-43b0-b4a4-9fa440973e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1189 | 2024.08.18 06:17:12.365631 [ 3 ] {} <Debug> HTTP-Session: 1a42e755-03f2-43b0-b4a4-9fa440973e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.08.18 06:17:12.365644 [ 3 ] {} <Debug> HTTP-Session: 1a42e755-03f2-43b0-b4a4-9fa440973e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.08.18 06:17:12.365676 [ 3 ] {} <Trace> HTTP-Session: 1a42e755-03f2-43b0-b4a4-9fa440973e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2024.08.18 06:17:12.365787 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1193 | 2024.08.18 06:17:12.365831 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1194 | 2024.08.18 06:17:12.365959 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1195 | 2024.08.18 06:17:12.366250 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1196 | 2024.08.18 06:17:12.366287 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1197 | 2024.08.18 06:17:12.366741 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1198 | 2024.08.18 06:17:12.367302 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): 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.18 06:17:12.367457 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001707 sec., 28119.5079086116 rows/sec., 1.89 MiB/sec. | ||
1200 | 2024.08.18 06:17:12.367623 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Debug> DynamicQueryHandler: Done processing query | ||
1201 | 2024.08.18 06:17:12.367647 [ 3 ] {7727db3e-33ec-41db-b5c2-ed052ac2768e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1202 | 2024.08.18 06:17:12.367662 [ 3 ] {} <Debug> HTTP-Session: 1a42e755-03f2-43b0-b4a4-9fa440973e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1203 | 2024.08.18 06:17:17.356327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1204 | 2024.08.18 06:17:17.356450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1205 | 2024.08.18 06:17:17.356475 [ 3 ] {} <Debug> HTTP-Session: 13ca1517-5d73-4e24-a717-9b47a8a36d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1206 | 2024.08.18 06:17:17.356499 [ 3 ] {} <Debug> HTTP-Session: 13ca1517-5d73-4e24-a717-9b47a8a36d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.08.18 06:17:17.356514 [ 3 ] {} <Debug> HTTP-Session: 13ca1517-5d73-4e24-a717-9b47a8a36d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.08.18 06:17:17.356561 [ 3 ] {} <Trace> HTTP-Session: 13ca1517-5d73-4e24-a717-9b47a8a36d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2024.08.18 06:17:17.356787 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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) | ||
1210 | 2024.08.18 06:17:17.357193 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1211 | 2024.08.18 06:17:17.357263 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <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 | ||
1212 | 2024.08.18 06:17:17.357562 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1213 | 2024.08.18 06:17:17.357735 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1214 | 2024.08.18 06:17:17.360052 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1215 | 2024.08.18 06:17:17.365227 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1216 | 2024.08.18 06:17:17.367234 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1217 | 2024.08.18 06:17:17.367266 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1218 | 2024.08.18 06:17:17.367398 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <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'))" | ||
1219 | 2024.08.18 06:17:17.367430 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1220 | 2024.08.18 06:17:17.375806 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.019117 sec., 941.5703300727102 rows/sec., 38.52 KiB/sec. | ||
1221 | 2024.08.18 06:17:17.376092 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> DynamicQueryHandler: Done processing query | ||
1222 | 2024.08.18 06:17:17.376118 [ 3 ] {2370d249-9328-473c-96f2-d006547576c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1223 | 2024.08.18 06:17:17.376136 [ 3 ] {} <Debug> HTTP-Session: 13ca1517-5d73-4e24-a717-9b47a8a36d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.08.18 06:17:17.376489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1225 | 2024.08.18 06:17:17.376540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1226 | 2024.08.18 06:17:17.376560 [ 3 ] {} <Debug> HTTP-Session: ce56be71-923d-4f27-9fe9-31b6fc459f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1227 | 2024.08.18 06:17:17.376578 [ 3 ] {} <Debug> HTTP-Session: ce56be71-923d-4f27-9fe9-31b6fc459f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1228 | 2024.08.18 06:17:17.376592 [ 3 ] {} <Debug> HTTP-Session: ce56be71-923d-4f27-9fe9-31b6fc459f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1229 | 2024.08.18 06:17:17.376626 [ 3 ] {} <Trace> HTTP-Session: ce56be71-923d-4f27-9fe9-31b6fc459f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1230 | 2024.08.18 06:17:17.376812 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1231 | 2024.08.18 06:17:17.377078 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1232 | 2024.08.18 06:17:17.377120 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
1233 | 2024.08.18 06:17:17.377381 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1234 | 2024.08.18 06:17:17.377447 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1235 | 2024.08.18 06:17:17.377584 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1236 | 2024.08.18 06:17:17.377616 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1237 | 2024.08.18 06:17:17.377639 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1238 | 2024.08.18 06:17:17.377657 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1239 | 2024.08.18 06:17:17.377699 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1240 | 2024.08.18 06:17:17.377720 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1241 | 2024.08.18 06:17:17.378558 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001808 sec., 9955.752212389381 rows/sec., 407.26 KiB/sec. | ||
1242 | 2024.08.18 06:17:17.378797 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> DynamicQueryHandler: Done processing query | ||
1243 | 2024.08.18 06:17:17.378821 [ 3 ] {0ac3642b-ecbc-4c34-8e09-d243f56390a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1244 | 2024.08.18 06:17:17.378838 [ 3 ] {} <Debug> HTTP-Session: ce56be71-923d-4f27-9fe9-31b6fc459f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.08.18 06:17:17.379410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1246 | 2024.08.18 06:17:17.379460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1247 | 2024.08.18 06:17:17.379479 [ 3 ] {} <Debug> HTTP-Session: 0aebd92b-fc17-4036-95d2-b874393f7c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1248 | 2024.08.18 06:17:17.379497 [ 3 ] {} <Debug> HTTP-Session: 0aebd92b-fc17-4036-95d2-b874393f7c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.08.18 06:17:17.379510 [ 3 ] {} <Debug> HTTP-Session: 0aebd92b-fc17-4036-95d2-b874393f7c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1250 | 2024.08.18 06:17:17.379541 [ 3 ] {} <Trace> HTTP-Session: 0aebd92b-fc17-4036-95d2-b874393f7c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1251 | 2024.08.18 06:17:17.379680 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1252 | 2024.08.18 06:17:17.379940 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1253 | 2024.08.18 06:17:17.379980 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1254 | 2024.08.18 06:17:17.380237 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1255 | 2024.08.18 06:17:17.380303 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1256 | 2024.08.18 06:17:17.380440 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1257 | 2024.08.18 06:17:17.380473 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1258 | 2024.08.18 06:17:17.380496 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1259 | 2024.08.18 06:17:17.380512 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1260 | 2024.08.18 06:17:17.380553 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1261 | 2024.08.18 06:17:17.380574 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1262 | 2024.08.18 06:17:17.381374 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001758 sec., 10238.907849829351 rows/sec., 418.84 KiB/sec. | ||
1263 | 2024.08.18 06:17:17.381612 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> DynamicQueryHandler: Done processing query | ||
1264 | 2024.08.18 06:17:17.381636 [ 3 ] {555c72c4-986c-4529-9c83-6e5897374242} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1265 | 2024.08.18 06:17:17.381653 [ 3 ] {} <Debug> HTTP-Session: 0aebd92b-fc17-4036-95d2-b874393f7c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.08.18 06:17:17.381904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1267 | 2024.08.18 06:17:17.381952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1268 | 2024.08.18 06:17:17.381971 [ 3 ] {} <Debug> HTTP-Session: db7d159b-3e94-4aca-ac95-56de3e0a2d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1269 | 2024.08.18 06:17:17.381987 [ 3 ] {} <Debug> HTTP-Session: db7d159b-3e94-4aca-ac95-56de3e0a2d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.08.18 06:17:17.382001 [ 3 ] {} <Debug> HTTP-Session: db7d159b-3e94-4aca-ac95-56de3e0a2d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1271 | 2024.08.18 06:17:17.382032 [ 3 ] {} <Trace> HTTP-Session: db7d159b-3e94-4aca-ac95-56de3e0a2d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1272 | 2024.08.18 06:17:17.382170 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1273 | 2024.08.18 06:17:17.382431 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1274 | 2024.08.18 06:17:17.382471 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1275 | 2024.08.18 06:17:17.382732 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1276 | 2024.08.18 06:17:17.382796 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1277 | 2024.08.18 06:17:17.382931 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1278 | 2024.08.18 06:17:17.382964 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1279 | 2024.08.18 06:17:17.382986 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1280 | 2024.08.18 06:17:17.383003 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1281 | 2024.08.18 06:17:17.383045 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1282 | 2024.08.18 06:17:17.383066 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1283 | 2024.08.18 06:17:17.383843 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001737 sec., 10362.694300518135 rows/sec., 423.91 KiB/sec. | ||
1284 | 2024.08.18 06:17:17.384083 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> DynamicQueryHandler: Done processing query | ||
1285 | 2024.08.18 06:17:17.384108 [ 3 ] {d9196e7b-1fbc-422d-a880-8b3d73c03e9f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1286 | 2024.08.18 06:17:17.384125 [ 3 ] {} <Debug> HTTP-Session: db7d159b-3e94-4aca-ac95-56de3e0a2d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.08.18 06:17:17.384327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1288 | 2024.08.18 06:17:17.384375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1289 | 2024.08.18 06:17:17.384394 [ 3 ] {} <Debug> HTTP-Session: 802a948b-308b-4c4e-95e0-04def14082ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1290 | 2024.08.18 06:17:17.384410 [ 3 ] {} <Debug> HTTP-Session: 802a948b-308b-4c4e-95e0-04def14082ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1291 | 2024.08.18 06:17:17.384424 [ 3 ] {} <Debug> HTTP-Session: 802a948b-308b-4c4e-95e0-04def14082ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1292 | 2024.08.18 06:17:17.384455 [ 3 ] {} <Trace> HTTP-Session: 802a948b-308b-4c4e-95e0-04def14082ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1293 | 2024.08.18 06:17:17.384593 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1294 | 2024.08.18 06:17:17.384854 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1295 | 2024.08.18 06:17:17.384895 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1296 | 2024.08.18 06:17:17.385154 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1297 | 2024.08.18 06:17:17.385218 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1298 | 2024.08.18 06:17:17.385361 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1299 | 2024.08.18 06:17:17.385394 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1300 | 2024.08.18 06:17:17.385417 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1301 | 2024.08.18 06:17:17.385433 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1302 | 2024.08.18 06:17:17.385473 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1303 | 2024.08.18 06:17:17.385494 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1304 | 2024.08.18 06:17:17.386259 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00173 sec., 10404.624277456647 rows/sec., 425.62 KiB/sec. | ||
1305 | 2024.08.18 06:17:17.386505 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> DynamicQueryHandler: Done processing query | ||
1306 | 2024.08.18 06:17:17.386530 [ 3 ] {c1f3dc0c-70b8-4d91-ba92-068bea1f333e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1307 | 2024.08.18 06:17:17.386546 [ 3 ] {} <Debug> HTTP-Session: 802a948b-308b-4c4e-95e0-04def14082ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.08.18 06:17:17.386750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1309 | 2024.08.18 06:17:17.386798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1310 | 2024.08.18 06:17:17.386818 [ 3 ] {} <Debug> HTTP-Session: 77670ed6-6f76-4a0c-9b0d-8a527eff2804 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1311 | 2024.08.18 06:17:17.386835 [ 3 ] {} <Debug> HTTP-Session: 77670ed6-6f76-4a0c-9b0d-8a527eff2804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.08.18 06:17:17.386849 [ 3 ] {} <Debug> HTTP-Session: 77670ed6-6f76-4a0c-9b0d-8a527eff2804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.08.18 06:17:17.386879 [ 3 ] {} <Trace> HTTP-Session: 77670ed6-6f76-4a0c-9b0d-8a527eff2804 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1314 | 2024.08.18 06:17:17.387017 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1315 | 2024.08.18 06:17:17.387281 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1316 | 2024.08.18 06:17:17.387322 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1317 | 2024.08.18 06:17:17.387597 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1318 | 2024.08.18 06:17:17.387674 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1319 | 2024.08.18 06:17:17.387818 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1320 | 2024.08.18 06:17:17.387852 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1321 | 2024.08.18 06:17:17.387877 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1322 | 2024.08.18 06:17:17.387893 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1323 | 2024.08.18 06:17:17.387936 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1324 | 2024.08.18 06:17:17.387959 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1325 | 2024.08.18 06:17:17.388782 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00183 sec., 9836.065573770491 rows/sec., 402.37 KiB/sec. | ||
1326 | 2024.08.18 06:17:17.389022 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> DynamicQueryHandler: Done processing query | ||
1327 | 2024.08.18 06:17:17.389046 [ 3 ] {bf20e608-9004-4df6-a2f8-a89edc4db65f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1328 | 2024.08.18 06:17:17.389063 [ 3 ] {} <Debug> HTTP-Session: 77670ed6-6f76-4a0c-9b0d-8a527eff2804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.08.18 06:17:17.389280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1330 | 2024.08.18 06:17:17.389330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1331 | 2024.08.18 06:17:17.389350 [ 3 ] {} <Debug> HTTP-Session: 51677753-60b3-4411-89f6-6a8900a0919c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1332 | 2024.08.18 06:17:17.389367 [ 3 ] {} <Debug> HTTP-Session: 51677753-60b3-4411-89f6-6a8900a0919c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.08.18 06:17:17.389381 [ 3 ] {} <Debug> HTTP-Session: 51677753-60b3-4411-89f6-6a8900a0919c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1334 | 2024.08.18 06:17:17.389413 [ 3 ] {} <Trace> HTTP-Session: 51677753-60b3-4411-89f6-6a8900a0919c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1335 | 2024.08.18 06:17:17.389601 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1336 | 2024.08.18 06:17:17.389875 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1337 | 2024.08.18 06:17:17.389917 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1338 | 2024.08.18 06:17:17.390184 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1339 | 2024.08.18 06:17:17.390250 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1340 | 2024.08.18 06:17:17.390387 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1341 | 2024.08.18 06:17:17.390420 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1342 | 2024.08.18 06:17:17.390443 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1343 | 2024.08.18 06:17:17.390539 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1344 | 2024.08.18 06:17:17.390583 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1345 | 2024.08.18 06:17:17.390606 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1346 | 2024.08.18 06:17:17.391447 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001914 sec., 9404.388714733543 rows/sec., 384.71 KiB/sec. | ||
1347 | 2024.08.18 06:17:17.391775 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> DynamicQueryHandler: Done processing query | ||
1348 | 2024.08.18 06:17:17.391801 [ 3 ] {d32bcace-1ebe-489a-a0f4-c14a9b932806} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1349 | 2024.08.18 06:17:17.391897 [ 3 ] {} <Debug> HTTP-Session: 51677753-60b3-4411-89f6-6a8900a0919c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.08.18 06:17:17.392099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1351 | 2024.08.18 06:17:17.392147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1352 | 2024.08.18 06:17:17.392166 [ 3 ] {} <Debug> HTTP-Session: 7d8ab570-0252-44d9-8af7-daa530462005 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1353 | 2024.08.18 06:17:17.392182 [ 3 ] {} <Debug> HTTP-Session: 7d8ab570-0252-44d9-8af7-daa530462005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.08.18 06:17:17.392196 [ 3 ] {} <Debug> HTTP-Session: 7d8ab570-0252-44d9-8af7-daa530462005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.08.18 06:17:17.392227 [ 3 ] {} <Trace> HTTP-Session: 7d8ab570-0252-44d9-8af7-daa530462005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1356 | 2024.08.18 06:17:17.392371 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1357 | 2024.08.18 06:17:17.392646 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1358 | 2024.08.18 06:17:17.392690 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1359 | 2024.08.18 06:17:17.392961 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1360 | 2024.08.18 06:17:17.393026 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1361 | 2024.08.18 06:17:17.393166 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1362 | 2024.08.18 06:17:17.393201 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1363 | 2024.08.18 06:17:17.393224 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1364 | 2024.08.18 06:17:17.393240 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1365 | 2024.08.18 06:17:17.393282 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1366 | 2024.08.18 06:17:17.393307 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1367 | 2024.08.18 06:17:17.394089 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001785 sec., 10084.03361344538 rows/sec., 412.51 KiB/sec. | ||
1368 | 2024.08.18 06:17:17.394328 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> DynamicQueryHandler: Done processing query | ||
1369 | 2024.08.18 06:17:17.394354 [ 3 ] {158e2e1f-2a5f-40f9-98b4-a5619af648af} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1370 | 2024.08.18 06:17:17.394370 [ 3 ] {} <Debug> HTTP-Session: 7d8ab570-0252-44d9-8af7-daa530462005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.08.18 06:17:17.394587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1372 | 2024.08.18 06:17:17.394639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1373 | 2024.08.18 06:17:17.394658 [ 3 ] {} <Debug> HTTP-Session: 4369feef-e9cc-4630-b2a7-2250c6dbb560 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1374 | 2024.08.18 06:17:17.394676 [ 3 ] {} <Debug> HTTP-Session: 4369feef-e9cc-4630-b2a7-2250c6dbb560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.08.18 06:17:17.394689 [ 3 ] {} <Debug> HTTP-Session: 4369feef-e9cc-4630-b2a7-2250c6dbb560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.08.18 06:17:17.394720 [ 3 ] {} <Trace> HTTP-Session: 4369feef-e9cc-4630-b2a7-2250c6dbb560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1377 | 2024.08.18 06:17:17.394862 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1378 | 2024.08.18 06:17:17.395130 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1379 | 2024.08.18 06:17:17.395173 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <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_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1380 | 2024.08.18 06:17:17.395442 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1381 | 2024.08.18 06:17:17.395507 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1382 | 2024.08.18 06:17:17.395643 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1383 | 2024.08.18 06:17:17.395676 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1384 | 2024.08.18 06:17:17.395700 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1385 | 2024.08.18 06:17:17.395717 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1386 | 2024.08.18 06:17:17.395757 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1387 | 2024.08.18 06:17:17.395780 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1388 | 2024.08.18 06:17:17.396668 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001874 sec., 9605.122732123798 rows/sec., 392.92 KiB/sec. | ||
1389 | 2024.08.18 06:17:17.396906 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> DynamicQueryHandler: Done processing query | ||
1390 | 2024.08.18 06:17:17.396931 [ 3 ] {60685883-1009-4997-b338-af1bd3115812} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1391 | 2024.08.18 06:17:17.396948 [ 3 ] {} <Debug> HTTP-Session: 4369feef-e9cc-4630-b2a7-2250c6dbb560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.08.18 06:17:17.397176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1393 | 2024.08.18 06:17:17.397224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1394 | 2024.08.18 06:17:17.397244 [ 3 ] {} <Debug> HTTP-Session: 8e040c9c-47f6-443b-9087-581417fcca8e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1395 | 2024.08.18 06:17:17.397260 [ 3 ] {} <Debug> HTTP-Session: 8e040c9c-47f6-443b-9087-581417fcca8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.08.18 06:17:17.397273 [ 3 ] {} <Debug> HTTP-Session: 8e040c9c-47f6-443b-9087-581417fcca8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.08.18 06:17:17.397303 [ 3 ] {} <Trace> HTTP-Session: 8e040c9c-47f6-443b-9087-581417fcca8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1398 | 2024.08.18 06:17:17.397449 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1399 | 2024.08.18 06:17:17.397721 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1400 | 2024.08.18 06:17:17.397764 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <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_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1401 | 2024.08.18 06:17:17.398040 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1402 | 2024.08.18 06:17:17.398105 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1403 | 2024.08.18 06:17:17.398243 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1404 | 2024.08.18 06:17:17.398277 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1405 | 2024.08.18 06:17:17.398303 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1406 | 2024.08.18 06:17:17.398322 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1407 | 2024.08.18 06:17:17.398364 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <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_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1408 | 2024.08.18 06:17:17.398384 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1409 | 2024.08.18 06:17:17.399124 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001743 sec., 10327.022375215147 rows/sec., 422.45 KiB/sec. | ||
1410 | 2024.08.18 06:17:17.399365 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> DynamicQueryHandler: Done processing query | ||
1411 | 2024.08.18 06:17:17.399390 [ 3 ] {8e4635b6-e569-4e5d-97ec-a0fcf7551146} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1412 | 2024.08.18 06:17:17.399407 [ 3 ] {} <Debug> HTTP-Session: 8e040c9c-47f6-443b-9087-581417fcca8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.08.18 06:17:17.399635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1414 | 2024.08.18 06:17:17.399682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1415 | 2024.08.18 06:17:17.399700 [ 3 ] {} <Debug> HTTP-Session: f994dbe0-1fc3-4ef9-bec5-7b82de52f52e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1416 | 2024.08.18 06:17:17.399716 [ 3 ] {} <Debug> HTTP-Session: f994dbe0-1fc3-4ef9-bec5-7b82de52f52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1417 | 2024.08.18 06:17:17.399730 [ 3 ] {} <Debug> HTTP-Session: f994dbe0-1fc3-4ef9-bec5-7b82de52f52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.08.18 06:17:17.399760 [ 3 ] {} <Trace> HTTP-Session: f994dbe0-1fc3-4ef9-bec5-7b82de52f52e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1419 | 2024.08.18 06:17:17.399903 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1420 | 2024.08.18 06:17:17.400170 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1421 | 2024.08.18 06:17:17.400214 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1422 | 2024.08.18 06:17:17.400490 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1423 | 2024.08.18 06:17:17.400555 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1424 | 2024.08.18 06:17:17.400692 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1425 | 2024.08.18 06:17:17.400725 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1426 | 2024.08.18 06:17:17.400748 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1427 | 2024.08.18 06:17:17.400765 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1428 | 2024.08.18 06:17:17.400805 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1429 | 2024.08.18 06:17:17.400827 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1430 | 2024.08.18 06:17:17.401634 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0018 sec., 10000 rows/sec., 409.07 KiB/sec. | ||
1431 | 2024.08.18 06:17:17.401871 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> DynamicQueryHandler: Done processing query | ||
1432 | 2024.08.18 06:17:17.401896 [ 3 ] {4262fda3-a8ef-4291-b376-0d594089f5f9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1433 | 2024.08.18 06:17:17.401912 [ 3 ] {} <Debug> HTTP-Session: f994dbe0-1fc3-4ef9-bec5-7b82de52f52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1434 | 2024.08.18 06:17:17.406226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1435 | 2024.08.18 06:17:17.406276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1436 | 2024.08.18 06:17:17.406295 [ 3 ] {} <Debug> HTTP-Session: 18d4b48a-25d6-4c3d-9c6a-ba4d43cd71bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1437 | 2024.08.18 06:17:17.406311 [ 3 ] {} <Debug> HTTP-Session: 18d4b48a-25d6-4c3d-9c6a-ba4d43cd71bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1438 | 2024.08.18 06:17:17.406325 [ 3 ] {} <Debug> HTTP-Session: 18d4b48a-25d6-4c3d-9c6a-ba4d43cd71bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.08.18 06:17:17.406355 [ 3 ] {} <Trace> HTTP-Session: 18d4b48a-25d6-4c3d-9c6a-ba4d43cd71bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2024.08.18 06:17:17.406498 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1441 | 2024.08.18 06:17:17.406769 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1442 | 2024.08.18 06:17:17.406813 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1443 | 2024.08.18 06:17:17.407096 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1444 | 2024.08.18 06:17:17.407161 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1445 | 2024.08.18 06:17:17.407299 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1446 | 2024.08.18 06:17:17.407334 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1447 | 2024.08.18 06:17:17.407358 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
1448 | 2024.08.18 06:17:17.407375 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1449 | 2024.08.18 06:17:17.407415 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1450 | 2024.08.18 06:17:17.407437 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1451 | 2024.08.18 06:17:17.408273 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001844 sec., 9761.388286334057 rows/sec., 399.31 KiB/sec. | ||
1452 | 2024.08.18 06:17:17.408522 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> DynamicQueryHandler: Done processing query | ||
1453 | 2024.08.18 06:17:17.408548 [ 3 ] {f05b455f-920f-445e-a5f5-83475879ca14} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1454 | 2024.08.18 06:17:17.408564 [ 3 ] {} <Debug> HTTP-Session: 18d4b48a-25d6-4c3d-9c6a-ba4d43cd71bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1455 | 2024.08.18 06:17:17.412013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1456 | 2024.08.18 06:17:17.412071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1457 | 2024.08.18 06:17:17.412097 [ 3 ] {} <Debug> HTTP-Session: a49f3535-6f9d-4253-8ac7-995aba7d39fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1458 | 2024.08.18 06:17:17.412118 [ 3 ] {} <Debug> HTTP-Session: a49f3535-6f9d-4253-8ac7-995aba7d39fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1459 | 2024.08.18 06:17:17.412135 [ 3 ] {} <Debug> HTTP-Session: a49f3535-6f9d-4253-8ac7-995aba7d39fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1460 | 2024.08.18 06:17:17.412172 [ 3 ] {} <Trace> HTTP-Session: a49f3535-6f9d-4253-8ac7-995aba7d39fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1461 | 2024.08.18 06:17:17.412314 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1462 | 2024.08.18 06:17:17.412369 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1463 | 2024.08.18 06:17:17.412570 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1464 | 2024.08.18 06:17:17.412962 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1465 | 2024.08.18 06:17:17.412998 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1466 | 2024.08.18 06:17:17.413574 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1467 | 2024.08.18 06:17:17.414076 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1468 | 2024.08.18 06:17:17.414218 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001956 sec., 6134.9693251533745 rows/sec., 1.03 MiB/sec. | ||
1469 | 2024.08.18 06:17:17.414493 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Debug> DynamicQueryHandler: Done processing query | ||
1470 | 2024.08.18 06:17:17.414518 [ 3 ] {52a9545f-d462-41a3-a6c7-934da4a76f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1471 | 2024.08.18 06:17:17.414533 [ 3 ] {} <Debug> HTTP-Session: a49f3535-6f9d-4253-8ac7-995aba7d39fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.08.18 06:17:17.414691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 28352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1473 | 2024.08.18 06:17:17.414739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1474 | 2024.08.18 06:17:17.414765 [ 3 ] {} <Debug> HTTP-Session: 7b6b38cb-c4cf-4add-84f6-db097149b0f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1475 | 2024.08.18 06:17:17.414782 [ 3 ] {} <Debug> HTTP-Session: 7b6b38cb-c4cf-4add-84f6-db097149b0f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.08.18 06:17:17.414795 [ 3 ] {} <Debug> HTTP-Session: 7b6b38cb-c4cf-4add-84f6-db097149b0f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1477 | 2024.08.18 06:17:17.414825 [ 3 ] {} <Trace> HTTP-Session: 7b6b38cb-c4cf-4add-84f6-db097149b0f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1478 | 2024.08.18 06:17:17.414967 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1479 | 2024.08.18 06:17:17.415011 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1480 | 2024.08.18 06:17:17.415153 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1481 | 2024.08.18 06:17:17.415584 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1482 | 2024.08.18 06:17:17.415621 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1483 | 2024.08.18 06:17:17.416085 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1484 | 2024.08.18 06:17:17.416612 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1485 | 2024.08.18 06:17:17.416740 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001838 sec., 102829.16213275299 rows/sec., 8.96 MiB/sec. | ||
1486 | 2024.08.18 06:17:17.416984 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Debug> DynamicQueryHandler: Done processing query | ||
1487 | 2024.08.18 06:17:17.417009 [ 3 ] {489af62a-cd2f-482b-a4d4-fc0ba0c6d413} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1488 | 2024.08.18 06:17:17.417025 [ 3 ] {} <Debug> HTTP-Session: 7b6b38cb-c4cf-4add-84f6-db097149b0f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.08.18 06:17:17.417151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1490 | 2024.08.18 06:17:17.417199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1491 | 2024.08.18 06:17:17.417218 [ 3 ] {} <Debug> HTTP-Session: eeca7dc5-612f-4106-ab89-3f7b995eff4e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1492 | 2024.08.18 06:17:17.417234 [ 3 ] {} <Debug> HTTP-Session: eeca7dc5-612f-4106-ab89-3f7b995eff4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.08.18 06:17:17.417247 [ 3 ] {} <Debug> HTTP-Session: eeca7dc5-612f-4106-ab89-3f7b995eff4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1494 | 2024.08.18 06:17:17.417277 [ 3 ] {} <Trace> HTTP-Session: eeca7dc5-612f-4106-ab89-3f7b995eff4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1495 | 2024.08.18 06:17:17.417374 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1496 | 2024.08.18 06:17:17.417417 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1497 | 2024.08.18 06:17:17.417553 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1498 | 2024.08.18 06:17:17.417918 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1499 | 2024.08.18 06:17:17.417952 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1500 | 2024.08.18 06:17:17.418430 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1501 | 2024.08.18 06:17:17.418932 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1502 | 2024.08.18 06:17:17.419065 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001711 sec., 8182.349503214494 rows/sec., 573.04 KiB/sec. | ||
1503 | 2024.08.18 06:17:17.419323 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Debug> DynamicQueryHandler: Done processing query | ||
1504 | 2024.08.18 06:17:17.419347 [ 3 ] {47fb2347-2e66-4555-a94f-6d2488832a0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1505 | 2024.08.18 06:17:17.419362 [ 3 ] {} <Debug> HTTP-Session: eeca7dc5-612f-4106-ab89-3f7b995eff4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.08.18 06:17:17.419465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1507 | 2024.08.18 06:17:17.419511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1508 | 2024.08.18 06:17:17.419530 [ 3 ] {} <Debug> HTTP-Session: d1749538-3236-4bea-8404-8e4366c1b2ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1509 | 2024.08.18 06:17:17.419546 [ 3 ] {} <Debug> HTTP-Session: d1749538-3236-4bea-8404-8e4366c1b2ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.08.18 06:17:17.419560 [ 3 ] {} <Debug> HTTP-Session: d1749538-3236-4bea-8404-8e4366c1b2ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1511 | 2024.08.18 06:17:17.419590 [ 3 ] {} <Trace> HTTP-Session: d1749538-3236-4bea-8404-8e4366c1b2ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1512 | 2024.08.18 06:17:17.419685 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1513 | 2024.08.18 06:17:17.419727 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1514 | 2024.08.18 06:17:17.419865 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1515 | 2024.08.18 06:17:17.420171 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1516 | 2024.08.18 06:17:17.420209 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1517 | 2024.08.18 06:17:17.420610 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1518 | 2024.08.18 06:17:17.421126 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1519 | 2024.08.18 06:17:17.421247 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 223.37 KiB/sec. | ||
1520 | 2024.08.18 06:17:17.421492 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Debug> DynamicQueryHandler: Done processing query | ||
1521 | 2024.08.18 06:17:17.421517 [ 3 ] {c68e6f20-2773-487e-a714-caf6fb7c862d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1522 | 2024.08.18 06:17:17.421533 [ 3 ] {} <Debug> HTTP-Session: d1749538-3236-4bea-8404-8e4366c1b2ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.08.18 06:17:17.421847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 61790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1524 | 2024.08.18 06:17:17.421895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1525 | 2024.08.18 06:17:17.421915 [ 3 ] {} <Debug> HTTP-Session: 03bb7a4c-f478-4dce-bd17-5b36711a7525 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1526 | 2024.08.18 06:17:17.421931 [ 3 ] {} <Debug> HTTP-Session: 03bb7a4c-f478-4dce-bd17-5b36711a7525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2024.08.18 06:17:17.421945 [ 3 ] {} <Debug> HTTP-Session: 03bb7a4c-f478-4dce-bd17-5b36711a7525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1528 | 2024.08.18 06:17:17.421976 [ 3 ] {} <Trace> HTTP-Session: 03bb7a4c-f478-4dce-bd17-5b36711a7525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1529 | 2024.08.18 06:17:17.422189 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1530 | 2024.08.18 06:17:17.422232 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1531 | 2024.08.18 06:17:17.422375 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1532 | 2024.08.18 06:17:17.422888 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1533 | 2024.08.18 06:17:17.422926 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1534 | 2024.08.18 06:17:17.423455 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1535 | 2024.08.18 06:17:17.424004 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1536 | 2024.08.18 06:17:17.424127 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002069 sec., 184630.25616239727 rows/sec., 13.07 MiB/sec. | ||
1537 | 2024.08.18 06:17:17.424288 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Debug> DynamicQueryHandler: Done processing query | ||
1538 | 2024.08.18 06:17:17.424313 [ 3 ] {aee1bd49-566b-4fd9-b505-c20cc1516ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1539 | 2024.08.18 06:17:17.424328 [ 3 ] {} <Debug> HTTP-Session: 03bb7a4c-f478-4dce-bd17-5b36711a7525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.08.18 06:17:17.424451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1541 | 2024.08.18 06:17:17.424496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1542 | 2024.08.18 06:17:17.424515 [ 3 ] {} <Debug> HTTP-Session: 450b2a40-833e-4578-bd1b-249aca61a875 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1543 | 2024.08.18 06:17:17.424531 [ 3 ] {} <Debug> HTTP-Session: 450b2a40-833e-4578-bd1b-249aca61a875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.08.18 06:17:17.424544 [ 3 ] {} <Debug> HTTP-Session: 450b2a40-833e-4578-bd1b-249aca61a875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1545 | 2024.08.18 06:17:17.424574 [ 3 ] {} <Trace> HTTP-Session: 450b2a40-833e-4578-bd1b-249aca61a875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1546 | 2024.08.18 06:17:17.424667 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1547 | 2024.08.18 06:17:17.424710 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1548 | 2024.08.18 06:17:17.424835 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1549 | 2024.08.18 06:17:17.425096 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1550 | 2024.08.18 06:17:17.425133 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1551 | 2024.08.18 06:17:17.425634 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1552 | 2024.08.18 06:17:17.426208 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1553 | 2024.08.18 06:17:17.426337 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001693 sec., 3544.0047253396338 rows/sec., 185.16 KiB/sec. | ||
1554 | 2024.08.18 06:17:17.426496 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Debug> DynamicQueryHandler: Done processing query | ||
1555 | 2024.08.18 06:17:17.426521 [ 3 ] {1a2f5cc0-f51b-4809-9aa0-80908f9ec470} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1556 | 2024.08.18 06:17:17.426536 [ 3 ] {} <Debug> HTTP-Session: 450b2a40-833e-4578-bd1b-249aca61a875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.08.18 06:17:17.426843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1558 | 2024.08.18 06:17:17.426891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1559 | 2024.08.18 06:17:17.426912 [ 3 ] {} <Debug> HTTP-Session: 1abfba07-4792-419f-a425-2514b15dace7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1560 | 2024.08.18 06:17:17.426930 [ 3 ] {} <Debug> HTTP-Session: 1abfba07-4792-419f-a425-2514b15dace7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.08.18 06:17:17.426945 [ 3 ] {} <Debug> HTTP-Session: 1abfba07-4792-419f-a425-2514b15dace7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1562 | 2024.08.18 06:17:17.426976 [ 3 ] {} <Trace> HTTP-Session: 1abfba07-4792-419f-a425-2514b15dace7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1563 | 2024.08.18 06:17:17.427169 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1564 | 2024.08.18 06:17:17.427214 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1565 | 2024.08.18 06:17:17.427353 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1566 | 2024.08.18 06:17:17.427778 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1567 | 2024.08.18 06:17:17.427814 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1568 | 2024.08.18 06:17:17.428297 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1569 | 2024.08.18 06:17:17.428875 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1570 | 2024.08.18 06:17:17.428997 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001935 sec., 122480.62015503875 rows/sec., 8.21 MiB/sec. | ||
1571 | 2024.08.18 06:17:17.429160 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Debug> DynamicQueryHandler: Done processing query | ||
1572 | 2024.08.18 06:17:17.429185 [ 3 ] {4f045de6-758d-4960-bfd4-9c3b57110eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1573 | 2024.08.18 06:17:17.429200 [ 3 ] {} <Debug> HTTP-Session: 1abfba07-4792-419f-a425-2514b15dace7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.08.18 06:17:17.429370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1575 | 2024.08.18 06:17:17.429419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1576 | 2024.08.18 06:17:17.429438 [ 3 ] {} <Debug> HTTP-Session: 7124eaf3-452a-4d28-9a90-ccc33eae853e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1577 | 2024.08.18 06:17:17.429454 [ 3 ] {} <Debug> HTTP-Session: 7124eaf3-452a-4d28-9a90-ccc33eae853e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1578 | 2024.08.18 06:17:17.429467 [ 3 ] {} <Debug> HTTP-Session: 7124eaf3-452a-4d28-9a90-ccc33eae853e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1579 | 2024.08.18 06:17:17.429498 [ 3 ] {} <Trace> HTTP-Session: 7124eaf3-452a-4d28-9a90-ccc33eae853e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1580 | 2024.08.18 06:17:17.429589 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1581 | 2024.08.18 06:17:17.429653 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1582 | 2024.08.18 06:17:17.429800 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1583 | 2024.08.18 06:17:17.432278 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1584 | 2024.08.18 06:17:17.432324 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1585 | 2024.08.18 06:17:17.435525 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1586 | 2024.08.18 06:17:17.436140 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1587 | 2024.08.18 06:17:17.436269 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006702 sec., 149.20919128618323 rows/sec., 10.05 KiB/sec. | ||
1588 | 2024.08.18 06:17:17.436523 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Debug> DynamicQueryHandler: Done processing query | ||
1589 | 2024.08.18 06:17:17.436548 [ 3 ] {152faf44-5708-45ca-997c-cdf08851dd42} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1590 | 2024.08.18 06:17:17.436564 [ 3 ] {} <Debug> HTTP-Session: 7124eaf3-452a-4d28-9a90-ccc33eae853e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.08.18 06:17:17.436694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1592 | 2024.08.18 06:17:17.436743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1593 | 2024.08.18 06:17:17.436762 [ 3 ] {} <Debug> HTTP-Session: af2b2e88-2d4d-4bd5-9282-c8b029891d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1594 | 2024.08.18 06:17:17.436778 [ 3 ] {} <Debug> HTTP-Session: af2b2e88-2d4d-4bd5-9282-c8b029891d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1595 | 2024.08.18 06:17:17.436791 [ 3 ] {} <Debug> HTTP-Session: af2b2e88-2d4d-4bd5-9282-c8b029891d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2024.08.18 06:17:17.436822 [ 3 ] {} <Trace> HTTP-Session: af2b2e88-2d4d-4bd5-9282-c8b029891d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1597 | 2024.08.18 06:17:17.436959 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1598 | 2024.08.18 06:17:17.437002 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1599 | 2024.08.18 06:17:17.437140 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1600 | 2024.08.18 06:17:17.437442 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1601 | 2024.08.18 06:17:17.437479 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1602 | 2024.08.18 06:17:17.437969 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1603 | 2024.08.18 06:17:17.438539 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1604 | 2024.08.18 06:17:17.438664 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001769 sec., 46353.87224420577 rows/sec., 2.94 MiB/sec. | ||
1605 | 2024.08.18 06:17:17.438821 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Debug> DynamicQueryHandler: Done processing query | ||
1606 | 2024.08.18 06:17:17.438847 [ 3 ] {cc2bae60-dd9d-4f53-a88c-716aebb36a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1607 | 2024.08.18 06:17:17.438862 [ 3 ] {} <Debug> HTTP-Session: af2b2e88-2d4d-4bd5-9282-c8b029891d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1608 | 2024.08.18 06:17:22.359405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1609 | 2024.08.18 06:17:22.359524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1610 | 2024.08.18 06:17:22.359549 [ 3 ] {} <Debug> HTTP-Session: 3318847c-eb9c-4543-a312-4e7c3994562c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1611 | 2024.08.18 06:17:22.359573 [ 3 ] {} <Debug> HTTP-Session: 3318847c-eb9c-4543-a312-4e7c3994562c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.08.18 06:17:22.359589 [ 3 ] {} <Debug> HTTP-Session: 3318847c-eb9c-4543-a312-4e7c3994562c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1613 | 2024.08.18 06:17:22.359638 [ 3 ] {} <Trace> HTTP-Session: 3318847c-eb9c-4543-a312-4e7c3994562c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1614 | 2024.08.18 06:17:22.359826 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1615 | 2024.08.18 06:17:22.359891 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1616 | 2024.08.18 06:17:22.360076 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1617 | 2024.08.18 06:17:22.360532 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1618 | 2024.08.18 06:17:22.360575 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1619 | 2024.08.18 06:17:22.360954 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1620 | 2024.08.18 06:17:22.361292 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1621 | 2024.08.18 06:17:22.361474 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001702 sec., 32902.46768507638 rows/sec., 2.51 MiB/sec. | ||
1622 | 2024.08.18 06:17:22.361685 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Debug> DynamicQueryHandler: Done processing query | ||
1623 | 2024.08.18 06:17:22.361711 [ 3 ] {da8826c2-7d41-492f-8989-b94c3c16efd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1624 | 2024.08.18 06:17:22.361728 [ 3 ] {} <Debug> HTTP-Session: 3318847c-eb9c-4543-a312-4e7c3994562c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1625 | 2024.08.18 06:17:22.361887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1626 | 2024.08.18 06:17:22.361935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1627 | 2024.08.18 06:17:22.361955 [ 3 ] {} <Debug> HTTP-Session: 5fb58927-0887-4982-a9ee-b87cd480a3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1628 | 2024.08.18 06:17:22.361971 [ 3 ] {} <Debug> HTTP-Session: 5fb58927-0887-4982-a9ee-b87cd480a3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.08.18 06:17:22.361985 [ 3 ] {} <Debug> HTTP-Session: 5fb58927-0887-4982-a9ee-b87cd480a3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.08.18 06:17:22.362016 [ 3 ] {} <Trace> HTTP-Session: 5fb58927-0887-4982-a9ee-b87cd480a3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1631 | 2024.08.18 06:17:22.362146 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1632 | 2024.08.18 06:17:22.362190 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1633 | 2024.08.18 06:17:22.362320 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1634 | 2024.08.18 06:17:22.362685 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1635 | 2024.08.18 06:17:22.362722 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1636 | 2024.08.18 06:17:22.363036 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1637 | 2024.08.18 06:17:22.363366 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1638 | 2024.08.18 06:17:22.363508 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001411 sec., 45357.90219702339 rows/sec., 3.54 MiB/sec. | ||
1639 | 2024.08.18 06:17:22.363680 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Debug> DynamicQueryHandler: Done processing query | ||
1640 | 2024.08.18 06:17:22.363706 [ 3 ] {7705f68d-0f59-40b0-9a6d-034a8471fd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1641 | 2024.08.18 06:17:22.363722 [ 3 ] {} <Debug> HTTP-Session: 5fb58927-0887-4982-a9ee-b87cd480a3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.08.18 06:17:22.363890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1643 | 2024.08.18 06:17:22.363938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1644 | 2024.08.18 06:17:22.363958 [ 3 ] {} <Debug> HTTP-Session: 7e5427bf-d8d5-4ac5-8166-494b9810dc72 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1645 | 2024.08.18 06:17:22.363974 [ 3 ] {} <Debug> HTTP-Session: 7e5427bf-d8d5-4ac5-8166-494b9810dc72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.08.18 06:17:22.363989 [ 3 ] {} <Debug> HTTP-Session: 7e5427bf-d8d5-4ac5-8166-494b9810dc72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.08.18 06:17:22.364019 [ 3 ] {} <Trace> HTTP-Session: 7e5427bf-d8d5-4ac5-8166-494b9810dc72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1648 | 2024.08.18 06:17:22.364161 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1649 | 2024.08.18 06:17:22.364208 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1650 | 2024.08.18 06:17:22.364357 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1651 | 2024.08.18 06:17:22.364744 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2024.08.18 06:17:22.364782 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1653 | 2024.08.18 06:17:22.365221 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1654 | 2024.08.18 06:17:22.365561 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2024.08.18 06:17:22.365724 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
1656 | 2024.08.18 06:17:22.365970 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Debug> DynamicQueryHandler: Done processing query | ||
1657 | 2024.08.18 06:17:22.365996 [ 3 ] {4d1fb9a8-f2ec-4206-aa64-68b947060e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1658 | 2024.08.18 06:17:22.366013 [ 3 ] {} <Debug> HTTP-Session: 7e5427bf-d8d5-4ac5-8166-494b9810dc72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.08.18 06:17:22.366178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1660 | 2024.08.18 06:17:22.366226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1661 | 2024.08.18 06:17:22.366245 [ 3 ] {} <Debug> HTTP-Session: 6a0ccca4-578a-4c48-9b4c-084ff9923a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1662 | 2024.08.18 06:17:22.366262 [ 3 ] {} <Debug> HTTP-Session: 6a0ccca4-578a-4c48-9b4c-084ff9923a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.08.18 06:17:22.366276 [ 3 ] {} <Debug> HTTP-Session: 6a0ccca4-578a-4c48-9b4c-084ff9923a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.08.18 06:17:22.366307 [ 3 ] {} <Trace> HTTP-Session: 6a0ccca4-578a-4c48-9b4c-084ff9923a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1665 | 2024.08.18 06:17:22.366455 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1666 | 2024.08.18 06:17:22.366501 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1667 | 2024.08.18 06:17:22.366640 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1668 | 2024.08.18 06:17:22.366950 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1669 | 2024.08.18 06:17:22.366989 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1670 | 2024.08.18 06:17:22.367341 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1671 | 2024.08.18 06:17:22.367664 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1672 | 2024.08.18 06:17:22.367824 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
1673 | 2024.08.18 06:17:22.367990 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Debug> DynamicQueryHandler: Done processing query | ||
1674 | 2024.08.18 06:17:22.368015 [ 3 ] {cf31ddf2-ae06-45bb-a3dc-d98b4e1e685b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1675 | 2024.08.18 06:17:22.368030 [ 3 ] {} <Debug> HTTP-Session: 6a0ccca4-578a-4c48-9b4c-084ff9923a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.08.18 06:17:25.223195 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1677 | 2024.08.18 06:17:25.223284 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1678 | 2024.08.18 06:17:27.363904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 28352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1679 | 2024.08.18 06:17:27.364033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1680 | 2024.08.18 06:17:27.364060 [ 3 ] {} <Debug> HTTP-Session: 961ebc0c-7739-49a1-9236-d3e75fdaaa1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1681 | 2024.08.18 06:17:27.364087 [ 3 ] {} <Debug> HTTP-Session: 961ebc0c-7739-49a1-9236-d3e75fdaaa1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.08.18 06:17:27.364106 [ 3 ] {} <Debug> HTTP-Session: 961ebc0c-7739-49a1-9236-d3e75fdaaa1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.08.18 06:17:27.364163 [ 3 ] {} <Trace> HTTP-Session: 961ebc0c-7739-49a1-9236-d3e75fdaaa1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2024.08.18 06:17:27.364476 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1685 | 2024.08.18 06:17:27.364551 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1686 | 2024.08.18 06:17:27.364762 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1687 | 2024.08.18 06:17:27.365349 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1688 | 2024.08.18 06:17:27.365391 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1689 | 2024.08.18 06:17:27.365795 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1690 | 2024.08.18 06:17:27.366144 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1691 | 2024.08.18 06:17:27.366318 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002004 sec., 94311.37724550898 rows/sec., 8.22 MiB/sec. | ||
1692 | 2024.08.18 06:17:27.366522 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Debug> DynamicQueryHandler: Done processing query | ||
1693 | 2024.08.18 06:17:27.366547 [ 3 ] {444ed6af-44eb-4c39-a9fc-58767cf3782c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1694 | 2024.08.18 06:17:27.366563 [ 3 ] {} <Debug> HTTP-Session: 961ebc0c-7739-49a1-9236-d3e75fdaaa1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.08.18 06:17:27.366710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1696 | 2024.08.18 06:17:27.366759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1697 | 2024.08.18 06:17:27.366778 [ 3 ] {} <Debug> HTTP-Session: bdb00441-3dfd-46e1-a8d6-807b5d0930dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1698 | 2024.08.18 06:17:27.366794 [ 3 ] {} <Debug> HTTP-Session: bdb00441-3dfd-46e1-a8d6-807b5d0930dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.08.18 06:17:27.366808 [ 3 ] {} <Debug> HTTP-Session: bdb00441-3dfd-46e1-a8d6-807b5d0930dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.08.18 06:17:27.366838 [ 3 ] {} <Trace> HTTP-Session: bdb00441-3dfd-46e1-a8d6-807b5d0930dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1701 | 2024.08.18 06:17:27.366933 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1702 | 2024.08.18 06:17:27.366974 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1703 | 2024.08.18 06:17:27.367099 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1704 | 2024.08.18 06:17:27.367411 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1705 | 2024.08.18 06:17:27.367447 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1706 | 2024.08.18 06:17:27.367748 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1707 | 2024.08.18 06:17:27.368046 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1708 | 2024.08.18 06:17:27.368217 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001301 sec., 10760.953112990008 rows/sec., 753.63 KiB/sec. | ||
1709 | 2024.08.18 06:17:27.368500 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Debug> DynamicQueryHandler: Done processing query | ||
1710 | 2024.08.18 06:17:27.368526 [ 3 ] {bf910a8c-a966-47f1-943f-27ffc0db014a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1711 | 2024.08.18 06:17:27.368541 [ 3 ] {} <Debug> HTTP-Session: bdb00441-3dfd-46e1-a8d6-807b5d0930dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.08.18 06:17:27.368660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1713 | 2024.08.18 06:17:27.368706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1714 | 2024.08.18 06:17:27.368724 [ 3 ] {} <Debug> HTTP-Session: 8e3e0350-64c5-48f6-8462-d459ed4addbc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1715 | 2024.08.18 06:17:27.368740 [ 3 ] {} <Debug> HTTP-Session: 8e3e0350-64c5-48f6-8462-d459ed4addbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.08.18 06:17:27.368754 [ 3 ] {} <Debug> HTTP-Session: 8e3e0350-64c5-48f6-8462-d459ed4addbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.08.18 06:17:27.368784 [ 3 ] {} <Trace> HTTP-Session: 8e3e0350-64c5-48f6-8462-d459ed4addbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1718 | 2024.08.18 06:17:27.368878 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1719 | 2024.08.18 06:17:27.368920 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1720 | 2024.08.18 06:17:27.369067 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1721 | 2024.08.18 06:17:27.369351 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1722 | 2024.08.18 06:17:27.369386 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1723 | 2024.08.18 06:17:27.369851 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1724 | 2024.08.18 06:17:27.370168 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1725 | 2024.08.18 06:17:27.370289 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 246.86 KiB/sec. | ||
1726 | 2024.08.18 06:17:27.370486 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Debug> DynamicQueryHandler: Done processing query | ||
1727 | 2024.08.18 06:17:27.370511 [ 3 ] {68e00a7e-aa6b-4ef3-827e-3911804005c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1728 | 2024.08.18 06:17:27.370526 [ 3 ] {} <Debug> HTTP-Session: 8e3e0350-64c5-48f6-8462-d459ed4addbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.08.18 06:17:27.370816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 61790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1730 | 2024.08.18 06:17:27.370864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1731 | 2024.08.18 06:17:27.370883 [ 3 ] {} <Debug> HTTP-Session: c8ab714d-8f42-44cc-9b2a-b3241ed8a8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1732 | 2024.08.18 06:17:27.370900 [ 3 ] {} <Debug> HTTP-Session: c8ab714d-8f42-44cc-9b2a-b3241ed8a8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.08.18 06:17:27.370913 [ 3 ] {} <Debug> HTTP-Session: c8ab714d-8f42-44cc-9b2a-b3241ed8a8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.08.18 06:17:27.370945 [ 3 ] {} <Trace> HTTP-Session: c8ab714d-8f42-44cc-9b2a-b3241ed8a8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2024.08.18 06:17:27.371278 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1736 | 2024.08.18 06:17:27.371323 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1737 | 2024.08.18 06:17:27.371457 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1738 | 2024.08.18 06:17:27.372044 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2024.08.18 06:17:27.372082 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1740 | 2024.08.18 06:17:27.372411 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1741 | 2024.08.18 06:17:27.372708 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1742 | 2024.08.18 06:17:27.372866 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001825 sec., 209315.06849315067 rows/sec., 14.81 MiB/sec. | ||
1743 | 2024.08.18 06:17:27.373034 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Debug> DynamicQueryHandler: Done processing query | ||
1744 | 2024.08.18 06:17:27.373059 [ 3 ] {557847a8-e4a2-4721-a2e6-11b24d8df310} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1745 | 2024.08.18 06:17:27.373075 [ 3 ] {} <Debug> HTTP-Session: c8ab714d-8f42-44cc-9b2a-b3241ed8a8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1746 | 2024.08.18 06:17:27.373198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1747 | 2024.08.18 06:17:27.373246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1748 | 2024.08.18 06:17:27.373267 [ 3 ] {} <Debug> HTTP-Session: 20e6f5fc-a46b-4135-bff4-1fcbfd73f78b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1749 | 2024.08.18 06:17:27.373284 [ 3 ] {} <Debug> HTTP-Session: 20e6f5fc-a46b-4135-bff4-1fcbfd73f78b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1750 | 2024.08.18 06:17:27.373298 [ 3 ] {} <Debug> HTTP-Session: 20e6f5fc-a46b-4135-bff4-1fcbfd73f78b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.08.18 06:17:27.373329 [ 3 ] {} <Trace> HTTP-Session: 20e6f5fc-a46b-4135-bff4-1fcbfd73f78b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1752 | 2024.08.18 06:17:27.373425 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1753 | 2024.08.18 06:17:27.373470 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1754 | 2024.08.18 06:17:27.373597 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1755 | 2024.08.18 06:17:27.373864 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1756 | 2024.08.18 06:17:27.373901 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1757 | 2024.08.18 06:17:27.374271 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1758 | 2024.08.18 06:17:27.374582 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1759 | 2024.08.18 06:17:27.374736 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 236.05 KiB/sec. | ||
1760 | 2024.08.18 06:17:27.374996 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Debug> DynamicQueryHandler: Done processing query | ||
1761 | 2024.08.18 06:17:27.375022 [ 3 ] {73e25c0e-c01d-491e-9927-dce9ef8ec068} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1762 | 2024.08.18 06:17:27.375038 [ 3 ] {} <Debug> HTTP-Session: 20e6f5fc-a46b-4135-bff4-1fcbfd73f78b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1763 | 2024.08.18 06:17:27.375355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1764 | 2024.08.18 06:17:27.375404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1765 | 2024.08.18 06:17:27.375423 [ 3 ] {} <Debug> HTTP-Session: 18d79044-98f3-464b-9bab-eabb626a7336 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1766 | 2024.08.18 06:17:27.375438 [ 3 ] {} <Debug> HTTP-Session: 18d79044-98f3-464b-9bab-eabb626a7336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1767 | 2024.08.18 06:17:27.375452 [ 3 ] {} <Debug> HTTP-Session: 18d79044-98f3-464b-9bab-eabb626a7336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1768 | 2024.08.18 06:17:27.375482 [ 3 ] {} <Trace> HTTP-Session: 18d79044-98f3-464b-9bab-eabb626a7336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1769 | 2024.08.18 06:17:27.375701 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1770 | 2024.08.18 06:17:27.375749 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1771 | 2024.08.18 06:17:27.375917 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1772 | 2024.08.18 06:17:27.376485 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1773 | 2024.08.18 06:17:27.376522 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1774 | 2024.08.18 06:17:27.376888 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1775 | 2024.08.18 06:17:27.377209 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1776 | 2024.08.18 06:17:27.377374 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001801 sec., 131593.55913381453 rows/sec., 8.82 MiB/sec. | ||
1777 | 2024.08.18 06:17:27.377548 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Debug> DynamicQueryHandler: Done processing query | ||
1778 | 2024.08.18 06:17:27.377572 [ 3 ] {16a6ef37-327c-4352-aa60-4442e88df621} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1779 | 2024.08.18 06:17:27.377588 [ 3 ] {} <Debug> HTTP-Session: 18d79044-98f3-464b-9bab-eabb626a7336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.08.18 06:17:27.377711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1781 | 2024.08.18 06:17:27.377759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1782 | 2024.08.18 06:17:27.377779 [ 3 ] {} <Debug> HTTP-Session: 9d86ad3e-5775-4137-83f9-5314a580b7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1783 | 2024.08.18 06:17:27.377795 [ 3 ] {} <Debug> HTTP-Session: 9d86ad3e-5775-4137-83f9-5314a580b7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.08.18 06:17:27.377809 [ 3 ] {} <Debug> HTTP-Session: 9d86ad3e-5775-4137-83f9-5314a580b7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.08.18 06:17:27.377838 [ 3 ] {} <Trace> HTTP-Session: 9d86ad3e-5775-4137-83f9-5314a580b7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1786 | 2024.08.18 06:17:27.377930 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1787 | 2024.08.18 06:17:27.377973 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1788 | 2024.08.18 06:17:27.378101 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1789 | 2024.08.18 06:17:27.378363 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1790 | 2024.08.18 06:17:27.378401 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1791 | 2024.08.18 06:17:27.378747 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1792 | 2024.08.18 06:17:27.379065 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1793 | 2024.08.18 06:17:27.379230 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
1794 | 2024.08.18 06:17:27.379506 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Debug> DynamicQueryHandler: Done processing query | ||
1795 | 2024.08.18 06:17:27.379531 [ 3 ] {dcb899c8-515f-4e41-8fd1-c322b5f2efdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1796 | 2024.08.18 06:17:27.379547 [ 3 ] {} <Debug> HTTP-Session: 9d86ad3e-5775-4137-83f9-5314a580b7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1797 | 2024.08.18 06:17:27.379672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1798 | 2024.08.18 06:17:27.379720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1799 | 2024.08.18 06:17:27.379739 [ 3 ] {} <Debug> HTTP-Session: 1ef30cd0-b99c-4b46-a9c6-ce10a9a50031 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1800 | 2024.08.18 06:17:27.379754 [ 3 ] {} <Debug> HTTP-Session: 1ef30cd0-b99c-4b46-a9c6-ce10a9a50031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1801 | 2024.08.18 06:17:27.379769 [ 3 ] {} <Debug> HTTP-Session: 1ef30cd0-b99c-4b46-a9c6-ce10a9a50031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.08.18 06:17:27.379799 [ 3 ] {} <Trace> HTTP-Session: 1ef30cd0-b99c-4b46-a9c6-ce10a9a50031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1803 | 2024.08.18 06:17:27.379944 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1804 | 2024.08.18 06:17:27.379988 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1805 | 2024.08.18 06:17:27.380131 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1806 | 2024.08.18 06:17:27.380436 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1807 | 2024.08.18 06:17:27.380473 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1808 | 2024.08.18 06:17:27.380820 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1809 | 2024.08.18 06:17:27.381133 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2024.08.18 06:17:27.381295 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
1811 | 2024.08.18 06:17:27.381464 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Debug> DynamicQueryHandler: Done processing query | ||
1812 | 2024.08.18 06:17:27.381489 [ 3 ] {da6b3a4a-ff19-487b-bc83-3b5acba7b299} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1813 | 2024.08.18 06:17:27.381506 [ 3 ] {} <Debug> HTTP-Session: 1ef30cd0-b99c-4b46-a9c6-ce10a9a50031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.08.18 06:17:32.359025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1815 | 2024.08.18 06:17:32.359170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1816 | 2024.08.18 06:17:32.359198 [ 3 ] {} <Debug> HTTP-Session: 657f30a9-333c-4e52-82b5-9926c32947ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1817 | 2024.08.18 06:17:32.359226 [ 3 ] {} <Debug> HTTP-Session: 657f30a9-333c-4e52-82b5-9926c32947ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1818 | 2024.08.18 06:17:32.359244 [ 3 ] {} <Debug> HTTP-Session: 657f30a9-333c-4e52-82b5-9926c32947ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.08.18 06:17:32.359302 [ 3 ] {} <Trace> HTTP-Session: 657f30a9-333c-4e52-82b5-9926c32947ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1820 | 2024.08.18 06:17:32.359526 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1821 | 2024.08.18 06:17:32.359602 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1822 | 2024.08.18 06:17:32.359824 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1823 | 2024.08.18 06:17:32.360413 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1824 | 2024.08.18 06:17:32.360458 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1825 | 2024.08.18 06:17:32.360818 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1826 | 2024.08.18 06:17:32.361152 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1827 | 2024.08.18 06:17:32.361293 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
1828 | 2024.08.18 06:17:32.361311 [ 92 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1829 | 2024.08.18 06:17:32.361379 [ 92 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1830 | 2024.08.18 06:17:32.361411 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1831 | 2024.08.18 06:17:32.361516 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Debug> DynamicQueryHandler: Done processing query | ||
1832 | 2024.08.18 06:17:32.361576 [ 3 ] {cee3080b-4b53-4291-be5e-47f577839e07} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1833 | 2024.08.18 06:17:32.361615 [ 3 ] {} <Debug> HTTP-Session: 657f30a9-333c-4e52-82b5-9926c32947ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1834 | 2024.08.18 06:17:32.361819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1835 | 2024.08.18 06:17:32.361870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1836 | 2024.08.18 06:17:32.361890 [ 3 ] {} <Debug> HTTP-Session: 9b31fbed-6a88-4a88-8c72-1c561af2ee7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1837 | 2024.08.18 06:17:32.361906 [ 3 ] {} <Debug> HTTP-Session: 9b31fbed-6a88-4a88-8c72-1c561af2ee7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1838 | 2024.08.18 06:17:32.361920 [ 3 ] {} <Debug> HTTP-Session: 9b31fbed-6a88-4a88-8c72-1c561af2ee7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.08.18 06:17:32.361952 [ 3 ] {} <Trace> HTTP-Session: 9b31fbed-6a88-4a88-8c72-1c561af2ee7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1840 | 2024.08.18 06:17:32.362068 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1841 | 2024.08.18 06:17:32.362111 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1842 | 2024.08.18 06:17:32.362237 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1843 | 2024.08.18 06:17:32.362609 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1844 | 2024.08.18 06:17:32.362646 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1845 | 2024.08.18 06:17:32.362948 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1846 | 2024.08.18 06:17:32.363244 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1847 | 2024.08.18 06:17:32.363362 [ 92 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1848 | 2024.08.18 06:17:32.363372 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001342 sec., 47690.01490312965 rows/sec., 3.72 MiB/sec. | ||
1849 | 2024.08.18 06:17:32.363396 [ 92 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1850 | 2024.08.18 06:17:32.363436 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1851 | 2024.08.18 06:17:32.363585 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Debug> DynamicQueryHandler: Done processing query | ||
1852 | 2024.08.18 06:17:32.363613 [ 3 ] {41a33c3a-d327-49b7-9a23-91b065405b39} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1853 | 2024.08.18 06:17:32.363631 [ 3 ] {} <Debug> HTTP-Session: 9b31fbed-6a88-4a88-8c72-1c561af2ee7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.08.18 06:17:32.363834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1855 | 2024.08.18 06:17:32.363883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1856 | 2024.08.18 06:17:32.363902 [ 3 ] {} <Debug> HTTP-Session: 2b1ac0fc-0249-4241-8cb2-d3369d2e1952 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1857 | 2024.08.18 06:17:32.363918 [ 3 ] {} <Debug> HTTP-Session: 2b1ac0fc-0249-4241-8cb2-d3369d2e1952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.08.18 06:17:32.363931 [ 3 ] {} <Debug> HTTP-Session: 2b1ac0fc-0249-4241-8cb2-d3369d2e1952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.08.18 06:17:32.363962 [ 3 ] {} <Trace> HTTP-Session: 2b1ac0fc-0249-4241-8cb2-d3369d2e1952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1860 | 2024.08.18 06:17:32.364104 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1861 | 2024.08.18 06:17:32.364152 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1862 | 2024.08.18 06:17:32.364295 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1863 | 2024.08.18 06:17:32.364707 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1864 | 2024.08.18 06:17:32.364744 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1865 | 2024.08.18 06:17:32.365133 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1866 | 2024.08.18 06:17:32.365468 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1867 | 2024.08.18 06:17:32.365595 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1868 | 2024.08.18 06:17:32.365603 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
1869 | 2024.08.18 06:17:32.365627 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1870 | 2024.08.18 06:17:32.365724 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
1871 | 2024.08.18 06:17:32.366129 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Debug> DynamicQueryHandler: Done processing query | ||
1872 | 2024.08.18 06:17:32.366154 [ 3 ] {100b8504-ba08-4788-b311-5152a450b3e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1873 | 2024.08.18 06:17:32.366170 [ 3 ] {} <Debug> HTTP-Session: 2b1ac0fc-0249-4241-8cb2-d3369d2e1952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.08.18 06:17:32.366319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1875 | 2024.08.18 06:17:32.366367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1876 | 2024.08.18 06:17:32.366386 [ 3 ] {} <Debug> HTTP-Session: e9742757-3b69-4fe2-bc64-77d6ebb2f984 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1877 | 2024.08.18 06:17:32.366403 [ 3 ] {} <Debug> HTTP-Session: e9742757-3b69-4fe2-bc64-77d6ebb2f984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.08.18 06:17:32.366416 [ 3 ] {} <Debug> HTTP-Session: e9742757-3b69-4fe2-bc64-77d6ebb2f984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1879 | 2024.08.18 06:17:32.366448 [ 3 ] {} <Trace> HTTP-Session: e9742757-3b69-4fe2-bc64-77d6ebb2f984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2024.08.18 06:17:32.366581 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1881 | 2024.08.18 06:17:32.366626 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1882 | 2024.08.18 06:17:32.366764 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1883 | 2024.08.18 06:17:32.367121 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2024.08.18 06:17:32.367157 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
1885 | 2024.08.18 06:17:32.367522 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1886 | 2024.08.18 06:17:32.367723 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
1887 | 2024.08.18 06:17:32.367718 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
1888 | 2024.08.18 06:17:32.367717 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
1889 | 2024.08.18 06:17:32.368643 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1890 | 2024.08.18 06:17:32.368706 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1891 | 2024.08.18 06:17:32.368724 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1892 | 2024.08.18 06:17:32.368731 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1893 | 2024.08.18 06:17:32.368903 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1894 | 2024.08.18 06:17:32.368903 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1895 | 2024.08.18 06:17:32.368954 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 86 rows starting from the beginning of the part | ||
1896 | 2024.08.18 06:17:32.368981 [ 92 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1897 | 2024.08.18 06:17:32.369113 [ 92 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2024.08.18 06:17:32.369176 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002582 sec., 23237.800154918667 rows/sec., 1.57 MiB/sec. | ||
1899 | 2024.08.18 06:17:32.369207 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
1900 | 2024.08.18 06:17:32.369814 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 130 rows starting from the beginning of the part | ||
1901 | 2024.08.18 06:17:32.370498 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
1902 | 2024.08.18 06:17:32.370618 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Debug> DynamicQueryHandler: Done processing query | ||
1903 | 2024.08.18 06:17:32.370638 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
1904 | 2024.08.18 06:17:32.370741 [ 3 ] {47db1cf8-7958-4d30-81ed-7e5173629b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1905 | 2024.08.18 06:17:32.370896 [ 3 ] {} <Debug> HTTP-Session: e9742757-3b69-4fe2-bc64-77d6ebb2f984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.08.18 06:17:32.371259 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
1907 | 2024.08.18 06:17:32.371556 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1908 | 2024.08.18 06:17:32.371607 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1909 | 2024.08.18 06:17:32.371761 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
1910 | 2024.08.18 06:17:32.371759 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1911 | 2024.08.18 06:17:32.371810 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1912 | 2024.08.18 06:17:32.372688 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
1913 | 2024.08.18 06:17:32.372906 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part | ||
1914 | 2024.08.18 06:17:32.372981 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part | ||
1915 | 2024.08.18 06:17:32.373695 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
1916 | 2024.08.18 06:17:32.373944 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1917 | 2024.08.18 06:17:32.374244 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
1918 | 2024.08.18 06:17:32.374761 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part | ||
1919 | 2024.08.18 06:17:32.375103 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
1920 | 2024.08.18 06:17:32.375799 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
1921 | 2024.08.18 06:17:32.375896 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1922 | 2024.08.18 06:17:32.376886 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part | ||
1923 | 2024.08.18 06:17:32.377337 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1924 | 2024.08.18 06:17:32.377992 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
1925 | 2024.08.18 06:17:32.378646 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1926 | 2024.08.18 06:17:32.386189 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.020177397 sec., 50056.01069354982 rows/sec., 3.43 MiB/sec. | ||
1927 | 2024.08.18 06:17:32.386851 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1928 | 2024.08.18 06:17:32.387922 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 4 columns (4 merged, 0 gathered) in 0.018320783 sec., 19758.980825219096 rows/sec., 1.30 MiB/sec. | ||
1929 | 2024.08.18 06:17:32.388617 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1930 | 2024.08.18 06:17:32.388979 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 4 columns (4 merged, 0 gathered) in 0.023274856 sec., 42621.101501122066 rows/sec., 3.09 MiB/sec. | ||
1931 | 2024.08.18 06:17:32.389195 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 4 columns (4 merged, 0 gathered) in 0.027692499 sec., 20799.856307659342 rows/sec., 1.73 MiB/sec. | ||
1932 | 2024.08.18 06:17:32.389526 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1933 | 2024.08.18 06:17:32.389638 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1934 | 2024.08.18 06:17:32.390133 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1935 | 2024.08.18 06:17:32.390695 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1936 | 2024.08.18 06:17:32.391198 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
1937 | 2024.08.18 06:17:32.391492 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1938 | 2024.08.18 06:17:32.391844 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_6_1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1939 | 2024.08.18 06:17:32.392080 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1940 | 2024.08.18 06:17:32.392194 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1941 | 2024.08.18 06:17:32.392232 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2024.08.18 06:17:32.392320 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_6_1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1943 | 2024.08.18 06:17:32.392333 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_6_1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1944 | 2024.08.18 06:17:32.392458 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1945 | 2024.08.18 06:17:32.392497 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1946 | 2024.08.18 06:17:35.960645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1947 | 2024.08.18 06:17:35.960805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1948 | 2024.08.18 06:17:35.960851 [ 3 ] {} <Debug> HTTP-Session: 6d7514d1-ed91-4835-a42c-385c94e4ca1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1949 | 2024.08.18 06:17:35.960892 [ 3 ] {} <Debug> HTTP-Session: 6d7514d1-ed91-4835-a42c-385c94e4ca1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.08.18 06:17:35.960921 [ 3 ] {} <Debug> HTTP-Session: 6d7514d1-ed91-4835-a42c-385c94e4ca1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1951 | 2024.08.18 06:17:35.960999 [ 3 ] {} <Trace> HTTP-Session: 6d7514d1-ed91-4835-a42c-385c94e4ca1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1952 | 2024.08.18 06:17:35.961383 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1953 | 2024.08.18 06:17:35.961785 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1954 | 2024.08.18 06:17:35.961833 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1955 | 2024.08.18 06:17:35.962161 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1956 | 2024.08.18 06:17:35.962240 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1957 | 2024.08.18 06:17:35.962418 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1958 | 2024.08.18 06:17:35.962612 [ 256 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1959 | 2024.08.18 06:17:35.962738 [ 256 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1960 | 2024.08.18 06:17:35.962825 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1961 | 2024.08.18 06:17:35.962857 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1962 | 2024.08.18 06:17:35.965143 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1963 | 2024.08.18 06:17:35.967081 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1964 | 2024.08.18 06:17:35.967143 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1965 | 2024.08.18 06:17:35.967216 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1966 | 2024.08.18 06:17:35.969244 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.008048 sec., 3727.634194831014 rows/sec., 139.66 KiB/sec. | ||
1967 | 2024.08.18 06:17:35.969610 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> DynamicQueryHandler: Done processing query | ||
1968 | 2024.08.18 06:17:35.969670 [ 3 ] {d8d890bd-9871-4912-b3bc-ef599b2f6dce} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1969 | 2024.08.18 06:17:35.969692 [ 3 ] {} <Debug> HTTP-Session: 6d7514d1-ed91-4835-a42c-385c94e4ca1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.08.18 06:17:35.970031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1971 | 2024.08.18 06:17:35.970089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1972 | 2024.08.18 06:17:35.970113 [ 3 ] {} <Debug> HTTP-Session: a510cc23-b03b-4efe-b90e-79fdc2840570 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1973 | 2024.08.18 06:17:35.970133 [ 3 ] {} <Debug> HTTP-Session: a510cc23-b03b-4efe-b90e-79fdc2840570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.08.18 06:17:35.970150 [ 3 ] {} <Debug> HTTP-Session: a510cc23-b03b-4efe-b90e-79fdc2840570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.08.18 06:17:35.970189 [ 3 ] {} <Trace> HTTP-Session: a510cc23-b03b-4efe-b90e-79fdc2840570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1976 | 2024.08.18 06:17:35.970373 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1977 | 2024.08.18 06:17:35.970656 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1978 | 2024.08.18 06:17:35.970704 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1979 | 2024.08.18 06:17:35.970995 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1980 | 2024.08.18 06:17:35.971059 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1981 | 2024.08.18 06:17:35.971202 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1982 | 2024.08.18 06:17:35.971303 [ 261 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1983 | 2024.08.18 06:17:35.971324 [ 260 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1984 | 2024.08.18 06:17:35.971460 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1985 | 2024.08.18 06:17:35.971491 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1986 | 2024.08.18 06:17:35.971572 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1987 | 2024.08.18 06:17:35.971594 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1988 | 2024.08.18 06:17:35.971635 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1989 | 2024.08.18 06:17:35.971679 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1990 | 2024.08.18 06:17:35.973072 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002793 sec., 10741.138560687434 rows/sec., 402.44 KiB/sec. | ||
1991 | 2024.08.18 06:17:35.973387 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> DynamicQueryHandler: Done processing query | ||
1992 | 2024.08.18 06:17:35.973413 [ 3 ] {216e4e7c-cb7c-48b7-957d-f6ce321ddc28} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1993 | 2024.08.18 06:17:35.973430 [ 3 ] {} <Debug> HTTP-Session: a510cc23-b03b-4efe-b90e-79fdc2840570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.08.18 06:17:35.973708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1995 | 2024.08.18 06:17:35.973757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1996 | 2024.08.18 06:17:35.973776 [ 3 ] {} <Debug> HTTP-Session: 70a108de-26b7-4813-aed7-8c76edfec0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
1997 | 2024.08.18 06:17:35.973792 [ 3 ] {} <Debug> HTTP-Session: 70a108de-26b7-4813-aed7-8c76edfec0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1998 | 2024.08.18 06:17:35.973806 [ 3 ] {} <Debug> HTTP-Session: 70a108de-26b7-4813-aed7-8c76edfec0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.08.18 06:17:35.973837 [ 3 ] {} <Trace> HTTP-Session: 70a108de-26b7-4813-aed7-8c76edfec0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2000 | 2024.08.18 06:17:35.973986 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2001 | 2024.08.18 06:17:35.974276 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2002 | 2024.08.18 06:17:35.974324 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2003 | 2024.08.18 06:17:35.974645 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2004 | 2024.08.18 06:17:35.974712 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2005 | 2024.08.18 06:17:35.974852 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2006 | 2024.08.18 06:17:35.974967 [ 257 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2007 | 2024.08.18 06:17:35.974976 [ 256 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2008 | 2024.08.18 06:17:35.975085 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
2009 | 2024.08.18 06:17:35.975114 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2010 | 2024.08.18 06:17:35.975194 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2011 | 2024.08.18 06:17:35.975214 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2012 | 2024.08.18 06:17:35.975254 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2013 | 2024.08.18 06:17:35.975298 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2014 | 2024.08.18 06:17:35.976423 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002511 sec., 11947.431302270012 rows/sec., 447.64 KiB/sec. | ||
2015 | 2024.08.18 06:17:35.976725 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> DynamicQueryHandler: Done processing query | ||
2016 | 2024.08.18 06:17:35.976751 [ 3 ] {1beb4183-a4ea-47de-8c24-dc815097b6bc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2017 | 2024.08.18 06:17:35.976768 [ 3 ] {} <Debug> HTTP-Session: 70a108de-26b7-4813-aed7-8c76edfec0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.08.18 06:17:35.976990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2019 | 2024.08.18 06:17:35.977039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2020 | 2024.08.18 06:17:35.977057 [ 3 ] {} <Debug> HTTP-Session: 518a5079-31b6-4579-9f35-722750431f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2021 | 2024.08.18 06:17:35.977073 [ 3 ] {} <Debug> HTTP-Session: 518a5079-31b6-4579-9f35-722750431f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2022 | 2024.08.18 06:17:35.977088 [ 3 ] {} <Debug> HTTP-Session: 518a5079-31b6-4579-9f35-722750431f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2023 | 2024.08.18 06:17:35.977119 [ 3 ] {} <Trace> HTTP-Session: 518a5079-31b6-4579-9f35-722750431f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2024 | 2024.08.18 06:17:35.977271 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2025 | 2024.08.18 06:17:35.977552 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2026 | 2024.08.18 06:17:35.977600 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2027 | 2024.08.18 06:17:35.977891 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2028 | 2024.08.18 06:17:35.977956 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2029 | 2024.08.18 06:17:35.978096 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2030 | 2024.08.18 06:17:35.978180 [ 261 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2031 | 2024.08.18 06:17:35.978181 [ 256 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2032 | 2024.08.18 06:17:35.978273 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
2033 | 2024.08.18 06:17:35.978310 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2034 | 2024.08.18 06:17:35.978389 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2035 | 2024.08.18 06:17:35.978410 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2036 | 2024.08.18 06:17:35.978449 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2037 | 2024.08.18 06:17:35.978491 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2038 | 2024.08.18 06:17:35.979981 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002785 sec., 10771.992818671453 rows/sec., 403.60 KiB/sec. | ||
2039 | 2024.08.18 06:17:35.980297 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> DynamicQueryHandler: Done processing query | ||
2040 | 2024.08.18 06:17:35.980322 [ 3 ] {75dc9f07-b256-46dd-96b0-999d01ce4253} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2041 | 2024.08.18 06:17:35.980339 [ 3 ] {} <Debug> HTTP-Session: 518a5079-31b6-4579-9f35-722750431f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.08.18 06:17:35.980579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2043 | 2024.08.18 06:17:35.980630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2044 | 2024.08.18 06:17:35.980650 [ 3 ] {} <Debug> HTTP-Session: 13002ee8-95bb-4b8c-9443-3106d47595f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2045 | 2024.08.18 06:17:35.980667 [ 3 ] {} <Debug> HTTP-Session: 13002ee8-95bb-4b8c-9443-3106d47595f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2046 | 2024.08.18 06:17:35.980681 [ 3 ] {} <Debug> HTTP-Session: 13002ee8-95bb-4b8c-9443-3106d47595f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.08.18 06:17:35.980712 [ 3 ] {} <Trace> HTTP-Session: 13002ee8-95bb-4b8c-9443-3106d47595f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2048 | 2024.08.18 06:17:35.980875 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2049 | 2024.08.18 06:17:35.981169 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2050 | 2024.08.18 06:17:35.981218 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2051 | 2024.08.18 06:17:35.981521 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2052 | 2024.08.18 06:17:35.981588 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2053 | 2024.08.18 06:17:35.981729 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2054 | 2024.08.18 06:17:35.981827 [ 257 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2055 | 2024.08.18 06:17:35.981845 [ 258 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2056 | 2024.08.18 06:17:35.981965 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
2057 | 2024.08.18 06:17:35.981994 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2058 | 2024.08.18 06:17:35.982075 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2059 | 2024.08.18 06:17:35.982095 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2060 | 2024.08.18 06:17:35.982136 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2061 | 2024.08.18 06:17:35.982178 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2062 | 2024.08.18 06:17:35.983591 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002801 sec., 10710.460549803642 rows/sec., 401.29 KiB/sec. | ||
2063 | 2024.08.18 06:17:35.983899 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> DynamicQueryHandler: Done processing query | ||
2064 | 2024.08.18 06:17:35.983923 [ 3 ] {4dec667b-b606-49d1-88c1-29e41cccf536} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2065 | 2024.08.18 06:17:35.983940 [ 3 ] {} <Debug> HTTP-Session: 13002ee8-95bb-4b8c-9443-3106d47595f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.08.18 06:17:35.984171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2067 | 2024.08.18 06:17:35.984220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2068 | 2024.08.18 06:17:35.984239 [ 3 ] {} <Debug> HTTP-Session: 5a14c602-e643-4a53-8ab6-89e570d663fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2069 | 2024.08.18 06:17:35.984255 [ 3 ] {} <Debug> HTTP-Session: 5a14c602-e643-4a53-8ab6-89e570d663fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2070 | 2024.08.18 06:17:35.984269 [ 3 ] {} <Debug> HTTP-Session: 5a14c602-e643-4a53-8ab6-89e570d663fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2071 | 2024.08.18 06:17:35.984301 [ 3 ] {} <Trace> HTTP-Session: 5a14c602-e643-4a53-8ab6-89e570d663fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2072 | 2024.08.18 06:17:35.984453 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2073 | 2024.08.18 06:17:35.984744 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2074 | 2024.08.18 06:17:35.984791 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2075 | 2024.08.18 06:17:35.985095 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2076 | 2024.08.18 06:17:35.985160 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2077 | 2024.08.18 06:17:35.985298 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2078 | 2024.08.18 06:17:35.985381 [ 261 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2079 | 2024.08.18 06:17:35.985383 [ 256 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2080 | 2024.08.18 06:17:35.985479 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
2081 | 2024.08.18 06:17:35.985507 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2082 | 2024.08.18 06:17:35.985587 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2083 | 2024.08.18 06:17:35.985607 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2084 | 2024.08.18 06:17:35.985648 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2085 | 2024.08.18 06:17:35.985688 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2086 | 2024.08.18 06:17:35.987059 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002681 sec., 11189.854531891086 rows/sec., 419.26 KiB/sec. | ||
2087 | 2024.08.18 06:17:35.987387 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> DynamicQueryHandler: Done processing query | ||
2088 | 2024.08.18 06:17:35.987412 [ 3 ] {36d4be6d-c758-4b35-8630-33e978832923} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2089 | 2024.08.18 06:17:35.987428 [ 3 ] {} <Debug> HTTP-Session: 5a14c602-e643-4a53-8ab6-89e570d663fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2090 | 2024.08.18 06:17:36.061375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2091 | 2024.08.18 06:17:36.061493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2092 | 2024.08.18 06:17:36.061531 [ 3 ] {} <Debug> HTTP-Session: 3660692d-3b33-4dd2-b43b-e2c2f74a9c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2093 | 2024.08.18 06:17:36.061563 [ 3 ] {} <Debug> HTTP-Session: 3660692d-3b33-4dd2-b43b-e2c2f74a9c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.08.18 06:17:36.061589 [ 3 ] {} <Debug> HTTP-Session: 3660692d-3b33-4dd2-b43b-e2c2f74a9c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.08.18 06:17:36.061647 [ 3 ] {} <Trace> HTTP-Session: 3660692d-3b33-4dd2-b43b-e2c2f74a9c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2096 | 2024.08.18 06:17:36.061869 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2097 | 2024.08.18 06:17:36.061955 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2098 | 2024.08.18 06:17:36.062337 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2099 | 2024.08.18 06:17:36.062864 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2100 | 2024.08.18 06:17:36.062903 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2101 | 2024.08.18 06:17:36.063424 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2102 | 2024.08.18 06:17:36.063735 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2103 | 2024.08.18 06:17:36.063878 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002056 sec., 2918.2879377431905 rows/sec., 649.78 KiB/sec. | ||
2104 | 2024.08.18 06:17:36.064179 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Debug> DynamicQueryHandler: Done processing query | ||
2105 | 2024.08.18 06:17:36.064204 [ 3 ] {40b8d653-dea5-4899-ac26-885250f2c5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2106 | 2024.08.18 06:17:36.064220 [ 3 ] {} <Debug> HTTP-Session: 3660692d-3b33-4dd2-b43b-e2c2f74a9c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.08.18 06:17:36.064571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 193396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2108 | 2024.08.18 06:17:36.064620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2109 | 2024.08.18 06:17:36.064639 [ 3 ] {} <Debug> HTTP-Session: b663dbb3-03a1-4ee5-8d5d-9273cfbe0be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2110 | 2024.08.18 06:17:36.064656 [ 3 ] {} <Debug> HTTP-Session: b663dbb3-03a1-4ee5-8d5d-9273cfbe0be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.08.18 06:17:36.064670 [ 3 ] {} <Debug> HTTP-Session: b663dbb3-03a1-4ee5-8d5d-9273cfbe0be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.08.18 06:17:36.064701 [ 3 ] {} <Trace> HTTP-Session: b663dbb3-03a1-4ee5-8d5d-9273cfbe0be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2113 | 2024.08.18 06:17:36.065958 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2114 | 2024.08.18 06:17:36.066006 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2115 | 2024.08.18 06:17:36.066152 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2116 | 2024.08.18 06:17:36.067798 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2117 | 2024.08.18 06:17:36.067835 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2118 | 2024.08.18 06:17:36.068233 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2119 | 2024.08.18 06:17:36.068538 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2120 | 2024.08.18 06:17:36.068695 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.003728 sec., 356491.41630901286 rows/sec., 29.60 MiB/sec. | ||
2121 | 2024.08.18 06:17:36.068897 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Debug> DynamicQueryHandler: Done processing query | ||
2122 | 2024.08.18 06:17:36.068921 [ 3 ] {c46eb032-3dd4-44ed-92e7-6ab822c9a2f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
2123 | 2024.08.18 06:17:36.068936 [ 3 ] {} <Debug> HTTP-Session: b663dbb3-03a1-4ee5-8d5d-9273cfbe0be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2124 | 2024.08.18 06:17:36.069155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2125 | 2024.08.18 06:17:36.069202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2126 | 2024.08.18 06:17:36.069221 [ 3 ] {} <Debug> HTTP-Session: 917ac089-c1e3-4b30-8c8c-eeb7b339fb61 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2127 | 2024.08.18 06:17:36.069238 [ 3 ] {} <Debug> HTTP-Session: 917ac089-c1e3-4b30-8c8c-eeb7b339fb61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.08.18 06:17:36.069252 [ 3 ] {} <Debug> HTTP-Session: 917ac089-c1e3-4b30-8c8c-eeb7b339fb61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.08.18 06:17:36.069282 [ 3 ] {} <Trace> HTTP-Session: 917ac089-c1e3-4b30-8c8c-eeb7b339fb61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2130 | 2024.08.18 06:17:36.069452 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2131 | 2024.08.18 06:17:36.069494 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2132 | 2024.08.18 06:17:36.069619 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2133 | 2024.08.18 06:17:36.070062 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2024.08.18 06:17:36.070100 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2135 | 2024.08.18 06:17:36.070423 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2136 | 2024.08.18 06:17:36.070721 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2024.08.18 06:17:36.070889 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001521 sec., 159105.8514135437 rows/sec., 10.78 MiB/sec. | ||
2138 | 2024.08.18 06:17:36.071155 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Debug> DynamicQueryHandler: Done processing query | ||
2139 | 2024.08.18 06:17:36.071180 [ 3 ] {60bde1ef-4b98-42d0-9df8-2be9ccfad8d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2140 | 2024.08.18 06:17:36.071195 [ 3 ] {} <Debug> HTTP-Session: 917ac089-c1e3-4b30-8c8c-eeb7b339fb61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2141 | 2024.08.18 06:17:36.071320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2142 | 2024.08.18 06:17:36.071367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2143 | 2024.08.18 06:17:36.071385 [ 3 ] {} <Debug> HTTP-Session: 63acd21c-5a34-4b1d-ab55-bba68442b6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2144 | 2024.08.18 06:17:36.071401 [ 3 ] {} <Debug> HTTP-Session: 63acd21c-5a34-4b1d-ab55-bba68442b6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.08.18 06:17:36.071415 [ 3 ] {} <Debug> HTTP-Session: 63acd21c-5a34-4b1d-ab55-bba68442b6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.08.18 06:17:36.071445 [ 3 ] {} <Trace> HTTP-Session: 63acd21c-5a34-4b1d-ab55-bba68442b6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2147 | 2024.08.18 06:17:36.071539 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2148 | 2024.08.18 06:17:36.071580 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2149 | 2024.08.18 06:17:36.071722 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2150 | 2024.08.18 06:17:36.072070 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2151 | 2024.08.18 06:17:36.072107 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2152 | 2024.08.18 06:17:36.072411 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2153 | 2024.08.18 06:17:36.072708 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2154 | 2024.08.18 06:17:36.072858 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 263.76 KiB/sec. | ||
2155 | 2024.08.18 06:17:36.073020 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Debug> DynamicQueryHandler: Done processing query | ||
2156 | 2024.08.18 06:17:36.073044 [ 3 ] {e6a7210e-c073-4b64-b5f4-6b9d7845f15f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2157 | 2024.08.18 06:17:36.073059 [ 3 ] {} <Debug> HTTP-Session: 63acd21c-5a34-4b1d-ab55-bba68442b6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.08.18 06:17:36.073270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 136774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2159 | 2024.08.18 06:17:36.073317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2160 | 2024.08.18 06:17:36.073336 [ 3 ] {} <Debug> HTTP-Session: ffa4b31d-49bc-4f02-b470-9e8af05276db Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2161 | 2024.08.18 06:17:36.073352 [ 3 ] {} <Debug> HTTP-Session: ffa4b31d-49bc-4f02-b470-9e8af05276db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.08.18 06:17:36.073366 [ 3 ] {} <Debug> HTTP-Session: ffa4b31d-49bc-4f02-b470-9e8af05276db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.08.18 06:17:36.073395 [ 3 ] {} <Trace> HTTP-Session: ffa4b31d-49bc-4f02-b470-9e8af05276db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2164 | 2024.08.18 06:17:36.073798 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2165 | 2024.08.18 06:17:36.073840 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2166 | 2024.08.18 06:17:36.073962 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2167 | 2024.08.18 06:17:36.074794 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2168 | 2024.08.18 06:17:36.074830 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2169 | 2024.08.18 06:17:36.075171 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2170 | 2024.08.18 06:17:36.075469 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2171 | 2024.08.18 06:17:36.075620 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002107 sec., 397721.8794494542 rows/sec., 28.72 MiB/sec. | ||
2172 | 2024.08.18 06:17:36.075787 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Debug> DynamicQueryHandler: Done processing query | ||
2173 | 2024.08.18 06:17:36.075811 [ 3 ] {582bcb19-bb16-44c5-875a-5b8e637b61a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
2174 | 2024.08.18 06:17:36.075827 [ 3 ] {} <Debug> HTTP-Session: ffa4b31d-49bc-4f02-b470-9e8af05276db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.08.18 06:17:36.075975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2176 | 2024.08.18 06:17:36.076021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2177 | 2024.08.18 06:17:36.076040 [ 3 ] {} <Debug> HTTP-Session: 02b49089-2f50-4654-9152-782eb6f9f184 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2178 | 2024.08.18 06:17:36.076056 [ 3 ] {} <Debug> HTTP-Session: 02b49089-2f50-4654-9152-782eb6f9f184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.08.18 06:17:36.076070 [ 3 ] {} <Debug> HTTP-Session: 02b49089-2f50-4654-9152-782eb6f9f184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.08.18 06:17:36.076100 [ 3 ] {} <Trace> HTTP-Session: 02b49089-2f50-4654-9152-782eb6f9f184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2181 | 2024.08.18 06:17:36.076193 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2182 | 2024.08.18 06:17:36.076236 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2183 | 2024.08.18 06:17:36.076361 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2184 | 2024.08.18 06:17:36.076629 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2185 | 2024.08.18 06:17:36.076664 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2186 | 2024.08.18 06:17:36.077013 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2187 | 2024.08.18 06:17:36.077331 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2188 | 2024.08.18 06:17:36.077487 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
2189 | 2024.08.18 06:17:36.077704 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Debug> DynamicQueryHandler: Done processing query | ||
2190 | 2024.08.18 06:17:36.077728 [ 3 ] {48c8bc87-e223-4826-8f91-a83ef3c89a60} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2191 | 2024.08.18 06:17:36.077743 [ 3 ] {} <Debug> HTTP-Session: 02b49089-2f50-4654-9152-782eb6f9f184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.08.18 06:17:36.078383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 406165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2193 | 2024.08.18 06:17:36.078430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2194 | 2024.08.18 06:17:36.078449 [ 3 ] {} <Debug> HTTP-Session: 0e0a65d2-9ae2-4007-b4d0-b5b7d40021ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2195 | 2024.08.18 06:17:36.078464 [ 3 ] {} <Debug> HTTP-Session: 0e0a65d2-9ae2-4007-b4d0-b5b7d40021ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.08.18 06:17:36.078478 [ 3 ] {} <Debug> HTTP-Session: 0e0a65d2-9ae2-4007-b4d0-b5b7d40021ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.08.18 06:17:36.078508 [ 3 ] {} <Trace> HTTP-Session: 0e0a65d2-9ae2-4007-b4d0-b5b7d40021ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2024.08.18 06:17:36.079120 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2199 | 2024.08.18 06:17:36.079171 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2200 | 2024.08.18 06:17:36.079318 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2201 | 2024.08.18 06:17:36.083006 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2202 | 2024.08.18 06:17:36.083040 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2203 | 2024.08.18 06:17:36.083598 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2204 | 2024.08.18 06:17:36.083946 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2205 | 2024.08.18 06:17:36.084097 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Debug> executeQuery: Read 2149 rows, 146.88 KiB in 0.00532 sec., 403947.36842105264 rows/sec., 26.96 MiB/sec. | ||
2206 | 2024.08.18 06:17:36.084371 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Debug> DynamicQueryHandler: Done processing query | ||
2207 | 2024.08.18 06:17:36.084396 [ 3 ] {4167ad60-9ede-43ab-9297-020bf1358bfe} <Debug> MemoryTracker: Peak memory usage (for query): 5.37 MiB. | ||
2208 | 2024.08.18 06:17:36.084411 [ 3 ] {} <Debug> HTTP-Session: 0e0a65d2-9ae2-4007-b4d0-b5b7d40021ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.08.18 06:17:36.084701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2210 | 2024.08.18 06:17:36.084749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2211 | 2024.08.18 06:17:36.084768 [ 3 ] {} <Debug> HTTP-Session: 03fa68ea-8153-48f1-8725-837885979fea Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2212 | 2024.08.18 06:17:36.084785 [ 3 ] {} <Debug> HTTP-Session: 03fa68ea-8153-48f1-8725-837885979fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.08.18 06:17:36.084798 [ 3 ] {} <Debug> HTTP-Session: 03fa68ea-8153-48f1-8725-837885979fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.08.18 06:17:36.084829 [ 3 ] {} <Trace> HTTP-Session: 03fa68ea-8153-48f1-8725-837885979fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2215 | 2024.08.18 06:17:36.084919 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2216 | 2024.08.18 06:17:36.084964 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2217 | 2024.08.18 06:17:36.085104 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2218 | 2024.08.18 06:17:36.085427 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2219 | 2024.08.18 06:17:36.085463 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2220 | 2024.08.18 06:17:36.085805 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2221 | 2024.08.18 06:17:36.086122 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2024.08.18 06:17:36.086266 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
2223 | 2024.08.18 06:17:36.086425 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Debug> DynamicQueryHandler: Done processing query | ||
2224 | 2024.08.18 06:17:36.086448 [ 3 ] {fbfc0235-760a-4182-95a0-76187c91cb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2225 | 2024.08.18 06:17:36.086463 [ 3 ] {} <Debug> HTTP-Session: 03fa68ea-8153-48f1-8725-837885979fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.08.18 06:17:36.086600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2227 | 2024.08.18 06:17:36.086647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2228 | 2024.08.18 06:17:36.086665 [ 3 ] {} <Debug> HTTP-Session: c89e39f9-bb95-434d-b8a7-9558837e1e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2229 | 2024.08.18 06:17:36.086681 [ 3 ] {} <Debug> HTTP-Session: c89e39f9-bb95-434d-b8a7-9558837e1e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.08.18 06:17:36.086694 [ 3 ] {} <Debug> HTTP-Session: c89e39f9-bb95-434d-b8a7-9558837e1e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.08.18 06:17:36.086725 [ 3 ] {} <Trace> HTTP-Session: c89e39f9-bb95-434d-b8a7-9558837e1e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2232 | 2024.08.18 06:17:36.086839 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2233 | 2024.08.18 06:17:36.086882 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2234 | 2024.08.18 06:17:36.087005 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2235 | 2024.08.18 06:17:36.087335 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2236 | 2024.08.18 06:17:36.087371 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2237 | 2024.08.18 06:17:36.087716 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2238 | 2024.08.18 06:17:36.088039 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2239 | 2024.08.18 06:17:36.088161 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001363 sec., 51357.30007336757 rows/sec., 3.23 MiB/sec. | ||
2240 | 2024.08.18 06:17:36.088361 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Debug> DynamicQueryHandler: Done processing query | ||
2241 | 2024.08.18 06:17:36.088387 [ 3 ] {3c528ab2-3f96-4131-b054-e75d2982cde7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2242 | 2024.08.18 06:17:36.088402 [ 3 ] {} <Debug> HTTP-Session: c89e39f9-bb95-434d-b8a7-9558837e1e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2243 | 2024.08.18 06:17:37.351102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2244 | 2024.08.18 06:17:37.351231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2245 | 2024.08.18 06:17:37.351262 [ 3 ] {} <Debug> HTTP-Session: e229c6a5-35af-457a-baec-54f11de33e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2246 | 2024.08.18 06:17:37.351292 [ 3 ] {} <Debug> HTTP-Session: e229c6a5-35af-457a-baec-54f11de33e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.08.18 06:17:37.351310 [ 3 ] {} <Debug> HTTP-Session: e229c6a5-35af-457a-baec-54f11de33e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.08.18 06:17:37.351366 [ 3 ] {} <Trace> HTTP-Session: e229c6a5-35af-457a-baec-54f11de33e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2024.08.18 06:17:37.351616 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2250 | 2024.08.18 06:17:37.352016 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2251 | 2024.08.18 06:17:37.352067 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2252 | 2024.08.18 06:17:37.352421 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2253 | 2024.08.18 06:17:37.352501 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2254 | 2024.08.18 06:17:37.352670 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2255 | 2024.08.18 06:17:37.352806 [ 261 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2256 | 2024.08.18 06:17:37.352897 [ 262 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2257 | 2024.08.18 06:17:37.352897 [ 258 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2258 | 2024.08.18 06:17:37.353135 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
2259 | 2024.08.18 06:17:37.353167 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2260 | 2024.08.18 06:17:37.353284 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2261 | 2024.08.18 06:17:37.353307 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2262 | 2024.08.18 06:17:37.353349 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2263 | 2024.08.18 06:17:37.353395 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2264 | 2024.08.18 06:17:37.353439 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2265 | 2024.08.18 06:17:37.355412 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.00391 sec., 9207.161125319692 rows/sec., 342.92 KiB/sec. | ||
2266 | 2024.08.18 06:17:37.355848 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> DynamicQueryHandler: Done processing query | ||
2267 | 2024.08.18 06:17:37.355879 [ 3 ] {35e9f1f3-c5ba-43ee-8dfe-c6e98f483b85} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2268 | 2024.08.18 06:17:37.355900 [ 3 ] {} <Debug> HTTP-Session: e229c6a5-35af-457a-baec-54f11de33e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2269 | 2024.08.18 06:17:37.357539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2270 | 2024.08.18 06:17:37.357598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2271 | 2024.08.18 06:17:37.357622 [ 3 ] {} <Debug> HTTP-Session: a5318f9d-7c37-4e63-a7dd-f25c2b46b25c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2272 | 2024.08.18 06:17:37.357643 [ 3 ] {} <Debug> HTTP-Session: a5318f9d-7c37-4e63-a7dd-f25c2b46b25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.08.18 06:17:37.357660 [ 3 ] {} <Debug> HTTP-Session: a5318f9d-7c37-4e63-a7dd-f25c2b46b25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2274 | 2024.08.18 06:17:37.357699 [ 3 ] {} <Trace> HTTP-Session: a5318f9d-7c37-4e63-a7dd-f25c2b46b25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2275 | 2024.08.18 06:17:37.357892 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2276 | 2024.08.18 06:17:37.358253 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2277 | 2024.08.18 06:17:37.358311 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2278 | 2024.08.18 06:17:37.358651 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2279 | 2024.08.18 06:17:37.358716 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2280 | 2024.08.18 06:17:37.358853 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2281 | 2024.08.18 06:17:37.358960 [ 263 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2282 | 2024.08.18 06:17:37.359019 [ 262 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2283 | 2024.08.18 06:17:37.359047 [ 264 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2284 | 2024.08.18 06:17:37.359188 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
2285 | 2024.08.18 06:17:37.359217 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2286 | 2024.08.18 06:17:37.359322 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2287 | 2024.08.18 06:17:37.359344 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2288 | 2024.08.18 06:17:37.359383 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2289 | 2024.08.18 06:17:37.359425 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2290 | 2024.08.18 06:17:37.359465 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2291 | 2024.08.18 06:17:37.361175 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003387 sec., 10628.87511071745 rows/sec., 395.87 KiB/sec. | ||
2292 | 2024.08.18 06:17:37.361529 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> DynamicQueryHandler: Done processing query | ||
2293 | 2024.08.18 06:17:37.361554 [ 3 ] {0b15835c-b5f3-4731-8b35-26287abfda9c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2294 | 2024.08.18 06:17:37.361571 [ 3 ] {} <Debug> HTTP-Session: a5318f9d-7c37-4e63-a7dd-f25c2b46b25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.08.18 06:17:37.361795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2296 | 2024.08.18 06:17:37.361844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2297 | 2024.08.18 06:17:37.361863 [ 3 ] {} <Debug> HTTP-Session: 589a8782-b3b7-4347-b11e-e353180f2b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2298 | 2024.08.18 06:17:37.361880 [ 3 ] {} <Debug> HTTP-Session: 589a8782-b3b7-4347-b11e-e353180f2b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.08.18 06:17:37.361894 [ 3 ] {} <Debug> HTTP-Session: 589a8782-b3b7-4347-b11e-e353180f2b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.08.18 06:17:37.361925 [ 3 ] {} <Trace> HTTP-Session: 589a8782-b3b7-4347-b11e-e353180f2b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2301 | 2024.08.18 06:17:37.362081 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2302 | 2024.08.18 06:17:37.362382 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2303 | 2024.08.18 06:17:37.362430 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2304 | 2024.08.18 06:17:37.362750 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2305 | 2024.08.18 06:17:37.362817 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2306 | 2024.08.18 06:17:37.362954 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2307 | 2024.08.18 06:17:37.363087 [ 263 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2308 | 2024.08.18 06:17:37.363101 [ 258 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2309 | 2024.08.18 06:17:37.363119 [ 264 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2310 | 2024.08.18 06:17:37.363232 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
2311 | 2024.08.18 06:17:37.363261 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2312 | 2024.08.18 06:17:37.363365 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2313 | 2024.08.18 06:17:37.363386 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2314 | 2024.08.18 06:17:37.363426 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2315 | 2024.08.18 06:17:37.363467 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2316 | 2024.08.18 06:17:37.363505 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2317 | 2024.08.18 06:17:37.365184 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003184 sec., 11306.532663316582 rows/sec., 421.11 KiB/sec. | ||
2318 | 2024.08.18 06:17:37.365537 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> DynamicQueryHandler: Done processing query | ||
2319 | 2024.08.18 06:17:37.365560 [ 3 ] {d7c6bfaf-497e-4049-9b94-7184f541baf3} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2320 | 2024.08.18 06:17:37.365576 [ 3 ] {} <Debug> HTTP-Session: 589a8782-b3b7-4347-b11e-e353180f2b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2321 | 2024.08.18 06:17:37.365790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2322 | 2024.08.18 06:17:37.365839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2323 | 2024.08.18 06:17:37.365858 [ 3 ] {} <Debug> HTTP-Session: ab8b8dcd-3245-47bb-9624-b84902657b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2324 | 2024.08.18 06:17:37.365874 [ 3 ] {} <Debug> HTTP-Session: ab8b8dcd-3245-47bb-9624-b84902657b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2325 | 2024.08.18 06:17:37.365888 [ 3 ] {} <Debug> HTTP-Session: ab8b8dcd-3245-47bb-9624-b84902657b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2326 | 2024.08.18 06:17:37.365919 [ 3 ] {} <Trace> HTTP-Session: ab8b8dcd-3245-47bb-9624-b84902657b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2327 | 2024.08.18 06:17:37.366076 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2328 | 2024.08.18 06:17:37.366373 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2329 | 2024.08.18 06:17:37.366422 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2330 | 2024.08.18 06:17:37.366744 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2331 | 2024.08.18 06:17:37.366808 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2332 | 2024.08.18 06:17:37.366945 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2333 | 2024.08.18 06:17:37.367075 [ 258 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2334 | 2024.08.18 06:17:37.367104 [ 263 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2335 | 2024.08.18 06:17:37.367121 [ 264 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2336 | 2024.08.18 06:17:37.367229 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
2337 | 2024.08.18 06:17:37.367258 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2338 | 2024.08.18 06:17:37.367363 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2339 | 2024.08.18 06:17:37.367384 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2340 | 2024.08.18 06:17:37.367424 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2341 | 2024.08.18 06:17:37.367464 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2342 | 2024.08.18 06:17:37.367504 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2343 | 2024.08.18 06:17:37.369323 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003328 sec., 10817.307692307693 rows/sec., 402.89 KiB/sec. | ||
2344 | 2024.08.18 06:17:37.369706 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> DynamicQueryHandler: Done processing query | ||
2345 | 2024.08.18 06:17:37.369735 [ 3 ] {0b6a4eed-0ae0-412a-94b5-ea559dc8e5c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2346 | 2024.08.18 06:17:37.369755 [ 3 ] {} <Debug> HTTP-Session: ab8b8dcd-3245-47bb-9624-b84902657b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.08.18 06:17:37.372062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2348 | 2024.08.18 06:17:37.372158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2349 | 2024.08.18 06:17:37.372196 [ 3 ] {} <Debug> HTTP-Session: c284e7fc-e829-4241-8bdb-5f6374f4b4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2350 | 2024.08.18 06:17:37.372230 [ 3 ] {} <Debug> HTTP-Session: c284e7fc-e829-4241-8bdb-5f6374f4b4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.08.18 06:17:37.372257 [ 3 ] {} <Debug> HTTP-Session: c284e7fc-e829-4241-8bdb-5f6374f4b4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2352 | 2024.08.18 06:17:37.372319 [ 3 ] {} <Trace> HTTP-Session: c284e7fc-e829-4241-8bdb-5f6374f4b4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2353 | 2024.08.18 06:17:37.372511 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2354 | 2024.08.18 06:17:37.372556 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2355 | 2024.08.18 06:17:37.372724 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2356 | 2024.08.18 06:17:37.373114 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2357 | 2024.08.18 06:17:37.373154 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2358 | 2024.08.18 06:17:37.373637 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2359 | 2024.08.18 06:17:37.373960 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2360 | 2024.08.18 06:17:37.374134 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001675 sec., 2388.0597014925374 rows/sec., 258.28 KiB/sec. | ||
2361 | 2024.08.18 06:17:37.374312 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Debug> DynamicQueryHandler: Done processing query | ||
2362 | 2024.08.18 06:17:37.374337 [ 3 ] {3e182323-9ea2-435e-b778-680e347bf7d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2363 | 2024.08.18 06:17:37.374354 [ 3 ] {} <Debug> HTTP-Session: c284e7fc-e829-4241-8bdb-5f6374f4b4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.08.18 06:17:37.374469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2365 | 2024.08.18 06:17:37.374517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2366 | 2024.08.18 06:17:37.374537 [ 3 ] {} <Debug> HTTP-Session: ffd2ce23-480c-4bcc-80b8-45c9fccc709d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2367 | 2024.08.18 06:17:37.374553 [ 3 ] {} <Debug> HTTP-Session: ffd2ce23-480c-4bcc-80b8-45c9fccc709d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2368 | 2024.08.18 06:17:37.374567 [ 3 ] {} <Debug> HTTP-Session: ffd2ce23-480c-4bcc-80b8-45c9fccc709d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.08.18 06:17:37.374597 [ 3 ] {} <Trace> HTTP-Session: ffd2ce23-480c-4bcc-80b8-45c9fccc709d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2370 | 2024.08.18 06:17:37.374701 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2371 | 2024.08.18 06:17:37.374744 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2372 | 2024.08.18 06:17:37.374867 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2373 | 2024.08.18 06:17:37.375789 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2374 | 2024.08.18 06:17:37.375825 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2375 | 2024.08.18 06:17:37.376142 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2376 | 2024.08.18 06:17:37.376449 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2377 | 2024.08.18 06:17:37.376601 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001926 sec., 12461.059190031152 rows/sec., 1010.03 KiB/sec. | ||
2378 | 2024.08.18 06:17:37.376871 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Debug> DynamicQueryHandler: Done processing query | ||
2379 | 2024.08.18 06:17:37.376895 [ 3 ] {8544d9b3-b4f9-4318-8251-16026654932f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2380 | 2024.08.18 06:17:37.376910 [ 3 ] {} <Debug> HTTP-Session: ffd2ce23-480c-4bcc-80b8-45c9fccc709d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.08.18 06:17:37.377048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 18664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2382 | 2024.08.18 06:17:37.377097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2383 | 2024.08.18 06:17:37.377116 [ 3 ] {} <Debug> HTTP-Session: 5c8cb316-dc96-441a-8dae-3684abc76ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2384 | 2024.08.18 06:17:37.377133 [ 3 ] {} <Debug> HTTP-Session: 5c8cb316-dc96-441a-8dae-3684abc76ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2385 | 2024.08.18 06:17:37.377147 [ 3 ] {} <Debug> HTTP-Session: 5c8cb316-dc96-441a-8dae-3684abc76ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2386 | 2024.08.18 06:17:37.377177 [ 3 ] {} <Trace> HTTP-Session: 5c8cb316-dc96-441a-8dae-3684abc76ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2387 | 2024.08.18 06:17:37.377317 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2388 | 2024.08.18 06:17:37.377359 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2389 | 2024.08.18 06:17:37.377501 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2390 | 2024.08.18 06:17:37.377880 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2391 | 2024.08.18 06:17:37.377917 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2392 | 2024.08.18 06:17:37.378223 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2393 | 2024.08.18 06:17:37.378521 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2394 | 2024.08.18 06:17:37.378673 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.001415 sec., 90459.36395759718 rows/sec., 7.51 MiB/sec. | ||
2395 | 2024.08.18 06:17:37.378951 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Debug> DynamicQueryHandler: Done processing query | ||
2396 | 2024.08.18 06:17:37.378976 [ 3 ] {0f09063b-ccfa-46ff-b472-cf1c2bf45699} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2397 | 2024.08.18 06:17:37.378992 [ 3 ] {} <Debug> HTTP-Session: 5c8cb316-dc96-441a-8dae-3684abc76ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2398 | 2024.08.18 06:17:37.379128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 16145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2399 | 2024.08.18 06:17:37.379176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2400 | 2024.08.18 06:17:37.379195 [ 3 ] {} <Debug> HTTP-Session: d5bf0aa1-0fb6-4e25-95ab-f17771daaa00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2401 | 2024.08.18 06:17:37.379213 [ 3 ] {} <Debug> HTTP-Session: d5bf0aa1-0fb6-4e25-95ab-f17771daaa00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2402 | 2024.08.18 06:17:37.379226 [ 3 ] {} <Debug> HTTP-Session: d5bf0aa1-0fb6-4e25-95ab-f17771daaa00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.08.18 06:17:37.379256 [ 3 ] {} <Trace> HTTP-Session: d5bf0aa1-0fb6-4e25-95ab-f17771daaa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2404 | 2024.08.18 06:17:37.379380 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2405 | 2024.08.18 06:17:37.379424 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2406 | 2024.08.18 06:17:37.379566 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2407 | 2024.08.18 06:17:37.379915 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2408 | 2024.08.18 06:17:37.379952 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2409 | 2024.08.18 06:17:37.380251 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2410 | 2024.08.18 06:17:37.380559 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2411 | 2024.08.18 06:17:37.380702 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001373 sec., 69191.55134741441 rows/sec., 5.41 MiB/sec. | ||
2412 | 2024.08.18 06:17:37.380966 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Debug> DynamicQueryHandler: Done processing query | ||
2413 | 2024.08.18 06:17:37.380991 [ 3 ] {9efe43df-bc7b-48e0-b1c4-541c351b1ee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2414 | 2024.08.18 06:17:37.381006 [ 3 ] {} <Debug> HTTP-Session: d5bf0aa1-0fb6-4e25-95ab-f17771daaa00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2415 | 2024.08.18 06:17:37.381124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 6171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2416 | 2024.08.18 06:17:37.381171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2417 | 2024.08.18 06:17:37.381191 [ 3 ] {} <Debug> HTTP-Session: dbb2e4bc-3206-4ab3-8c5b-89f8750f7332 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2418 | 2024.08.18 06:17:37.381207 [ 3 ] {} <Debug> HTTP-Session: dbb2e4bc-3206-4ab3-8c5b-89f8750f7332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2419 | 2024.08.18 06:17:37.381221 [ 3 ] {} <Debug> HTTP-Session: dbb2e4bc-3206-4ab3-8c5b-89f8750f7332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2420 | 2024.08.18 06:17:37.381252 [ 3 ] {} <Trace> HTTP-Session: dbb2e4bc-3206-4ab3-8c5b-89f8750f7332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2421 | 2024.08.18 06:17:37.381365 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2422 | 2024.08.18 06:17:37.381435 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2423 | 2024.08.18 06:17:37.381591 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2424 | 2024.08.18 06:17:37.381890 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2425 | 2024.08.18 06:17:37.381925 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2426 | 2024.08.18 06:17:37.382289 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2427 | 2024.08.18 06:17:37.382632 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2428 | 2024.08.18 06:17:37.382763 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001437 sec., 22268.615170494086 rows/sec., 1.55 MiB/sec. | ||
2429 | 2024.08.18 06:17:37.383053 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Debug> DynamicQueryHandler: Done processing query | ||
2430 | 2024.08.18 06:17:37.383077 [ 3 ] {e9da245f-3587-4ca9-80c2-a4e7aff228b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2431 | 2024.08.18 06:17:37.383093 [ 3 ] {} <Debug> HTTP-Session: dbb2e4bc-3206-4ab3-8c5b-89f8750f7332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2432 | 2024.08.18 06:17:37.383258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2433 | 2024.08.18 06:17:37.383306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2434 | 2024.08.18 06:17:37.383325 [ 3 ] {} <Debug> HTTP-Session: 3055d30b-9801-46c1-879b-c8c81cf960cc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2435 | 2024.08.18 06:17:37.383341 [ 3 ] {} <Debug> HTTP-Session: 3055d30b-9801-46c1-879b-c8c81cf960cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.08.18 06:17:37.383355 [ 3 ] {} <Debug> HTTP-Session: 3055d30b-9801-46c1-879b-c8c81cf960cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.08.18 06:17:37.383384 [ 3 ] {} <Trace> HTTP-Session: 3055d30b-9801-46c1-879b-c8c81cf960cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2438 | 2024.08.18 06:17:37.383654 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2439 | 2024.08.18 06:17:37.383725 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <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 | ||
2440 | 2024.08.18 06:17:37.384127 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2441 | 2024.08.18 06:17:37.384775 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2442 | 2024.08.18 06:17:37.384811 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2443 | 2024.08.18 06:17:37.387304 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2444 | 2024.08.18 06:17:37.387996 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2445 | 2024.08.18 06:17:37.388313 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004828 sec., 4971.0024855012425 rows/sec., 8.91 MiB/sec. | ||
2446 | 2024.08.18 06:17:37.388662 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Debug> DynamicQueryHandler: Done processing query | ||
2447 | 2024.08.18 06:17:37.388686 [ 3 ] {7168ddbd-85e7-4a9a-b14a-1b77f733f3cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2448 | 2024.08.18 06:17:37.388701 [ 3 ] {} <Debug> HTTP-Session: 3055d30b-9801-46c1-879b-c8c81cf960cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2449 | 2024.08.18 06:17:37.388826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2450 | 2024.08.18 06:17:37.388872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2451 | 2024.08.18 06:17:37.388892 [ 3 ] {} <Debug> HTTP-Session: 94a33dc7-a038-49d1-b990-6e21889e14e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2452 | 2024.08.18 06:17:37.388908 [ 3 ] {} <Debug> HTTP-Session: 94a33dc7-a038-49d1-b990-6e21889e14e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.08.18 06:17:37.388921 [ 3 ] {} <Debug> HTTP-Session: 94a33dc7-a038-49d1-b990-6e21889e14e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2454 | 2024.08.18 06:17:37.388951 [ 3 ] {} <Trace> HTTP-Session: 94a33dc7-a038-49d1-b990-6e21889e14e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2455 | 2024.08.18 06:17:37.389047 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2456 | 2024.08.18 06:17:37.389091 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2457 | 2024.08.18 06:17:37.389217 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2458 | 2024.08.18 06:17:37.389495 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2024.08.18 06:17:37.389530 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2460 | 2024.08.18 06:17:37.389893 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2461 | 2024.08.18 06:17:37.390198 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2462 | 2024.08.18 06:17:37.390326 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001299 sec., 9237.875288683603 rows/sec., 696.15 KiB/sec. | ||
2463 | 2024.08.18 06:17:37.390588 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Debug> DynamicQueryHandler: Done processing query | ||
2464 | 2024.08.18 06:17:37.390612 [ 3 ] {c31b3b6d-b1fa-474d-822c-abe9ca2a1444} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2465 | 2024.08.18 06:17:37.390627 [ 3 ] {} <Debug> HTTP-Session: 94a33dc7-a038-49d1-b990-6e21889e14e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2466 | 2024.08.18 06:17:37.390741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2467 | 2024.08.18 06:17:37.390789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2468 | 2024.08.18 06:17:37.390808 [ 3 ] {} <Debug> HTTP-Session: ff9626ae-215d-43a7-98f0-d0a8ffd25e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2469 | 2024.08.18 06:17:37.390824 [ 3 ] {} <Debug> HTTP-Session: ff9626ae-215d-43a7-98f0-d0a8ffd25e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.08.18 06:17:37.390838 [ 3 ] {} <Debug> HTTP-Session: ff9626ae-215d-43a7-98f0-d0a8ffd25e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.08.18 06:17:37.390867 [ 3 ] {} <Trace> HTTP-Session: ff9626ae-215d-43a7-98f0-d0a8ffd25e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2472 | 2024.08.18 06:17:37.390963 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2473 | 2024.08.18 06:17:37.391005 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2474 | 2024.08.18 06:17:37.391150 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2475 | 2024.08.18 06:17:37.391433 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2024.08.18 06:17:37.391468 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2477 | 2024.08.18 06:17:37.391804 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2478 | 2024.08.18 06:17:37.392108 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2024.08.18 06:17:37.392241 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001294 sec., 9273.570324574961 rows/sec., 639.97 KiB/sec. | ||
2480 | 2024.08.18 06:17:37.392506 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.08.18 06:17:37.392529 [ 3 ] {f9f63654-f397-47c4-adc2-477363a37216} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2482 | 2024.08.18 06:17:37.392545 [ 3 ] {} <Debug> HTTP-Session: ff9626ae-215d-43a7-98f0-d0a8ffd25e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.08.18 06:17:40.223551 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2484 | 2024.08.18 06:17:40.223620 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2485 | 2024.08.18 06:17:42.359163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2486 | 2024.08.18 06:17:42.359290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2487 | 2024.08.18 06:17:42.359319 [ 3 ] {} <Debug> HTTP-Session: 2d37458b-41d1-4f29-883e-f4a4709fffb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2488 | 2024.08.18 06:17:42.359348 [ 3 ] {} <Debug> HTTP-Session: 2d37458b-41d1-4f29-883e-f4a4709fffb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2489 | 2024.08.18 06:17:42.359368 [ 3 ] {} <Debug> HTTP-Session: 2d37458b-41d1-4f29-883e-f4a4709fffb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2490 | 2024.08.18 06:17:42.359422 [ 3 ] {} <Trace> HTTP-Session: 2d37458b-41d1-4f29-883e-f4a4709fffb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2491 | 2024.08.18 06:17:42.359630 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2492 | 2024.08.18 06:17:42.359693 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2493 | 2024.08.18 06:17:42.359878 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2494 | 2024.08.18 06:17:42.360353 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2495 | 2024.08.18 06:17:42.360391 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2496 | 2024.08.18 06:17:42.360751 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2497 | 2024.08.18 06:17:42.361080 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2498 | 2024.08.18 06:17:42.361220 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001666 sec., 33613.445378151264 rows/sec., 2.57 MiB/sec. | ||
2499 | 2024.08.18 06:17:42.361462 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Debug> DynamicQueryHandler: Done processing query | ||
2500 | 2024.08.18 06:17:42.361489 [ 3 ] {2409556c-ef84-4ddd-9938-7f0756dba235} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2501 | 2024.08.18 06:17:42.361505 [ 3 ] {} <Debug> HTTP-Session: 2d37458b-41d1-4f29-883e-f4a4709fffb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2502 | 2024.08.18 06:17:42.361695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2503 | 2024.08.18 06:17:42.361743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2504 | 2024.08.18 06:17:42.361764 [ 3 ] {} <Debug> HTTP-Session: f570f1e6-b248-4c06-8853-537f965823ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2505 | 2024.08.18 06:17:42.361781 [ 3 ] {} <Debug> HTTP-Session: f570f1e6-b248-4c06-8853-537f965823ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2506 | 2024.08.18 06:17:42.361795 [ 3 ] {} <Debug> HTTP-Session: f570f1e6-b248-4c06-8853-537f965823ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.08.18 06:17:42.361827 [ 3 ] {} <Trace> HTTP-Session: f570f1e6-b248-4c06-8853-537f965823ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2508 | 2024.08.18 06:17:42.361940 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2509 | 2024.08.18 06:17:42.361981 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2510 | 2024.08.18 06:17:42.362106 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2511 | 2024.08.18 06:17:42.362502 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2512 | 2024.08.18 06:17:42.362538 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2513 | 2024.08.18 06:17:42.362839 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2514 | 2024.08.18 06:17:42.363134 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2515 | 2024.08.18 06:17:42.363271 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001361 sec., 47024.24687729611 rows/sec., 3.67 MiB/sec. | ||
2516 | 2024.08.18 06:17:42.363762 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Debug> DynamicQueryHandler: Done processing query | ||
2517 | 2024.08.18 06:17:42.363787 [ 3 ] {0d1e3440-6582-49f1-bd9d-06f06d25d537} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2518 | 2024.08.18 06:17:42.363803 [ 3 ] {} <Debug> HTTP-Session: f570f1e6-b248-4c06-8853-537f965823ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2519 | 2024.08.18 06:17:42.363985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2520 | 2024.08.18 06:17:42.364034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2521 | 2024.08.18 06:17:42.364053 [ 3 ] {} <Debug> HTTP-Session: f94ef210-c3c1-4d34-8ba1-5310df249ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2522 | 2024.08.18 06:17:42.364070 [ 3 ] {} <Debug> HTTP-Session: f94ef210-c3c1-4d34-8ba1-5310df249ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.08.18 06:17:42.364084 [ 3 ] {} <Debug> HTTP-Session: f94ef210-c3c1-4d34-8ba1-5310df249ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.08.18 06:17:42.364114 [ 3 ] {} <Trace> HTTP-Session: f94ef210-c3c1-4d34-8ba1-5310df249ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2525 | 2024.08.18 06:17:42.364260 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2526 | 2024.08.18 06:17:42.364307 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2527 | 2024.08.18 06:17:42.364467 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2528 | 2024.08.18 06:17:42.364870 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2529 | 2024.08.18 06:17:42.364907 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2530 | 2024.08.18 06:17:42.365286 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2531 | 2024.08.18 06:17:42.365611 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2532 | 2024.08.18 06:17:42.365743 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
2533 | 2024.08.18 06:17:42.365911 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Debug> DynamicQueryHandler: Done processing query | ||
2534 | 2024.08.18 06:17:42.365935 [ 3 ] {8ced8cff-26f5-4fb0-9690-0c295a4b04f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2535 | 2024.08.18 06:17:42.365951 [ 3 ] {} <Debug> HTTP-Session: f94ef210-c3c1-4d34-8ba1-5310df249ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.08.18 06:17:42.366082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2537 | 2024.08.18 06:17:42.366130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2538 | 2024.08.18 06:17:42.366149 [ 3 ] {} <Debug> HTTP-Session: cd1cd54e-c40e-48a7-b156-84c67ad47915 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2539 | 2024.08.18 06:17:42.366166 [ 3 ] {} <Debug> HTTP-Session: cd1cd54e-c40e-48a7-b156-84c67ad47915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.08.18 06:17:42.366180 [ 3 ] {} <Debug> HTTP-Session: cd1cd54e-c40e-48a7-b156-84c67ad47915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2541 | 2024.08.18 06:17:42.366211 [ 3 ] {} <Trace> HTTP-Session: cd1cd54e-c40e-48a7-b156-84c67ad47915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2542 | 2024.08.18 06:17:42.366334 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2543 | 2024.08.18 06:17:42.366378 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2544 | 2024.08.18 06:17:42.366502 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2545 | 2024.08.18 06:17:42.366800 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2546 | 2024.08.18 06:17:42.366864 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
2547 | 2024.08.18 06:17:42.367359 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2548 | 2024.08.18 06:17:42.367672 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2549 | 2024.08.18 06:17:42.367795 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
2550 | 2024.08.18 06:17:42.367976 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Debug> DynamicQueryHandler: Done processing query | ||
2551 | 2024.08.18 06:17:42.368000 [ 3 ] {a5b4d90f-3210-4600-a49f-a77e43216a30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2552 | 2024.08.18 06:17:42.368016 [ 3 ] {} <Debug> HTTP-Session: cd1cd54e-c40e-48a7-b156-84c67ad47915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.08.18 06:17:47.364391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2554 | 2024.08.18 06:17:47.364528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2555 | 2024.08.18 06:17:47.364558 [ 3 ] {} <Debug> HTTP-Session: 454230ea-0cd2-41bb-ba8f-bcc234bdc9dc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2556 | 2024.08.18 06:17:47.364585 [ 3 ] {} <Debug> HTTP-Session: 454230ea-0cd2-41bb-ba8f-bcc234bdc9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.08.18 06:17:47.364605 [ 3 ] {} <Debug> HTTP-Session: 454230ea-0cd2-41bb-ba8f-bcc234bdc9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.08.18 06:17:47.364660 [ 3 ] {} <Trace> HTTP-Session: 454230ea-0cd2-41bb-ba8f-bcc234bdc9dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2559 | 2024.08.18 06:17:47.364851 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2560 | 2024.08.18 06:17:47.364917 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2561 | 2024.08.18 06:17:47.365107 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2562 | 2024.08.18 06:17:47.365555 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2563 | 2024.08.18 06:17:47.365598 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2564 | 2024.08.18 06:17:47.365949 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2565 | 2024.08.18 06:17:47.366268 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2024.08.18 06:17:47.366430 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00163 sec., 14723.926380368099 rows/sec., 1.17 MiB/sec. | ||
2567 | 2024.08.18 06:17:47.366625 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Debug> DynamicQueryHandler: Done processing query | ||
2568 | 2024.08.18 06:17:47.366651 [ 3 ] {0fbb599e-c68a-4f90-bc55-0fd809e05ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2569 | 2024.08.18 06:17:47.366668 [ 3 ] {} <Debug> HTTP-Session: 454230ea-0cd2-41bb-ba8f-bcc234bdc9dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.08.18 06:17:47.366960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2571 | 2024.08.18 06:17:47.367009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2572 | 2024.08.18 06:17:47.367028 [ 3 ] {} <Debug> HTTP-Session: 0bf57798-524a-40f9-84e7-390bd81cf722 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2573 | 2024.08.18 06:17:47.367045 [ 3 ] {} <Debug> HTTP-Session: 0bf57798-524a-40f9-84e7-390bd81cf722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.08.18 06:17:47.367059 [ 3 ] {} <Debug> HTTP-Session: 0bf57798-524a-40f9-84e7-390bd81cf722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.08.18 06:17:47.367090 [ 3 ] {} <Trace> HTTP-Session: 0bf57798-524a-40f9-84e7-390bd81cf722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2576 | 2024.08.18 06:17:47.367264 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2577 | 2024.08.18 06:17:47.367307 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2578 | 2024.08.18 06:17:47.367431 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2579 | 2024.08.18 06:17:47.368008 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2580 | 2024.08.18 06:17:47.368046 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2581 | 2024.08.18 06:17:47.368370 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2582 | 2024.08.18 06:17:47.368668 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2583 | 2024.08.18 06:17:47.368819 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001636 sec., 159535.4523227384 rows/sec., 13.95 MiB/sec. | ||
2584 | 2024.08.18 06:17:47.369030 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Debug> DynamicQueryHandler: Done processing query | ||
2585 | 2024.08.18 06:17:47.369054 [ 3 ] {371152ee-4183-4a8f-8fa7-52b4c9e31fc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2586 | 2024.08.18 06:17:47.369070 [ 3 ] {} <Debug> HTTP-Session: 0bf57798-524a-40f9-84e7-390bd81cf722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.08.18 06:17:47.369208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2588 | 2024.08.18 06:17:47.369256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2589 | 2024.08.18 06:17:47.369275 [ 3 ] {} <Debug> HTTP-Session: e90eccf4-b166-4660-9948-de0c9b74e03b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2590 | 2024.08.18 06:17:47.369292 [ 3 ] {} <Debug> HTTP-Session: e90eccf4-b166-4660-9948-de0c9b74e03b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.08.18 06:17:47.369306 [ 3 ] {} <Debug> HTTP-Session: e90eccf4-b166-4660-9948-de0c9b74e03b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.08.18 06:17:47.369342 [ 3 ] {} <Trace> HTTP-Session: e90eccf4-b166-4660-9948-de0c9b74e03b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2593 | 2024.08.18 06:17:47.369440 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2594 | 2024.08.18 06:17:47.369482 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2595 | 2024.08.18 06:17:47.369608 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2596 | 2024.08.18 06:17:47.369889 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2597 | 2024.08.18 06:17:47.369926 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2598 | 2024.08.18 06:17:47.370229 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2599 | 2024.08.18 06:17:47.370536 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2600 | 2024.08.18 06:17:47.370685 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001269 sec., 11032.308904649331 rows/sec., 772.63 KiB/sec. | ||
2601 | 2024.08.18 06:17:47.370949 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Debug> DynamicQueryHandler: Done processing query | ||
2602 | 2024.08.18 06:17:47.370974 [ 3 ] {a1806b5a-7c8b-46ae-8ec8-bc31019aa004} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2603 | 2024.08.18 06:17:47.370990 [ 3 ] {} <Debug> HTTP-Session: e90eccf4-b166-4660-9948-de0c9b74e03b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.08.18 06:17:47.371105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2605 | 2024.08.18 06:17:47.371152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2606 | 2024.08.18 06:17:47.371172 [ 3 ] {} <Debug> HTTP-Session: de1370d0-d4c9-4b4f-8ea4-0776ce5456f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2607 | 2024.08.18 06:17:47.371189 [ 3 ] {} <Debug> HTTP-Session: de1370d0-d4c9-4b4f-8ea4-0776ce5456f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.08.18 06:17:47.371203 [ 3 ] {} <Debug> HTTP-Session: de1370d0-d4c9-4b4f-8ea4-0776ce5456f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.08.18 06:17:47.371233 [ 3 ] {} <Trace> HTTP-Session: de1370d0-d4c9-4b4f-8ea4-0776ce5456f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2024.08.18 06:17:47.371327 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2611 | 2024.08.18 06:17:47.371372 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2612 | 2024.08.18 06:17:47.371515 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2613 | 2024.08.18 06:17:47.371789 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2614 | 2024.08.18 06:17:47.371827 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2615 | 2024.08.18 06:17:47.372126 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2616 | 2024.08.18 06:17:47.372424 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2617 | 2024.08.18 06:17:47.372575 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 279.35 KiB/sec. | ||
2618 | 2024.08.18 06:17:47.372775 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Debug> DynamicQueryHandler: Done processing query | ||
2619 | 2024.08.18 06:17:47.372799 [ 3 ] {ac76308d-fa2b-44bf-8ba0-e1760473beb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2620 | 2024.08.18 06:17:47.372814 [ 3 ] {} <Debug> HTTP-Session: de1370d0-d4c9-4b4f-8ea4-0776ce5456f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.08.18 06:17:47.373044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2622 | 2024.08.18 06:17:47.373091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2623 | 2024.08.18 06:17:47.373111 [ 3 ] {} <Debug> HTTP-Session: 153982a2-f6c9-47c9-86c0-8840d8a92e86 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2624 | 2024.08.18 06:17:47.373127 [ 3 ] {} <Debug> HTTP-Session: 153982a2-f6c9-47c9-86c0-8840d8a92e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.08.18 06:17:47.373141 [ 3 ] {} <Debug> HTTP-Session: 153982a2-f6c9-47c9-86c0-8840d8a92e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2626 | 2024.08.18 06:17:47.373172 [ 3 ] {} <Trace> HTTP-Session: 153982a2-f6c9-47c9-86c0-8840d8a92e86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2627 | 2024.08.18 06:17:47.373371 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2628 | 2024.08.18 06:17:47.373414 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2629 | 2024.08.18 06:17:47.373540 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2630 | 2024.08.18 06:17:47.374168 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2631 | 2024.08.18 06:17:47.374205 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2632 | 2024.08.18 06:17:47.374521 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2633 | 2024.08.18 06:17:47.374812 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2634 | 2024.08.18 06:17:47.374968 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001702 sec., 238542.89071680375 rows/sec., 16.99 MiB/sec. | ||
2635 | 2024.08.18 06:17:47.375228 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Debug> DynamicQueryHandler: Done processing query | ||
2636 | 2024.08.18 06:17:47.375253 [ 3 ] {24c5f84c-9766-4f56-8cc4-241fc2b8519f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2637 | 2024.08.18 06:17:47.375270 [ 3 ] {} <Debug> HTTP-Session: 153982a2-f6c9-47c9-86c0-8840d8a92e86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.08.18 06:17:47.375413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2639 | 2024.08.18 06:17:47.375461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2640 | 2024.08.18 06:17:47.375480 [ 3 ] {} <Debug> HTTP-Session: be93e199-a790-4612-a7ff-a2fd681d1008 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2641 | 2024.08.18 06:17:47.375496 [ 3 ] {} <Debug> HTTP-Session: be93e199-a790-4612-a7ff-a2fd681d1008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.08.18 06:17:47.375510 [ 3 ] {} <Debug> HTTP-Session: be93e199-a790-4612-a7ff-a2fd681d1008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.08.18 06:17:47.375541 [ 3 ] {} <Trace> HTTP-Session: be93e199-a790-4612-a7ff-a2fd681d1008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2644 | 2024.08.18 06:17:47.375636 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2645 | 2024.08.18 06:17:47.375681 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2646 | 2024.08.18 06:17:47.375828 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2647 | 2024.08.18 06:17:47.376109 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2648 | 2024.08.18 06:17:47.376145 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2649 | 2024.08.18 06:17:47.376499 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2650 | 2024.08.18 06:17:47.376817 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2651 | 2024.08.18 06:17:47.376973 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
2652 | 2024.08.18 06:17:47.377183 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Debug> DynamicQueryHandler: Done processing query | ||
2653 | 2024.08.18 06:17:47.377207 [ 3 ] {7072f588-386c-498d-b609-c8ace461d5b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2654 | 2024.08.18 06:17:47.377223 [ 3 ] {} <Debug> HTTP-Session: be93e199-a790-4612-a7ff-a2fd681d1008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.08.18 06:17:47.377448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2656 | 2024.08.18 06:17:47.377495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2657 | 2024.08.18 06:17:47.377514 [ 3 ] {} <Debug> HTTP-Session: 34664b0b-0034-40f9-bef4-319461dc28ba Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2658 | 2024.08.18 06:17:47.377531 [ 3 ] {} <Debug> HTTP-Session: 34664b0b-0034-40f9-bef4-319461dc28ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.08.18 06:17:47.377545 [ 3 ] {} <Debug> HTTP-Session: 34664b0b-0034-40f9-bef4-319461dc28ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2660 | 2024.08.18 06:17:47.377575 [ 3 ] {} <Trace> HTTP-Session: 34664b0b-0034-40f9-bef4-319461dc28ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2661 | 2024.08.18 06:17:47.377790 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2662 | 2024.08.18 06:17:47.377836 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2663 | 2024.08.18 06:17:47.377977 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2664 | 2024.08.18 06:17:47.378417 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2665 | 2024.08.18 06:17:47.378453 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2666 | 2024.08.18 06:17:47.378826 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2667 | 2024.08.18 06:17:47.379152 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2668 | 2024.08.18 06:17:47.379307 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00165 sec., 143636.36363636365 rows/sec., 9.63 MiB/sec. | ||
2669 | 2024.08.18 06:17:47.379478 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Debug> DynamicQueryHandler: Done processing query | ||
2670 | 2024.08.18 06:17:47.379502 [ 3 ] {23690ad1-a523-46b4-9648-bddbc1378ad0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2671 | 2024.08.18 06:17:47.379518 [ 3 ] {} <Debug> HTTP-Session: 34664b0b-0034-40f9-bef4-319461dc28ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2672 | 2024.08.18 06:17:47.379641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2673 | 2024.08.18 06:17:47.379689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2674 | 2024.08.18 06:17:47.379708 [ 3 ] {} <Debug> HTTP-Session: 912c6514-fceb-448d-9959-e56db719d20f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2675 | 2024.08.18 06:17:47.379725 [ 3 ] {} <Debug> HTTP-Session: 912c6514-fceb-448d-9959-e56db719d20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2676 | 2024.08.18 06:17:47.379739 [ 3 ] {} <Debug> HTTP-Session: 912c6514-fceb-448d-9959-e56db719d20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2677 | 2024.08.18 06:17:47.379769 [ 3 ] {} <Trace> HTTP-Session: 912c6514-fceb-448d-9959-e56db719d20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2678 | 2024.08.18 06:17:47.379862 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2679 | 2024.08.18 06:17:47.379905 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2680 | 2024.08.18 06:17:47.380031 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2681 | 2024.08.18 06:17:47.380333 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2682 | 2024.08.18 06:17:47.380370 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2683 | 2024.08.18 06:17:47.380716 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2684 | 2024.08.18 06:17:47.381025 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2685 | 2024.08.18 06:17:47.381170 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
2686 | 2024.08.18 06:17:47.381441 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Debug> DynamicQueryHandler: Done processing query | ||
2687 | 2024.08.18 06:17:47.381471 [ 3 ] {991286fd-fea1-48e5-9030-139b83b44913} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2688 | 2024.08.18 06:17:47.381487 [ 3 ] {} <Debug> HTTP-Session: 912c6514-fceb-448d-9959-e56db719d20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2689 | 2024.08.18 06:17:47.381631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2690 | 2024.08.18 06:17:47.381680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2691 | 2024.08.18 06:17:47.381698 [ 3 ] {} <Debug> HTTP-Session: ed84a083-2f7e-4e0e-bb64-37e0f223a6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2692 | 2024.08.18 06:17:47.381715 [ 3 ] {} <Debug> HTTP-Session: ed84a083-2f7e-4e0e-bb64-37e0f223a6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2693 | 2024.08.18 06:17:47.381729 [ 3 ] {} <Debug> HTTP-Session: ed84a083-2f7e-4e0e-bb64-37e0f223a6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.08.18 06:17:47.381760 [ 3 ] {} <Trace> HTTP-Session: ed84a083-2f7e-4e0e-bb64-37e0f223a6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2695 | 2024.08.18 06:17:47.382036 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2696 | 2024.08.18 06:17:47.382105 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <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 | ||
2697 | 2024.08.18 06:17:47.382523 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2698 | 2024.08.18 06:17:47.383183 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2699 | 2024.08.18 06:17:47.383221 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2700 | 2024.08.18 06:17:47.383808 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2701 | 2024.08.18 06:17:47.384195 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2702 | 2024.08.18 06:17:47.384374 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002536 sec., 9463.72239747634 rows/sec., 16.96 MiB/sec. | ||
2703 | 2024.08.18 06:17:47.384627 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Debug> DynamicQueryHandler: Done processing query | ||
2704 | 2024.08.18 06:17:47.384651 [ 3 ] {710bf48c-52d6-4b47-a7d8-969868952dcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2705 | 2024.08.18 06:17:47.384667 [ 3 ] {} <Debug> HTTP-Session: ed84a083-2f7e-4e0e-bb64-37e0f223a6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2706 | 2024.08.18 06:17:47.384821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2707 | 2024.08.18 06:17:47.384868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2708 | 2024.08.18 06:17:47.384888 [ 3 ] {} <Debug> HTTP-Session: dd978126-6203-4aa3-867d-bce6409bb88a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2709 | 2024.08.18 06:17:47.384905 [ 3 ] {} <Debug> HTTP-Session: dd978126-6203-4aa3-867d-bce6409bb88a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2710 | 2024.08.18 06:17:47.384920 [ 3 ] {} <Debug> HTTP-Session: dd978126-6203-4aa3-867d-bce6409bb88a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.08.18 06:17:47.384950 [ 3 ] {} <Trace> HTTP-Session: dd978126-6203-4aa3-867d-bce6409bb88a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2712 | 2024.08.18 06:17:47.385095 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2713 | 2024.08.18 06:17:47.385139 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2714 | 2024.08.18 06:17:47.385266 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2715 | 2024.08.18 06:17:47.385676 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2716 | 2024.08.18 06:17:47.385714 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2717 | 2024.08.18 06:17:47.386062 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2718 | 2024.08.18 06:17:47.386378 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2719 | 2024.08.18 06:17:47.386531 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
2720 | 2024.08.18 06:17:47.386803 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Debug> DynamicQueryHandler: Done processing query | ||
2721 | 2024.08.18 06:17:47.386826 [ 3 ] {6c5bb5dd-c84b-4185-9849-a28ec89aaaea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2722 | 2024.08.18 06:17:47.386842 [ 3 ] {} <Debug> HTTP-Session: dd978126-6203-4aa3-867d-bce6409bb88a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2723 | 2024.08.18 06:17:52.358661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2724 | 2024.08.18 06:17:52.358786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2725 | 2024.08.18 06:17:52.358815 [ 3 ] {} <Debug> HTTP-Session: 393fabe5-dff5-4946-8d29-0c016ba9b007 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2726 | 2024.08.18 06:17:52.358844 [ 3 ] {} <Debug> HTTP-Session: 393fabe5-dff5-4946-8d29-0c016ba9b007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2727 | 2024.08.18 06:17:52.358862 [ 3 ] {} <Debug> HTTP-Session: 393fabe5-dff5-4946-8d29-0c016ba9b007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.08.18 06:17:52.358913 [ 3 ] {} <Trace> HTTP-Session: 393fabe5-dff5-4946-8d29-0c016ba9b007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2729 | 2024.08.18 06:17:52.359100 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2730 | 2024.08.18 06:17:52.359165 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2731 | 2024.08.18 06:17:52.359351 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2732 | 2024.08.18 06:17:52.359838 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2733 | 2024.08.18 06:17:52.359881 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2734 | 2024.08.18 06:17:52.360252 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2735 | 2024.08.18 06:17:52.360594 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2736 | 2024.08.18 06:17:52.360766 [ 67 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2737 | 2024.08.18 06:17:52.360777 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.47 MiB/sec. | ||
2738 | 2024.08.18 06:17:52.360854 [ 67 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2739 | 2024.08.18 06:17:52.360915 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2740 | 2024.08.18 06:17:52.361069 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
2741 | 2024.08.18 06:17:52.361126 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Debug> DynamicQueryHandler: Done processing query | ||
2742 | 2024.08.18 06:17:52.361160 [ 3 ] {a85176c1-998b-4e70-95d8-713c252fcb42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2743 | 2024.08.18 06:17:52.361183 [ 3 ] {} <Debug> HTTP-Session: 393fabe5-dff5-4946-8d29-0c016ba9b007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2744 | 2024.08.18 06:17:52.361244 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2745 | 2024.08.18 06:17:52.361282 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part | ||
2746 | 2024.08.18 06:17:52.361362 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part | ||
2747 | 2024.08.18 06:17:52.361438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2748 | 2024.08.18 06:17:52.361660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2749 | 2024.08.18 06:17:52.361813 [ 3 ] {} <Debug> HTTP-Session: 18655006-3749-4cb1-bcde-87e4dfb14f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2750 | 2024.08.18 06:17:52.361814 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
2751 | 2024.08.18 06:17:52.361852 [ 3 ] {} <Debug> HTTP-Session: 18655006-3749-4cb1-bcde-87e4dfb14f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2752 | 2024.08.18 06:17:52.361882 [ 3 ] {} <Debug> HTTP-Session: 18655006-3749-4cb1-bcde-87e4dfb14f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.08.18 06:17:52.361966 [ 3 ] {} <Trace> HTTP-Session: 18655006-3749-4cb1-bcde-87e4dfb14f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2754 | 2024.08.18 06:17:52.361994 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2755 | 2024.08.18 06:17:52.362089 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 261 rows starting from the beginning of the part | ||
2756 | 2024.08.18 06:17:52.362296 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2757 | 2024.08.18 06:17:52.362327 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2758 | 2024.08.18 06:17:52.362436 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2759 | 2024.08.18 06:17:52.362811 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2760 | 2024.08.18 06:17:52.363361 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2024.08.18 06:17:52.363410 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2762 | 2024.08.18 06:17:52.363880 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2763 | 2024.08.18 06:17:52.364373 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2019 rows, containing 4 columns (4 merged, 0 gathered) in 0.003372332 sec., 598695.5021035889 rows/sec., 50.06 MiB/sec. | ||
2764 | 2024.08.18 06:17:52.364377 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2765 | 2024.08.18 06:17:52.364593 [ 67 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2766 | 2024.08.18 06:17:52.364617 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002488 sec., 25723.47266881029 rows/sec., 2.01 MiB/sec. | ||
2767 | 2024.08.18 06:17:52.364683 [ 67 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2768 | 2024.08.18 06:17:52.364715 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2769 | 2024.08.18 06:17:52.364786 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2770 | 2024.08.18 06:17:52.365270 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Debug> DynamicQueryHandler: Done processing query | ||
2771 | 2024.08.18 06:17:52.365408 [ 3 ] {630ac292-ad32-48e0-ac56-c1cf7206449b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2772 | 2024.08.18 06:17:52.365425 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
2773 | 2024.08.18 06:17:52.365484 [ 3 ] {} <Debug> HTTP-Session: 18655006-3749-4cb1-bcde-87e4dfb14f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2774 | 2024.08.18 06:17:52.365742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2775 | 2024.08.18 06:17:52.365762 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2776 | 2024.08.18 06:17:52.365815 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
2777 | 2024.08.18 06:17:52.365833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2778 | 2024.08.18 06:17:52.365878 [ 3 ] {} <Debug> HTTP-Session: 5b5eb5d5-511f-4cf7-8a1f-154bcdd82afa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2779 | 2024.08.18 06:17:52.365963 [ 3 ] {} <Debug> HTTP-Session: 5b5eb5d5-511f-4cf7-8a1f-154bcdd82afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.08.18 06:17:52.365987 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 838 rows starting from the beginning of the part | ||
2781 | 2024.08.18 06:17:52.366023 [ 3 ] {} <Debug> HTTP-Session: 5b5eb5d5-511f-4cf7-8a1f-154bcdd82afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.08.18 06:17:52.366240 [ 3 ] {} <Trace> HTTP-Session: 5b5eb5d5-511f-4cf7-8a1f-154bcdd82afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2783 | 2024.08.18 06:17:52.366302 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 95 rows starting from the beginning of the part | ||
2784 | 2024.08.18 06:17:52.366690 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2785 | 2024.08.18 06:17:52.366701 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2786 | 2024.08.18 06:17:52.366903 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 406 rows starting from the beginning of the part | ||
2787 | 2024.08.18 06:17:52.366923 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2788 | 2024.08.18 06:17:52.367120 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_11_2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2789 | 2024.08.18 06:17:52.367152 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2790 | 2024.08.18 06:17:52.367227 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2791 | 2024.08.18 06:17:52.367601 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
2792 | 2024.08.18 06:17:52.367854 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2793 | 2024.08.18 06:17:52.368538 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2794 | 2024.08.18 06:17:52.368591 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2795 | 2024.08.18 06:17:52.369166 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004183908 sec., 441931.32353770686 rows/sec., 32.00 MiB/sec. | ||
2796 | 2024.08.18 06:17:52.369176 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2797 | 2024.08.18 06:17:52.369447 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2798 | 2024.08.18 06:17:52.370046 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2799 | 2024.08.18 06:17:52.370313 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2800 | 2024.08.18 06:17:52.370344 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003695 sec., 43301.75913396482 rows/sec., 3.02 MiB/sec. | ||
2801 | 2024.08.18 06:17:52.370375 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2802 | 2024.08.18 06:17:52.370451 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2803 | 2024.08.18 06:17:52.370461 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2804 | 2024.08.18 06:17:52.370837 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
2805 | 2024.08.18 06:17:52.370857 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_11_2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2806 | 2024.08.18 06:17:52.370880 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Debug> DynamicQueryHandler: Done processing query | ||
2807 | 2024.08.18 06:17:52.370935 [ 3 ] {9e67e900-6bc1-4337-a479-940dc999dd25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2808 | 2024.08.18 06:17:52.371006 [ 3 ] {} <Debug> HTTP-Session: 5b5eb5d5-511f-4cf7-8a1f-154bcdd82afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.08.18 06:17:52.371135 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
2810 | 2024.08.18 06:17:52.371228 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2811 | 2024.08.18 06:17:52.371240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2812 | 2024.08.18 06:17:52.371271 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1010 rows starting from the beginning of the part | ||
2813 | 2024.08.18 06:17:52.371305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2814 | 2024.08.18 06:17:52.371380 [ 3 ] {} <Debug> HTTP-Session: 8b9e07aa-4613-426a-b1b7-3487fc4677f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2815 | 2024.08.18 06:17:52.371469 [ 3 ] {} <Debug> HTTP-Session: 8b9e07aa-4613-426a-b1b7-3487fc4677f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.08.18 06:17:52.371470 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2149 rows starting from the beginning of the part | ||
2817 | 2024.08.18 06:17:52.371532 [ 3 ] {} <Debug> HTTP-Session: 8b9e07aa-4613-426a-b1b7-3487fc4677f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2818 | 2024.08.18 06:17:52.371665 [ 3 ] {} <Trace> HTTP-Session: 8b9e07aa-4613-426a-b1b7-3487fc4677f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2819 | 2024.08.18 06:17:52.371804 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
2820 | 2024.08.18 06:17:52.372011 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2821 | 2024.08.18 06:17:52.372159 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
2822 | 2024.08.18 06:17:52.372196 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2823 | 2024.08.18 06:17:52.372530 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
2824 | 2024.08.18 06:17:52.372982 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
2825 | 2024.08.18 06:17:52.373516 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2826 | 2024.08.18 06:17:52.373982 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2827 | 2024.08.18 06:17:52.374024 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2828 | 2024.08.18 06:17:52.374573 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2829 | 2024.08.18 06:17:52.374963 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2830 | 2024.08.18 06:17:52.375125 [ 64 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2831 | 2024.08.18 06:17:52.375202 [ 64 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2832 | 2024.08.18 06:17:52.375236 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003371 sec., 17798.872738059923 rows/sec., 1.20 MiB/sec. | ||
2833 | 2024.08.18 06:17:52.375252 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2834 | 2024.08.18 06:17:52.375399 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3748 rows, containing 5 columns (5 merged, 0 gathered) in 0.00479019 sec., 782432.4296113516 rows/sec., 52.81 MiB/sec. | ||
2835 | 2024.08.18 06:17:52.375842 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Debug> DynamicQueryHandler: Done processing query | ||
2836 | 2024.08.18 06:17:52.375928 [ 3 ] {14d4cbd4-ec58-48fc-a1fa-973af81ad004} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2837 | 2024.08.18 06:17:52.375932 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2838 | 2024.08.18 06:17:52.376028 [ 3 ] {} <Debug> HTTP-Session: 8b9e07aa-4613-426a-b1b7-3487fc4677f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.08.18 06:17:52.376217 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
2840 | 2024.08.18 06:17:52.376692 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2841 | 2024.08.18 06:17:52.376766 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 362 rows starting from the beginning of the part | ||
2842 | 2024.08.18 06:17:52.377019 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 70 rows starting from the beginning of the part | ||
2843 | 2024.08.18 06:17:52.377090 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2844 | 2024.08.18 06:17:52.377407 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
2845 | 2024.08.18 06:17:52.377421 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2846 | 2024.08.18 06:17:52.377676 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
2847 | 2024.08.18 06:17:52.377690 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
2848 | 2024.08.18 06:17:52.377803 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
2849 | 2024.08.18 06:17:52.378008 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
2850 | 2024.08.18 06:17:52.379248 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 4 columns (4 merged, 0 gathered) in 0.003667159 sec., 176158.1649445797 rows/sec., 11.52 MiB/sec. | ||
2851 | 2024.08.18 06:17:52.379467 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2852 | 2024.08.18 06:17:52.379899 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2853 | 2024.08.18 06:17:52.379990 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_11_2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2854 | 2024.08.18 06:17:52.380077 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2855 | 2024.08.18 06:17:55.223876 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2856 | 2024.08.18 06:17:55.223930 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2857 | 2024.08.18 06:17:57.364678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2858 | 2024.08.18 06:17:57.364811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2859 | 2024.08.18 06:17:57.364834 [ 3 ] {} <Debug> HTTP-Session: 5eb5c825-e4c0-46f6-aad8-787b6f8c6abe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2860 | 2024.08.18 06:17:57.364859 [ 3 ] {} <Debug> HTTP-Session: 5eb5c825-e4c0-46f6-aad8-787b6f8c6abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.08.18 06:17:57.364875 [ 3 ] {} <Debug> HTTP-Session: 5eb5c825-e4c0-46f6-aad8-787b6f8c6abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.08.18 06:17:57.364924 [ 3 ] {} <Trace> HTTP-Session: 5eb5c825-e4c0-46f6-aad8-787b6f8c6abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2863 | 2024.08.18 06:17:57.365113 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2864 | 2024.08.18 06:17:57.365180 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2865 | 2024.08.18 06:17:57.365372 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2866 | 2024.08.18 06:17:57.365826 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2867 | 2024.08.18 06:17:57.365871 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2868 | 2024.08.18 06:17:57.366241 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2869 | 2024.08.18 06:17:57.366583 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2870 | 2024.08.18 06:17:57.366742 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001681 sec., 14277.215942891136 rows/sec., 1.13 MiB/sec. | ||
2871 | 2024.08.18 06:17:57.366983 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Debug> DynamicQueryHandler: Done processing query | ||
2872 | 2024.08.18 06:17:57.367010 [ 3 ] {9537d03b-7ca9-4818-916e-cd0e74356bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2873 | 2024.08.18 06:17:57.367026 [ 3 ] {} <Debug> HTTP-Session: 5eb5c825-e4c0-46f6-aad8-787b6f8c6abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.08.18 06:17:57.367257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2875 | 2024.08.18 06:17:57.367309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2876 | 2024.08.18 06:17:57.367329 [ 3 ] {} <Debug> HTTP-Session: 84d6e138-9d34-4d6a-9927-ab15343b3c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2877 | 2024.08.18 06:17:57.367346 [ 3 ] {} <Debug> HTTP-Session: 84d6e138-9d34-4d6a-9927-ab15343b3c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.08.18 06:17:57.367360 [ 3 ] {} <Debug> HTTP-Session: 84d6e138-9d34-4d6a-9927-ab15343b3c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.08.18 06:17:57.367392 [ 3 ] {} <Trace> HTTP-Session: 84d6e138-9d34-4d6a-9927-ab15343b3c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2880 | 2024.08.18 06:17:57.367564 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.08.18 06:17:57.367608 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2882 | 2024.08.18 06:17:57.367734 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2883 | 2024.08.18 06:17:57.368260 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2884 | 2024.08.18 06:17:57.368297 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2885 | 2024.08.18 06:17:57.368636 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2886 | 2024.08.18 06:17:57.368944 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2887 | 2024.08.18 06:17:57.369101 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001621 sec., 161011.72115977792 rows/sec., 14.08 MiB/sec. | ||
2888 | 2024.08.18 06:17:57.369405 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Debug> DynamicQueryHandler: Done processing query | ||
2889 | 2024.08.18 06:17:57.369431 [ 3 ] {1227bf46-0db9-4b5a-850f-a884e3f4f10d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2890 | 2024.08.18 06:17:57.369447 [ 3 ] {} <Debug> HTTP-Session: 84d6e138-9d34-4d6a-9927-ab15343b3c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.08.18 06:17:57.369569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.08.18 06:17:57.369617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2893 | 2024.08.18 06:17:57.369636 [ 3 ] {} <Debug> HTTP-Session: fea901cb-bf69-4162-9ba6-cc775d84122d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2894 | 2024.08.18 06:17:57.369653 [ 3 ] {} <Debug> HTTP-Session: fea901cb-bf69-4162-9ba6-cc775d84122d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.08.18 06:17:57.369667 [ 3 ] {} <Debug> HTTP-Session: fea901cb-bf69-4162-9ba6-cc775d84122d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.08.18 06:17:57.369697 [ 3 ] {} <Trace> HTTP-Session: fea901cb-bf69-4162-9ba6-cc775d84122d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2024.08.18 06:17:57.369796 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2898 | 2024.08.18 06:17:57.369840 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2899 | 2024.08.18 06:17:57.370001 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2900 | 2024.08.18 06:17:57.370314 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2901 | 2024.08.18 06:17:57.370352 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2902 | 2024.08.18 06:17:57.370663 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2903 | 2024.08.18 06:17:57.370972 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.08.18 06:17:57.371129 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001354 sec., 10339.7341211226 rows/sec., 724.13 KiB/sec. | ||
2905 | 2024.08.18 06:17:57.371302 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Debug> DynamicQueryHandler: Done processing query | ||
2906 | 2024.08.18 06:17:57.371328 [ 3 ] {4c62058e-88a4-443a-87e4-72916e8f59b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2907 | 2024.08.18 06:17:57.371344 [ 3 ] {} <Debug> HTTP-Session: fea901cb-bf69-4162-9ba6-cc775d84122d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.08.18 06:17:57.371468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2909 | 2024.08.18 06:17:57.371516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2910 | 2024.08.18 06:17:57.371535 [ 3 ] {} <Debug> HTTP-Session: a3090f2e-d3dc-460b-8282-2f401234336a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2911 | 2024.08.18 06:17:57.371552 [ 3 ] {} <Debug> HTTP-Session: a3090f2e-d3dc-460b-8282-2f401234336a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.08.18 06:17:57.371566 [ 3 ] {} <Debug> HTTP-Session: a3090f2e-d3dc-460b-8282-2f401234336a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.08.18 06:17:57.371597 [ 3 ] {} <Trace> HTTP-Session: a3090f2e-d3dc-460b-8282-2f401234336a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2024.08.18 06:17:57.371691 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.08.18 06:17:57.371733 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2916 | 2024.08.18 06:17:57.371862 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.08.18 06:17:57.372153 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.08.18 06:17:57.372190 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2919 | 2024.08.18 06:17:57.372499 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2920 | 2024.08.18 06:17:57.372804 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.08.18 06:17:57.372946 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 278.25 KiB/sec. | ||
2922 | 2024.08.18 06:17:57.372967 [ 59 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2923 | 2024.08.18 06:17:57.373069 [ 59 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2924 | 2024.08.18 06:17:57.373112 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2925 | 2024.08.18 06:17:57.373196 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Debug> DynamicQueryHandler: Done processing query | ||
2926 | 2024.08.18 06:17:57.373256 [ 3 ] {e49aef23-6b2e-4c96-9729-300c046ace6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2927 | 2024.08.18 06:17:57.373290 [ 3 ] {} <Debug> HTTP-Session: a3090f2e-d3dc-460b-8282-2f401234336a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.08.18 06:17:57.373298 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::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 | ||
2929 | 2024.08.18 06:17:57.373501 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2930 | 2024.08.18 06:17:57.373553 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
2931 | 2024.08.18 06:17:57.373562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2932 | 2024.08.18 06:17:57.373697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2933 | 2024.08.18 06:17:57.373782 [ 3 ] {} <Debug> HTTP-Session: 810fa402-eca6-499a-af4f-bc6bc7a1482d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2934 | 2024.08.18 06:17:57.373791 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
2935 | 2024.08.18 06:17:57.373842 [ 3 ] {} <Debug> HTTP-Session: 810fa402-eca6-499a-af4f-bc6bc7a1482d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2936 | 2024.08.18 06:17:57.373901 [ 3 ] {} <Debug> HTTP-Session: 810fa402-eca6-499a-af4f-bc6bc7a1482d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2937 | 2024.08.18 06:17:57.374027 [ 3 ] {} <Trace> HTTP-Session: 810fa402-eca6-499a-af4f-bc6bc7a1482d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2938 | 2024.08.18 06:17:57.374081 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2939 | 2024.08.18 06:17:57.374418 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
2940 | 2024.08.18 06:17:57.374473 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2941 | 2024.08.18 06:17:57.374663 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2942 | 2024.08.18 06:17:57.374821 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
2943 | 2024.08.18 06:17:57.375509 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2944 | 2024.08.18 06:17:57.376236 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2945 | 2024.08.18 06:17:57.376275 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2946 | 2024.08.18 06:17:57.376601 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2947 | 2024.08.18 06:17:57.376906 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2024.08.18 06:17:57.377056 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.002808 sec., 144586.89458689457 rows/sec., 10.30 MiB/sec. | ||
2949 | 2024.08.18 06:17:57.377238 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Debug> DynamicQueryHandler: Done processing query | ||
2950 | 2024.08.18 06:17:57.377263 [ 3 ] {6e7e186a-2347-4b84-8556-b5b69e5da4f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2951 | 2024.08.18 06:17:57.377280 [ 3 ] {} <Debug> HTTP-Session: 810fa402-eca6-499a-af4f-bc6bc7a1482d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.08.18 06:17:57.377454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2953 | 2024.08.18 06:17:57.377502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2954 | 2024.08.18 06:17:57.377522 [ 3 ] {} <Debug> HTTP-Session: c2994adc-e013-49dc-a4e8-4cf550f058c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2955 | 2024.08.18 06:17:57.377540 [ 3 ] {} <Debug> HTTP-Session: c2994adc-e013-49dc-a4e8-4cf550f058c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2956 | 2024.08.18 06:17:57.377554 [ 3 ] {} <Debug> HTTP-Session: c2994adc-e013-49dc-a4e8-4cf550f058c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.08.18 06:17:57.377585 [ 3 ] {} <Trace> HTTP-Session: c2994adc-e013-49dc-a4e8-4cf550f058c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2958 | 2024.08.18 06:17:57.377679 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2959 | 2024.08.18 06:17:57.377724 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2960 | 2024.08.18 06:17:57.377893 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2961 | 2024.08.18 06:17:57.378233 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2962 | 2024.08.18 06:17:57.378270 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2963 | 2024.08.18 06:17:57.378625 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2964 | 2024.08.18 06:17:57.378946 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2965 | 2024.08.18 06:17:57.379109 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
2966 | 2024.08.18 06:17:57.379317 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Debug> DynamicQueryHandler: Done processing query | ||
2967 | 2024.08.18 06:17:57.379342 [ 3 ] {095f8464-06bb-482c-aedd-8598c53ee397} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2968 | 2024.08.18 06:17:57.379359 [ 3 ] {} <Debug> HTTP-Session: c2994adc-e013-49dc-a4e8-4cf550f058c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.08.18 06:17:57.379547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2970 | 2024.08.18 06:17:57.379596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2971 | 2024.08.18 06:17:57.379615 [ 3 ] {} <Debug> HTTP-Session: a30e52f8-2d49-4821-a745-ad348cc87a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2972 | 2024.08.18 06:17:57.379631 [ 3 ] {} <Debug> HTTP-Session: a30e52f8-2d49-4821-a745-ad348cc87a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2973 | 2024.08.18 06:17:57.379647 [ 3 ] {} <Debug> HTTP-Session: a30e52f8-2d49-4821-a745-ad348cc87a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2974 | 2024.08.18 06:17:57.379677 [ 3 ] {} <Trace> HTTP-Session: a30e52f8-2d49-4821-a745-ad348cc87a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2975 | 2024.08.18 06:17:57.379871 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2976 | 2024.08.18 06:17:57.379981 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2977 | 2024.08.18 06:17:57.380776 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2978 | 2024.08.18 06:17:57.381230 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00803602 sec., 3733.1913061440864 rows/sec., 222.39 KiB/sec. | ||
2979 | 2024.08.18 06:17:57.381413 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2980 | 2024.08.18 06:17:57.381600 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2024.08.18 06:17:57.381651 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
2982 | 2024.08.18 06:17:57.382030 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.08.18 06:17:57.382142 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_5_1} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2984 | 2024.08.18 06:17:57.382229 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2985 | 2024.08.18 06:17:57.382227 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2986 | 2024.08.18 06:17:57.382582 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2987 | 2024.08.18 06:17:57.382740 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002974 sec., 79690.65232010759 rows/sec., 5.34 MiB/sec. | ||
2988 | 2024.08.18 06:17:57.382935 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Debug> DynamicQueryHandler: Done processing query | ||
2989 | 2024.08.18 06:17:57.382959 [ 3 ] {ff165dd0-2d69-4e55-9d18-dcab1c591786} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2990 | 2024.08.18 06:17:57.382975 [ 3 ] {} <Debug> HTTP-Session: a30e52f8-2d49-4821-a745-ad348cc87a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2991 | 2024.08.18 06:17:57.383098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2992 | 2024.08.18 06:17:57.383147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2993 | 2024.08.18 06:17:57.383166 [ 3 ] {} <Debug> HTTP-Session: 10fba86a-1231-44ca-aaa8-15add176127c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
2994 | 2024.08.18 06:17:57.383183 [ 3 ] {} <Debug> HTTP-Session: 10fba86a-1231-44ca-aaa8-15add176127c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.08.18 06:17:57.383197 [ 3 ] {} <Debug> HTTP-Session: 10fba86a-1231-44ca-aaa8-15add176127c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.08.18 06:17:57.383228 [ 3 ] {} <Trace> HTTP-Session: 10fba86a-1231-44ca-aaa8-15add176127c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2997 | 2024.08.18 06:17:57.383322 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2998 | 2024.08.18 06:17:57.383367 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2999 | 2024.08.18 06:17:57.383499 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3000 | 2024.08.18 06:17:57.383777 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3001 | 2024.08.18 06:17:57.383812 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3002 | 2024.08.18 06:17:57.384160 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3003 | 2024.08.18 06:17:57.384488 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3004 | 2024.08.18 06:17:57.384637 [ 59 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3005 | 2024.08.18 06:17:57.384652 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
3006 | 2024.08.18 06:17:57.384702 [ 59 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3007 | 2024.08.18 06:17:57.384757 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3008 | 2024.08.18 06:17:57.385023 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Debug> DynamicQueryHandler: Done processing query | ||
3009 | 2024.08.18 06:17:57.385071 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::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 | ||
3010 | 2024.08.18 06:17:57.385117 [ 3 ] {3fac5f6f-22ff-4c87-b432-f07dfe5ee061} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3011 | 2024.08.18 06:17:57.385198 [ 3 ] {} <Debug> HTTP-Session: 10fba86a-1231-44ca-aaa8-15add176127c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3012 | 2024.08.18 06:17:57.385339 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3013 | 2024.08.18 06:17:57.385379 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3014 | 2024.08.18 06:17:57.385431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3015 | 2024.08.18 06:17:57.385575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3016 | 2024.08.18 06:17:57.385595 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3017 | 2024.08.18 06:17:57.385646 [ 3 ] {} <Debug> HTTP-Session: 5f94fced-56e3-4532-9e4f-b95d30845693 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3018 | 2024.08.18 06:17:57.385724 [ 3 ] {} <Debug> HTTP-Session: 5f94fced-56e3-4532-9e4f-b95d30845693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3019 | 2024.08.18 06:17:57.385841 [ 3 ] {} <Debug> HTTP-Session: 5f94fced-56e3-4532-9e4f-b95d30845693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3020 | 2024.08.18 06:17:57.385927 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3021 | 2024.08.18 06:17:57.385937 [ 3 ] {} <Trace> HTTP-Session: 5f94fced-56e3-4532-9e4f-b95d30845693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3022 | 2024.08.18 06:17:57.386066 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3023 | 2024.08.18 06:17:57.386168 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3024 | 2024.08.18 06:17:57.386446 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.08.18 06:17:57.386577 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <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 | ||
3026 | 2024.08.18 06:17:57.387517 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3027 | 2024.08.18 06:17:57.388029 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00316575 sec., 1579.4045644791913 rows/sec., 106.42 KiB/sec. | ||
3028 | 2024.08.18 06:17:57.388248 [ 189 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3029 | 2024.08.18 06:17:57.389179 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3030 | 2024.08.18 06:17:57.389252 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3031 | 2024.08.18 06:17:57.389537 [ 189 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3032 | 2024.08.18 06:17:57.389765 [ 189 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_5_1} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3033 | 2024.08.18 06:17:57.389935 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.20 MiB. | ||
3034 | 2024.08.18 06:17:57.390373 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3035 | 2024.08.18 06:17:57.390808 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3036 | 2024.08.18 06:17:57.390989 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004895 sec., 4902.9622063329925 rows/sec., 8.79 MiB/sec. | ||
3037 | 2024.08.18 06:17:57.391252 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Debug> DynamicQueryHandler: Done processing query | ||
3038 | 2024.08.18 06:17:57.391277 [ 3 ] {4effa814-a31e-4615-afa7-14c69f62d5e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3039 | 2024.08.18 06:17:57.391293 [ 3 ] {} <Debug> HTTP-Session: 5f94fced-56e3-4532-9e4f-b95d30845693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.08.18 06:17:57.391427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3041 | 2024.08.18 06:17:57.391477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3042 | 2024.08.18 06:17:57.391497 [ 3 ] {} <Debug> HTTP-Session: ccd21486-5b1b-40fd-9527-05d0f2876a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3043 | 2024.08.18 06:17:57.391514 [ 3 ] {} <Debug> HTTP-Session: ccd21486-5b1b-40fd-9527-05d0f2876a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.08.18 06:17:57.391527 [ 3 ] {} <Debug> HTTP-Session: ccd21486-5b1b-40fd-9527-05d0f2876a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3045 | 2024.08.18 06:17:57.391558 [ 3 ] {} <Trace> HTTP-Session: ccd21486-5b1b-40fd-9527-05d0f2876a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3046 | 2024.08.18 06:17:57.391695 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3047 | 2024.08.18 06:17:57.391739 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3048 | 2024.08.18 06:17:57.391868 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3049 | 2024.08.18 06:17:57.392216 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3050 | 2024.08.18 06:17:57.392251 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3051 | 2024.08.18 06:17:57.392614 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3052 | 2024.08.18 06:17:57.392934 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2024.08.18 06:17:57.393087 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec. | ||
3054 | 2024.08.18 06:17:57.393254 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Debug> DynamicQueryHandler: Done processing query | ||
3055 | 2024.08.18 06:17:57.393278 [ 3 ] {6fdf84e9-f7c7-4408-9444-969bffaff12d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3056 | 2024.08.18 06:17:57.393294 [ 3 ] {} <Debug> HTTP-Session: ccd21486-5b1b-40fd-9527-05d0f2876a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.08.18 06:18:02.360546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3058 | 2024.08.18 06:18:02.360677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3059 | 2024.08.18 06:18:02.360702 [ 3 ] {} <Debug> HTTP-Session: d303c42d-22c8-4af4-812f-bccef5fedd65 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3060 | 2024.08.18 06:18:02.360726 [ 3 ] {} <Debug> HTTP-Session: d303c42d-22c8-4af4-812f-bccef5fedd65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.08.18 06:18:02.360741 [ 3 ] {} <Debug> HTTP-Session: d303c42d-22c8-4af4-812f-bccef5fedd65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.08.18 06:18:02.360789 [ 3 ] {} <Trace> HTTP-Session: d303c42d-22c8-4af4-812f-bccef5fedd65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3063 | 2024.08.18 06:18:02.360971 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3064 | 2024.08.18 06:18:02.361040 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3065 | 2024.08.18 06:18:02.361224 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.08.18 06:18:02.361679 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.08.18 06:18:02.361727 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3068 | 2024.08.18 06:18:02.362204 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3069 | 2024.08.18 06:18:02.362642 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3070 | 2024.08.18 06:18:02.362821 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001895 sec., 4749.34036939314 rows/sec., 384.96 KiB/sec. | ||
3071 | 2024.08.18 06:18:02.363021 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Debug> DynamicQueryHandler: Done processing query | ||
3072 | 2024.08.18 06:18:02.363047 [ 3 ] {1f95f5f8-f43a-4a3c-b783-c6959768dd9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3073 | 2024.08.18 06:18:02.363064 [ 3 ] {} <Debug> HTTP-Session: d303c42d-22c8-4af4-812f-bccef5fedd65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3074 | 2024.08.18 06:18:02.363234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3075 | 2024.08.18 06:18:02.363283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3076 | 2024.08.18 06:18:02.363304 [ 3 ] {} <Debug> HTTP-Session: 5f707115-83e0-43dc-b2fb-12a9c6900cae Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3077 | 2024.08.18 06:18:02.363320 [ 3 ] {} <Debug> HTTP-Session: 5f707115-83e0-43dc-b2fb-12a9c6900cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.08.18 06:18:02.363334 [ 3 ] {} <Debug> HTTP-Session: 5f707115-83e0-43dc-b2fb-12a9c6900cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.08.18 06:18:02.363366 [ 3 ] {} <Trace> HTTP-Session: 5f707115-83e0-43dc-b2fb-12a9c6900cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3080 | 2024.08.18 06:18:02.363482 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3081 | 2024.08.18 06:18:02.363525 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3082 | 2024.08.18 06:18:02.363654 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3083 | 2024.08.18 06:18:02.364039 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3084 | 2024.08.18 06:18:02.364076 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3085 | 2024.08.18 06:18:02.364386 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3086 | 2024.08.18 06:18:02.364687 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3087 | 2024.08.18 06:18:02.364837 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001389 sec., 59755.219582433405 rows/sec., 4.77 MiB/sec. | ||
3088 | 2024.08.18 06:18:02.365001 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Debug> DynamicQueryHandler: Done processing query | ||
3089 | 2024.08.18 06:18:02.365024 [ 3 ] {0b2940e4-5bdf-4b27-9c84-3a97b1437c3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3090 | 2024.08.18 06:18:02.365040 [ 3 ] {} <Debug> HTTP-Session: 5f707115-83e0-43dc-b2fb-12a9c6900cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3091 | 2024.08.18 06:18:02.365164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3092 | 2024.08.18 06:18:02.365212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3093 | 2024.08.18 06:18:02.365231 [ 3 ] {} <Debug> HTTP-Session: 2141f132-f1f0-41aa-8400-0804658a50a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3094 | 2024.08.18 06:18:02.365247 [ 3 ] {} <Debug> HTTP-Session: 2141f132-f1f0-41aa-8400-0804658a50a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.08.18 06:18:02.365260 [ 3 ] {} <Debug> HTTP-Session: 2141f132-f1f0-41aa-8400-0804658a50a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.08.18 06:18:02.365291 [ 3 ] {} <Trace> HTTP-Session: 2141f132-f1f0-41aa-8400-0804658a50a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3097 | 2024.08.18 06:18:02.365405 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3098 | 2024.08.18 06:18:02.365447 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3099 | 2024.08.18 06:18:02.365573 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3100 | 2024.08.18 06:18:02.365932 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3101 | 2024.08.18 06:18:02.365970 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3102 | 2024.08.18 06:18:02.366274 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3103 | 2024.08.18 06:18:02.366572 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3104 | 2024.08.18 06:18:02.366720 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001346 sec., 63893.01634472511 rows/sec., 5.00 MiB/sec. | ||
3105 | 2024.08.18 06:18:02.366885 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Debug> DynamicQueryHandler: Done processing query | ||
3106 | 2024.08.18 06:18:02.366910 [ 3 ] {cef236a5-4b1f-4ee9-b0f7-bfff1ec169d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3107 | 2024.08.18 06:18:02.366926 [ 3 ] {} <Debug> HTTP-Session: 2141f132-f1f0-41aa-8400-0804658a50a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3108 | 2024.08.18 06:18:02.367114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3109 | 2024.08.18 06:18:02.367161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3110 | 2024.08.18 06:18:02.367180 [ 3 ] {} <Debug> HTTP-Session: 24440791-d5c7-43f4-af3e-76f1cb89b5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3111 | 2024.08.18 06:18:02.367196 [ 3 ] {} <Debug> HTTP-Session: 24440791-d5c7-43f4-af3e-76f1cb89b5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3112 | 2024.08.18 06:18:02.367210 [ 3 ] {} <Debug> HTTP-Session: 24440791-d5c7-43f4-af3e-76f1cb89b5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.08.18 06:18:02.367241 [ 3 ] {} <Trace> HTTP-Session: 24440791-d5c7-43f4-af3e-76f1cb89b5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3114 | 2024.08.18 06:18:02.367385 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3115 | 2024.08.18 06:18:02.367431 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3116 | 2024.08.18 06:18:02.367576 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3117 | 2024.08.18 06:18:02.367973 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3118 | 2024.08.18 06:18:02.368009 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3119 | 2024.08.18 06:18:02.368388 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3120 | 2024.08.18 06:18:02.368741 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3121 | 2024.08.18 06:18:02.368899 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
3122 | 2024.08.18 06:18:02.369204 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Debug> DynamicQueryHandler: Done processing query | ||
3123 | 2024.08.18 06:18:02.369231 [ 3 ] {e30ef717-c187-4716-a504-6b3baf412d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3124 | 2024.08.18 06:18:02.369247 [ 3 ] {} <Debug> HTTP-Session: 24440791-d5c7-43f4-af3e-76f1cb89b5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.08.18 06:18:02.369377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3126 | 2024.08.18 06:18:02.369429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3127 | 2024.08.18 06:18:02.369448 [ 3 ] {} <Debug> HTTP-Session: 0d50b684-5175-454b-9258-11dcffc2a4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3128 | 2024.08.18 06:18:02.369464 [ 3 ] {} <Debug> HTTP-Session: 0d50b684-5175-454b-9258-11dcffc2a4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.08.18 06:18:02.369504 [ 3 ] {} <Debug> HTTP-Session: 0d50b684-5175-454b-9258-11dcffc2a4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.08.18 06:18:02.369536 [ 3 ] {} <Trace> HTTP-Session: 0d50b684-5175-454b-9258-11dcffc2a4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3131 | 2024.08.18 06:18:02.369714 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3132 | 2024.08.18 06:18:02.369782 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <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 | ||
3133 | 2024.08.18 06:18:02.370204 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3134 | 2024.08.18 06:18:02.370822 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3135 | 2024.08.18 06:18:02.370858 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3136 | 2024.08.18 06:18:02.371418 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3137 | 2024.08.18 06:18:02.371836 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3138 | 2024.08.18 06:18:02.372056 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002437 sec., 3693.0652441526468 rows/sec., 6.62 MiB/sec. | ||
3139 | 2024.08.18 06:18:02.372474 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Debug> DynamicQueryHandler: Done processing query | ||
3140 | 2024.08.18 06:18:02.372498 [ 3 ] {fd2df663-a4bf-4132-936b-a48c53ff06a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3141 | 2024.08.18 06:18:02.372514 [ 3 ] {} <Debug> HTTP-Session: 0d50b684-5175-454b-9258-11dcffc2a4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.08.18 06:18:02.372635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3143 | 2024.08.18 06:18:02.372682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3144 | 2024.08.18 06:18:02.372702 [ 3 ] {} <Debug> HTTP-Session: 0919b873-bd35-4521-a804-b7c95a9764d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3145 | 2024.08.18 06:18:02.372718 [ 3 ] {} <Debug> HTTP-Session: 0919b873-bd35-4521-a804-b7c95a9764d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.08.18 06:18:02.372731 [ 3 ] {} <Debug> HTTP-Session: 0919b873-bd35-4521-a804-b7c95a9764d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.08.18 06:18:02.372762 [ 3 ] {} <Trace> HTTP-Session: 0919b873-bd35-4521-a804-b7c95a9764d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3148 | 2024.08.18 06:18:02.372871 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3149 | 2024.08.18 06:18:02.372915 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3150 | 2024.08.18 06:18:02.373046 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3151 | 2024.08.18 06:18:02.373327 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.08.18 06:18:02.373363 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3153 | 2024.08.18 06:18:02.373709 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3154 | 2024.08.18 06:18:02.374022 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2024.08.18 06:18:02.374176 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001329 sec., 11286.68171557562 rows/sec., 818.58 KiB/sec. | ||
3156 | 2024.08.18 06:18:02.374452 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Debug> DynamicQueryHandler: Done processing query | ||
3157 | 2024.08.18 06:18:02.374476 [ 3 ] {9627788b-e2a9-4eb8-a96d-0e8c59180ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3158 | 2024.08.18 06:18:02.374492 [ 3 ] {} <Debug> HTTP-Session: 0919b873-bd35-4521-a804-b7c95a9764d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3159 | 2024.08.18 06:18:02.374609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3160 | 2024.08.18 06:18:02.374657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3161 | 2024.08.18 06:18:02.374676 [ 3 ] {} <Debug> HTTP-Session: 996a6fba-a677-47b8-977b-ff0df179fc9d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3162 | 2024.08.18 06:18:02.374692 [ 3 ] {} <Debug> HTTP-Session: 996a6fba-a677-47b8-977b-ff0df179fc9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.08.18 06:18:02.374705 [ 3 ] {} <Debug> HTTP-Session: 996a6fba-a677-47b8-977b-ff0df179fc9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.08.18 06:18:02.374736 [ 3 ] {} <Trace> HTTP-Session: 996a6fba-a677-47b8-977b-ff0df179fc9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3165 | 2024.08.18 06:18:02.374847 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3166 | 2024.08.18 06:18:02.374891 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3167 | 2024.08.18 06:18:02.375034 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3168 | 2024.08.18 06:18:02.375340 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3169 | 2024.08.18 06:18:02.375376 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3170 | 2024.08.18 06:18:02.375730 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3171 | 2024.08.18 06:18:02.376034 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3172 | 2024.08.18 06:18:02.376193 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
3173 | 2024.08.18 06:18:02.376359 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Debug> DynamicQueryHandler: Done processing query | ||
3174 | 2024.08.18 06:18:02.376382 [ 3 ] {63d830e5-198e-4e6a-94aa-b4e6d22d804c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3175 | 2024.08.18 06:18:02.376397 [ 3 ] {} <Debug> HTTP-Session: 996a6fba-a677-47b8-977b-ff0df179fc9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3176 | 2024.08.18 06:18:06.539491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3177 | 2024.08.18 06:18:06.539615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3178 | 2024.08.18 06:18:06.539641 [ 3 ] {} <Debug> HTTP-Session: 7c9b85e2-2e09-40a6-88cd-952edcdd00e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3179 | 2024.08.18 06:18:06.539665 [ 3 ] {} <Debug> HTTP-Session: 7c9b85e2-2e09-40a6-88cd-952edcdd00e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.08.18 06:18:06.539680 [ 3 ] {} <Debug> HTTP-Session: 7c9b85e2-2e09-40a6-88cd-952edcdd00e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.08.18 06:18:06.539731 [ 3 ] {} <Trace> HTTP-Session: 7c9b85e2-2e09-40a6-88cd-952edcdd00e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2024.08.18 06:18:06.539972 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3183 | 2024.08.18 06:18:06.540377 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3184 | 2024.08.18 06:18:06.540431 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3185 | 2024.08.18 06:18:06.540876 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3186 | 2024.08.18 06:18:06.540966 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3187 | 2024.08.18 06:18:06.541142 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3188 | 2024.08.18 06:18:06.541350 [ 256 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3189 | 2024.08.18 06:18:06.541357 [ 261 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3190 | 2024.08.18 06:18:06.541386 [ 260 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3191 | 2024.08.18 06:18:06.541367 [ 264 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3192 | 2024.08.18 06:18:06.541543 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
3193 | 2024.08.18 06:18:06.541574 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3194 | 2024.08.18 06:18:06.541713 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3195 | 2024.08.18 06:18:06.541738 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
3196 | 2024.08.18 06:18:06.541781 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3197 | 2024.08.18 06:18:06.541827 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3198 | 2024.08.18 06:18:06.541868 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3199 | 2024.08.18 06:18:06.541907 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3200 | 2024.08.18 06:18:06.544496 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004638 sec., 8624.407072013799 rows/sec., 328.89 KiB/sec. | ||
3201 | 2024.08.18 06:18:06.544922 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> DynamicQueryHandler: Done processing query | ||
3202 | 2024.08.18 06:18:06.544949 [ 3 ] {bac68d54-4165-4082-9701-60df2836da38} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3203 | 2024.08.18 06:18:06.544966 [ 3 ] {} <Debug> HTTP-Session: 7c9b85e2-2e09-40a6-88cd-952edcdd00e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.08.18 06:18:06.587068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3205 | 2024.08.18 06:18:06.587140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3206 | 2024.08.18 06:18:06.587163 [ 3 ] {} <Debug> HTTP-Session: f513cd41-6134-411a-a733-c64e12542fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3207 | 2024.08.18 06:18:06.587184 [ 3 ] {} <Debug> HTTP-Session: f513cd41-6134-411a-a733-c64e12542fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3208 | 2024.08.18 06:18:06.587204 [ 3 ] {} <Debug> HTTP-Session: f513cd41-6134-411a-a733-c64e12542fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.08.18 06:18:06.587258 [ 3 ] {} <Trace> HTTP-Session: f513cd41-6134-411a-a733-c64e12542fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3210 | 2024.08.18 06:18:06.587419 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3211 | 2024.08.18 06:18:06.587477 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3212 | 2024.08.18 06:18:06.587666 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3213 | 2024.08.18 06:18:06.588048 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3214 | 2024.08.18 06:18:06.588090 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3215 | 2024.08.18 06:18:06.588611 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3216 | 2024.08.18 06:18:06.588939 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3217 | 2024.08.18 06:18:06.589152 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001773 sec., 564.0157924421884 rows/sec., 127.78 KiB/sec. | ||
3218 | 2024.08.18 06:18:06.589399 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Debug> DynamicQueryHandler: Done processing query | ||
3219 | 2024.08.18 06:18:06.589426 [ 3 ] {70bf84bd-fe60-4e50-85a5-2ef9124944c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3220 | 2024.08.18 06:18:06.589443 [ 3 ] {} <Debug> HTTP-Session: f513cd41-6134-411a-a733-c64e12542fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.08.18 06:18:06.589570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3222 | 2024.08.18 06:18:06.589621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3223 | 2024.08.18 06:18:06.589641 [ 3 ] {} <Debug> HTTP-Session: f72b9f30-4731-4980-bcb6-cca77db5a150 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3224 | 2024.08.18 06:18:06.589659 [ 3 ] {} <Debug> HTTP-Session: f72b9f30-4731-4980-bcb6-cca77db5a150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3225 | 2024.08.18 06:18:06.589676 [ 3 ] {} <Debug> HTTP-Session: f72b9f30-4731-4980-bcb6-cca77db5a150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3226 | 2024.08.18 06:18:06.589708 [ 3 ] {} <Trace> HTTP-Session: f72b9f30-4731-4980-bcb6-cca77db5a150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3227 | 2024.08.18 06:18:06.589820 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3228 | 2024.08.18 06:18:06.589869 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3229 | 2024.08.18 06:18:06.590000 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3230 | 2024.08.18 06:18:06.590343 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3231 | 2024.08.18 06:18:06.590382 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3232 | 2024.08.18 06:18:06.590710 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3233 | 2024.08.18 06:18:06.591016 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3234 | 2024.08.18 06:18:06.591172 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001375 sec., 17454.545454545456 rows/sec., 1.38 MiB/sec. | ||
3235 | 2024.08.18 06:18:06.591348 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Debug> DynamicQueryHandler: Done processing query | ||
3236 | 2024.08.18 06:18:06.591372 [ 3 ] {0f0cc87d-7ceb-4abb-a34b-0ff552754437} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3237 | 2024.08.18 06:18:06.591389 [ 3 ] {} <Debug> HTTP-Session: f72b9f30-4731-4980-bcb6-cca77db5a150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.08.18 06:18:06.591510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3239 | 2024.08.18 06:18:06.591560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3240 | 2024.08.18 06:18:06.591579 [ 3 ] {} <Debug> HTTP-Session: 5e5a5bb1-1bbc-447b-9361-f89de2f31e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3241 | 2024.08.18 06:18:06.591596 [ 3 ] {} <Debug> HTTP-Session: 5e5a5bb1-1bbc-447b-9361-f89de2f31e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3242 | 2024.08.18 06:18:06.591610 [ 3 ] {} <Debug> HTTP-Session: 5e5a5bb1-1bbc-447b-9361-f89de2f31e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.08.18 06:18:06.591641 [ 3 ] {} <Trace> HTTP-Session: 5e5a5bb1-1bbc-447b-9361-f89de2f31e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3244 | 2024.08.18 06:18:06.591740 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3245 | 2024.08.18 06:18:06.591782 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3246 | 2024.08.18 06:18:06.593907 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3247 | 2024.08.18 06:18:06.594252 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3248 | 2024.08.18 06:18:06.594291 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3249 | 2024.08.18 06:18:06.596598 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3250 | 2024.08.18 06:18:06.596937 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3251 | 2024.08.18 06:18:06.597095 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005375 sec., 1488.372093023256 rows/sec., 121.37 KiB/sec. | ||
3252 | 2024.08.18 06:18:06.597366 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Debug> DynamicQueryHandler: Done processing query | ||
3253 | 2024.08.18 06:18:06.597393 [ 3 ] {85f5f185-1749-4f54-a351-3f7ddef58973} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3254 | 2024.08.18 06:18:06.597409 [ 3 ] {} <Debug> HTTP-Session: 5e5a5bb1-1bbc-447b-9361-f89de2f31e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3255 | 2024.08.18 06:18:06.597687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3256 | 2024.08.18 06:18:06.597738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3257 | 2024.08.18 06:18:06.597758 [ 3 ] {} <Debug> HTTP-Session: 2de192e8-6330-4f66-9f49-ff9c7d67d530 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3258 | 2024.08.18 06:18:06.597775 [ 3 ] {} <Debug> HTTP-Session: 2de192e8-6330-4f66-9f49-ff9c7d67d530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3259 | 2024.08.18 06:18:06.597789 [ 3 ] {} <Debug> HTTP-Session: 2de192e8-6330-4f66-9f49-ff9c7d67d530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.08.18 06:18:06.597821 [ 3 ] {} <Trace> HTTP-Session: 2de192e8-6330-4f66-9f49-ff9c7d67d530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3261 | 2024.08.18 06:18:06.598415 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3262 | 2024.08.18 06:18:06.598466 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3263 | 2024.08.18 06:18:06.598610 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3264 | 2024.08.18 06:18:06.599944 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3265 | 2024.08.18 06:18:06.599982 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3266 | 2024.08.18 06:18:06.600423 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3267 | 2024.08.18 06:18:06.600742 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3268 | 2024.08.18 06:18:06.600900 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.002852 sec., 492636.74614305753 rows/sec., 41.01 MiB/sec. | ||
3269 | 2024.08.18 06:18:06.601111 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Debug> DynamicQueryHandler: Done processing query | ||
3270 | 2024.08.18 06:18:06.601135 [ 3 ] {a53bd9eb-b2a1-4326-9826-d1d94b9d8428} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
3271 | 2024.08.18 06:18:06.601151 [ 3 ] {} <Debug> HTTP-Session: 2de192e8-6330-4f66-9f49-ff9c7d67d530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3272 | 2024.08.18 06:18:06.601297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3273 | 2024.08.18 06:18:06.601360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3274 | 2024.08.18 06:18:06.601381 [ 3 ] {} <Debug> HTTP-Session: 0c451a3b-0255-4613-8dd8-00ec48c4fbb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3275 | 2024.08.18 06:18:06.601402 [ 3 ] {} <Debug> HTTP-Session: 0c451a3b-0255-4613-8dd8-00ec48c4fbb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3276 | 2024.08.18 06:18:06.601416 [ 3 ] {} <Debug> HTTP-Session: 0c451a3b-0255-4613-8dd8-00ec48c4fbb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.08.18 06:18:06.601448 [ 3 ] {} <Trace> HTTP-Session: 0c451a3b-0255-4613-8dd8-00ec48c4fbb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3278 | 2024.08.18 06:18:06.601557 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3279 | 2024.08.18 06:18:06.601601 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3280 | 2024.08.18 06:18:06.601731 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3281 | 2024.08.18 06:18:06.604072 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3282 | 2024.08.18 06:18:06.604108 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3283 | 2024.08.18 06:18:06.604446 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3284 | 2024.08.18 06:18:06.604756 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3285 | 2024.08.18 06:18:06.604903 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.003365 sec., 2377.4145616641904 rows/sec., 166.00 KiB/sec. | ||
3286 | 2024.08.18 06:18:06.605189 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Debug> DynamicQueryHandler: Done processing query | ||
3287 | 2024.08.18 06:18:06.605215 [ 3 ] {829ba7d4-d387-46b7-af9f-f90372db455d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3288 | 2024.08.18 06:18:06.605232 [ 3 ] {} <Debug> HTTP-Session: 0c451a3b-0255-4613-8dd8-00ec48c4fbb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3289 | 2024.08.18 06:18:06.605415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3290 | 2024.08.18 06:18:06.605466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3291 | 2024.08.18 06:18:06.605485 [ 3 ] {} <Debug> HTTP-Session: ebbae4bb-cea0-4fdb-93fa-d51b4e18a4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3292 | 2024.08.18 06:18:06.605503 [ 3 ] {} <Debug> HTTP-Session: ebbae4bb-cea0-4fdb-93fa-d51b4e18a4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3293 | 2024.08.18 06:18:06.605518 [ 3 ] {} <Debug> HTTP-Session: ebbae4bb-cea0-4fdb-93fa-d51b4e18a4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.08.18 06:18:06.605550 [ 3 ] {} <Trace> HTTP-Session: ebbae4bb-cea0-4fdb-93fa-d51b4e18a4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3295 | 2024.08.18 06:18:06.605809 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3296 | 2024.08.18 06:18:06.605851 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3297 | 2024.08.18 06:18:06.605995 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3298 | 2024.08.18 06:18:06.606427 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3299 | 2024.08.18 06:18:06.606466 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3300 | 2024.08.18 06:18:06.606794 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3301 | 2024.08.18 06:18:06.607090 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3302 | 2024.08.18 06:18:06.607240 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001604 sec., 150872.81795511223 rows/sec., 10.22 MiB/sec. | ||
3303 | 2024.08.18 06:18:06.607241 [ 47 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3304 | 2024.08.18 06:18:06.607328 [ 47 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3305 | 2024.08.18 06:18:06.607378 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3306 | 2024.08.18 06:18:06.607497 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Debug> DynamicQueryHandler: Done processing query | ||
3307 | 2024.08.18 06:18:06.607568 [ 3 ] {3a5a665f-d7ef-430c-b9a6-50acdad5a8df} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3308 | 2024.08.18 06:18:06.607607 [ 3 ] {} <Debug> HTTP-Session: ebbae4bb-cea0-4fdb-93fa-d51b4e18a4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.08.18 06:18:06.607626 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
3310 | 2024.08.18 06:18:06.607790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3311 | 2024.08.18 06:18:06.607910 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3312 | 2024.08.18 06:18:06.607916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3313 | 2024.08.18 06:18:06.607979 [ 3 ] {} <Debug> HTTP-Session: 0ae4ede1-2efc-4489-8eb7-590f0adac28f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3314 | 2024.08.18 06:18:06.607974 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
3315 | 2024.08.18 06:18:06.608001 [ 3 ] {} <Debug> HTTP-Session: 0ae4ede1-2efc-4489-8eb7-590f0adac28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3316 | 2024.08.18 06:18:06.608036 [ 3 ] {} <Debug> HTTP-Session: 0ae4ede1-2efc-4489-8eb7-590f0adac28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.08.18 06:18:06.608146 [ 3 ] {} <Trace> HTTP-Session: 0ae4ede1-2efc-4489-8eb7-590f0adac28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3318 | 2024.08.18 06:18:06.608305 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3319 | 2024.08.18 06:18:06.608432 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3320 | 2024.08.18 06:18:06.608582 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3321 | 2024.08.18 06:18:06.608595 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
3322 | 2024.08.18 06:18:06.609047 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3323 | 2024.08.18 06:18:06.609413 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
3324 | 2024.08.18 06:18:06.609529 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3325 | 2024.08.18 06:18:06.609762 [ 193 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
3326 | 2024.08.18 06:18:06.610419 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3327 | 2024.08.18 06:18:06.610480 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3328 | 2024.08.18 06:18:06.611298 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3329 | 2024.08.18 06:18:06.612217 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3330 | 2024.08.18 06:18:06.612686 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004313 sec., 1391.1430558775794 rows/sec., 82.19 KiB/sec. | ||
3331 | 2024.08.18 06:18:06.613116 [ 189 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005623975 sec., 96017.49652158839 rows/sec., 6.16 MiB/sec. | ||
3332 | 2024.08.18 06:18:06.613230 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Debug> DynamicQueryHandler: Done processing query | ||
3333 | 2024.08.18 06:18:06.613264 [ 3 ] {1fcb0b6f-4b28-4e4b-8952-dd7e652959b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3334 | 2024.08.18 06:18:06.613284 [ 3 ] {} <Debug> HTTP-Session: 0ae4ede1-2efc-4489-8eb7-590f0adac28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3335 | 2024.08.18 06:18:06.613290 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3336 | 2024.08.18 06:18:06.613530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3337 | 2024.08.18 06:18:06.613587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3338 | 2024.08.18 06:18:06.613610 [ 3 ] {} <Debug> HTTP-Session: 376f88ef-fc43-4fa0-a088-c2a63b03450e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3339 | 2024.08.18 06:18:06.613632 [ 3 ] {} <Debug> HTTP-Session: 376f88ef-fc43-4fa0-a088-c2a63b03450e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3340 | 2024.08.18 06:18:06.613649 [ 3 ] {} <Debug> HTTP-Session: 376f88ef-fc43-4fa0-a088-c2a63b03450e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.08.18 06:18:06.613688 [ 3 ] {} <Trace> HTTP-Session: 376f88ef-fc43-4fa0-a088-c2a63b03450e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3342 | 2024.08.18 06:18:06.613691 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3343 | 2024.08.18 06:18:06.613787 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_6_1} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3344 | 2024.08.18 06:18:06.613883 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3345 | 2024.08.18 06:18:06.614050 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3346 | 2024.08.18 06:18:06.614093 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3347 | 2024.08.18 06:18:06.614227 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3348 | 2024.08.18 06:18:06.615119 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3349 | 2024.08.18 06:18:06.615155 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3350 | 2024.08.18 06:18:06.615495 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3351 | 2024.08.18 06:18:06.615802 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3352 | 2024.08.18 06:18:06.615937 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.002106 sec., 413105.41310541314 rows/sec., 29.93 MiB/sec. | ||
3353 | 2024.08.18 06:18:06.616184 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Debug> DynamicQueryHandler: Done processing query | ||
3354 | 2024.08.18 06:18:06.616210 [ 3 ] {fb1096f5-4ce4-4ebb-8ce3-618e96bbbe44} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
3355 | 2024.08.18 06:18:06.616226 [ 3 ] {} <Debug> HTTP-Session: 376f88ef-fc43-4fa0-a088-c2a63b03450e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.08.18 06:18:06.616478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3357 | 2024.08.18 06:18:06.616538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3358 | 2024.08.18 06:18:06.616564 [ 3 ] {} <Debug> HTTP-Session: 2d5f0482-12b7-4b37-8758-a7eb7799edba Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3359 | 2024.08.18 06:18:06.616583 [ 3 ] {} <Debug> HTTP-Session: 2d5f0482-12b7-4b37-8758-a7eb7799edba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.08.18 06:18:06.616606 [ 3 ] {} <Debug> HTTP-Session: 2d5f0482-12b7-4b37-8758-a7eb7799edba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.08.18 06:18:06.616651 [ 3 ] {} <Trace> HTTP-Session: 2d5f0482-12b7-4b37-8758-a7eb7799edba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2024.08.18 06:18:06.616783 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3363 | 2024.08.18 06:18:06.616834 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3364 | 2024.08.18 06:18:06.616984 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3365 | 2024.08.18 06:18:06.617288 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3366 | 2024.08.18 06:18:06.617326 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3367 | 2024.08.18 06:18:06.617700 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3368 | 2024.08.18 06:18:06.618021 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3369 | 2024.08.18 06:18:06.618170 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec. | ||
3370 | 2024.08.18 06:18:06.618179 [ 47 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3371 | 2024.08.18 06:18:06.618274 [ 47 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2024.08.18 06:18:06.618318 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3373 | 2024.08.18 06:18:06.618528 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3374 | 2024.08.18 06:18:06.618543 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Debug> DynamicQueryHandler: Done processing query | ||
3375 | 2024.08.18 06:18:06.618607 [ 3 ] {28e2df0f-14b1-4286-baf7-5fb528754d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3376 | 2024.08.18 06:18:06.618656 [ 3 ] {} <Debug> HTTP-Session: 2d5f0482-12b7-4b37-8758-a7eb7799edba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.08.18 06:18:06.618793 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3378 | 2024.08.18 06:18:06.618857 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3379 | 2024.08.18 06:18:06.618982 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3380 | 2024.08.18 06:18:06.619273 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3381 | 2024.08.18 06:18:06.619326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 172930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3382 | 2024.08.18 06:18:06.619562 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3383 | 2024.08.18 06:18:06.619540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3384 | 2024.08.18 06:18:06.619674 [ 3 ] {} <Debug> HTTP-Session: 23d407fd-1dbc-4417-9b33-c1cba8f4b5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3385 | 2024.08.18 06:18:06.619733 [ 3 ] {} <Debug> HTTP-Session: 23d407fd-1dbc-4417-9b33-c1cba8f4b5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.08.18 06:18:06.619790 [ 3 ] {} <Debug> HTTP-Session: 23d407fd-1dbc-4417-9b33-c1cba8f4b5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.08.18 06:18:06.619873 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3388 | 2024.08.18 06:18:06.620148 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
3389 | 2024.08.18 06:18:06.620290 [ 3 ] {} <Trace> HTTP-Session: 23d407fd-1dbc-4417-9b33-c1cba8f4b5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3390 | 2024.08.18 06:18:06.621413 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002987016 sec., 12052.161756080315 rows/sec., 629.68 KiB/sec. | ||
3391 | 2024.08.18 06:18:06.621489 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3392 | 2024.08.18 06:18:06.621558 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3393 | 2024.08.18 06:18:06.621606 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3394 | 2024.08.18 06:18:06.621817 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3395 | 2024.08.18 06:18:06.622166 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_6_1} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3396 | 2024.08.18 06:18:06.622260 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_6_1} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3397 | 2024.08.18 06:18:06.622345 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3398 | 2024.08.18 06:18:06.622773 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3399 | 2024.08.18 06:18:06.622813 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3400 | 2024.08.18 06:18:06.623274 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3401 | 2024.08.18 06:18:06.623648 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3402 | 2024.08.18 06:18:06.623806 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Debug> executeQuery: Read 915 rows, 62.60 KiB in 0.00324 sec., 282407.4074074074 rows/sec., 18.87 MiB/sec. | ||
3403 | 2024.08.18 06:18:06.624033 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Debug> DynamicQueryHandler: Done processing query | ||
3404 | 2024.08.18 06:18:06.624059 [ 3 ] {de22be63-6736-4cd3-b66e-18e721de673c} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
3405 | 2024.08.18 06:18:06.624076 [ 3 ] {} <Debug> HTTP-Session: 23d407fd-1dbc-4417-9b33-c1cba8f4b5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.08.18 06:18:06.624300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3407 | 2024.08.18 06:18:06.624349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3408 | 2024.08.18 06:18:06.624368 [ 3 ] {} <Debug> HTTP-Session: 6b451f75-ccae-43be-8774-6a4cac71dcf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3409 | 2024.08.18 06:18:06.624384 [ 3 ] {} <Debug> HTTP-Session: 6b451f75-ccae-43be-8774-6a4cac71dcf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.08.18 06:18:06.624399 [ 3 ] {} <Debug> HTTP-Session: 6b451f75-ccae-43be-8774-6a4cac71dcf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.08.18 06:18:06.624432 [ 3 ] {} <Trace> HTTP-Session: 6b451f75-ccae-43be-8774-6a4cac71dcf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3412 | 2024.08.18 06:18:06.624525 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3413 | 2024.08.18 06:18:06.624570 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3414 | 2024.08.18 06:18:06.624701 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3415 | 2024.08.18 06:18:06.624973 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2024.08.18 06:18:06.625011 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3417 | 2024.08.18 06:18:06.625359 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3418 | 2024.08.18 06:18:06.625686 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2024.08.18 06:18:06.625832 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
3420 | 2024.08.18 06:18:06.626003 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Debug> DynamicQueryHandler: Done processing query | ||
3421 | 2024.08.18 06:18:06.626027 [ 3 ] {3444dbf5-b4eb-478c-8eed-4b358b9cd0f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3422 | 2024.08.18 06:18:06.626044 [ 3 ] {} <Debug> HTTP-Session: 6b451f75-ccae-43be-8774-6a4cac71dcf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.08.18 06:18:06.626189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.08.18 06:18:06.626237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3425 | 2024.08.18 06:18:06.626256 [ 3 ] {} <Debug> HTTP-Session: ed7ccd04-31fe-4ea7-b970-86724b8bf4e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3426 | 2024.08.18 06:18:06.626273 [ 3 ] {} <Debug> HTTP-Session: ed7ccd04-31fe-4ea7-b970-86724b8bf4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.08.18 06:18:06.626288 [ 3 ] {} <Debug> HTTP-Session: ed7ccd04-31fe-4ea7-b970-86724b8bf4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.08.18 06:18:06.626318 [ 3 ] {} <Trace> HTTP-Session: ed7ccd04-31fe-4ea7-b970-86724b8bf4e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.08.18 06:18:06.626673 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.08.18 06:18:06.626738 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <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 | ||
3431 | 2024.08.18 06:18:06.627213 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.08.18 06:18:06.627922 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.08.18 06:18:06.627961 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3434 | 2024.08.18 06:18:06.628564 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3435 | 2024.08.18 06:18:06.628969 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.08.18 06:18:06.629190 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00278 sec., 8633.093525179856 rows/sec., 15.47 MiB/sec. | ||
3437 | 2024.08.18 06:18:06.629622 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.08.18 06:18:06.629648 [ 3 ] {2da1b731-4b8d-4968-85ab-d5b2c31a56d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3439 | 2024.08.18 06:18:06.629664 [ 3 ] {} <Debug> HTTP-Session: ed7ccd04-31fe-4ea7-b970-86724b8bf4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.08.18 06:18:06.629817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.08.18 06:18:06.629865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.08.18 06:18:06.629886 [ 3 ] {} <Debug> HTTP-Session: f8354762-d840-4cfe-a193-bb3c6457ee35 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3443 | 2024.08.18 06:18:06.629902 [ 3 ] {} <Debug> HTTP-Session: f8354762-d840-4cfe-a193-bb3c6457ee35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.08.18 06:18:06.629915 [ 3 ] {} <Debug> HTTP-Session: f8354762-d840-4cfe-a193-bb3c6457ee35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.08.18 06:18:06.629947 [ 3 ] {} <Trace> HTTP-Session: f8354762-d840-4cfe-a193-bb3c6457ee35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.08.18 06:18:06.630068 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.08.18 06:18:06.630112 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3448 | 2024.08.18 06:18:06.630249 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3449 | 2024.08.18 06:18:06.630591 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.08.18 06:18:06.630628 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3451 | 2024.08.18 06:18:06.630996 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3452 | 2024.08.18 06:18:06.631324 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2024.08.18 06:18:06.631474 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Debug> executeQuery: Read 78 rows, 5.05 KiB in 0.001439 sec., 54204.3085476025 rows/sec., 3.43 MiB/sec. | ||
3454 | 2024.08.18 06:18:06.631809 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.08.18 06:18:06.631835 [ 3 ] {8d8e2705-ec5c-4a17-be0e-4e39d5b50754} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3456 | 2024.08.18 06:18:06.631853 [ 3 ] {} <Debug> HTTP-Session: f8354762-d840-4cfe-a193-bb3c6457ee35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.08.18 06:18:07.351847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.08.18 06:18:07.351957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3459 | 2024.08.18 06:18:07.351981 [ 3 ] {} <Debug> HTTP-Session: 09d60f45-078c-43e1-9f75-36a38ce65751 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3460 | 2024.08.18 06:18:07.352004 [ 3 ] {} <Debug> HTTP-Session: 09d60f45-078c-43e1-9f75-36a38ce65751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.08.18 06:18:07.352020 [ 3 ] {} <Debug> HTTP-Session: 09d60f45-078c-43e1-9f75-36a38ce65751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.08.18 06:18:07.352070 [ 3 ] {} <Trace> HTTP-Session: 09d60f45-078c-43e1-9f75-36a38ce65751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3463 | 2024.08.18 06:18:07.352247 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.08.18 06:18:07.352312 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3465 | 2024.08.18 06:18:07.352494 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3466 | 2024.08.18 06:18:07.352938 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2024.08.18 06:18:07.352980 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3468 | 2024.08.18 06:18:07.353341 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3469 | 2024.08.18 06:18:07.353663 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2024.08.18 06:18:07.353834 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001638 sec., 15873.015873015875 rows/sec., 1.23 MiB/sec. | ||
3471 | 2024.08.18 06:18:07.354034 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Debug> DynamicQueryHandler: Done processing query | ||
3472 | 2024.08.18 06:18:07.354059 [ 3 ] {00f233b4-5a7e-452d-907f-9995e13c63d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3473 | 2024.08.18 06:18:07.354076 [ 3 ] {} <Debug> HTTP-Session: 09d60f45-078c-43e1-9f75-36a38ce65751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.08.18 06:18:07.354210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3475 | 2024.08.18 06:18:07.354257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3476 | 2024.08.18 06:18:07.354276 [ 3 ] {} <Debug> HTTP-Session: 362341c4-af0b-499f-9e1b-bc28aaac6df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3477 | 2024.08.18 06:18:07.354294 [ 3 ] {} <Debug> HTTP-Session: 362341c4-af0b-499f-9e1b-bc28aaac6df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.08.18 06:18:07.354307 [ 3 ] {} <Debug> HTTP-Session: 362341c4-af0b-499f-9e1b-bc28aaac6df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.08.18 06:18:07.354338 [ 3 ] {} <Trace> HTTP-Session: 362341c4-af0b-499f-9e1b-bc28aaac6df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2024.08.18 06:18:07.354443 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.08.18 06:18:07.354486 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3482 | 2024.08.18 06:18:07.354612 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3483 | 2024.08.18 06:18:07.354946 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2024.08.18 06:18:07.354983 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3485 | 2024.08.18 06:18:07.355278 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3486 | 2024.08.18 06:18:07.355580 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2024.08.18 06:18:07.355735 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001314 sec., 21308.980213089802 rows/sec., 1.66 MiB/sec. | ||
3488 | 2024.08.18 06:18:07.355904 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Debug> DynamicQueryHandler: Done processing query | ||
3489 | 2024.08.18 06:18:07.355928 [ 3 ] {b6d5a3a7-98b1-4d17-99c6-17f093085cdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3490 | 2024.08.18 06:18:07.355944 [ 3 ] {} <Debug> HTTP-Session: 362341c4-af0b-499f-9e1b-bc28aaac6df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.08.18 06:18:07.356069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3492 | 2024.08.18 06:18:07.356115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3493 | 2024.08.18 06:18:07.356134 [ 3 ] {} <Debug> HTTP-Session: 521657e6-a26d-4959-90c0-12f45fc1fe63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3494 | 2024.08.18 06:18:07.356150 [ 3 ] {} <Debug> HTTP-Session: 521657e6-a26d-4959-90c0-12f45fc1fe63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.08.18 06:18:07.356164 [ 3 ] {} <Debug> HTTP-Session: 521657e6-a26d-4959-90c0-12f45fc1fe63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3496 | 2024.08.18 06:18:07.356194 [ 3 ] {} <Trace> HTTP-Session: 521657e6-a26d-4959-90c0-12f45fc1fe63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3497 | 2024.08.18 06:18:07.356292 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3498 | 2024.08.18 06:18:07.356339 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3499 | 2024.08.18 06:18:07.356485 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3500 | 2024.08.18 06:18:07.356793 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3501 | 2024.08.18 06:18:07.356829 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3502 | 2024.08.18 06:18:07.357205 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3503 | 2024.08.18 06:18:07.357531 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3504 | 2024.08.18 06:18:07.357694 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.00142 sec., 7042.2535211267605 rows/sec., 499.97 KiB/sec. | ||
3505 | 2024.08.18 06:18:07.357865 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Debug> DynamicQueryHandler: Done processing query | ||
3506 | 2024.08.18 06:18:07.357889 [ 3 ] {2ade7fe8-f34d-4749-8b2a-ed336569e3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3507 | 2024.08.18 06:18:07.357904 [ 3 ] {} <Debug> HTTP-Session: 521657e6-a26d-4959-90c0-12f45fc1fe63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3508 | 2024.08.18 06:18:07.358008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3509 | 2024.08.18 06:18:07.358054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3510 | 2024.08.18 06:18:07.358073 [ 3 ] {} <Debug> HTTP-Session: 19fb33aa-5e6a-45ec-be1f-01b4121ce404 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3511 | 2024.08.18 06:18:07.358091 [ 3 ] {} <Debug> HTTP-Session: 19fb33aa-5e6a-45ec-be1f-01b4121ce404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.08.18 06:18:07.358104 [ 3 ] {} <Debug> HTTP-Session: 19fb33aa-5e6a-45ec-be1f-01b4121ce404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.08.18 06:18:07.358135 [ 3 ] {} <Trace> HTTP-Session: 19fb33aa-5e6a-45ec-be1f-01b4121ce404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3514 | 2024.08.18 06:18:07.358229 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3515 | 2024.08.18 06:18:07.358272 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3516 | 2024.08.18 06:18:07.358405 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3517 | 2024.08.18 06:18:07.358657 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3518 | 2024.08.18 06:18:07.358692 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3519 | 2024.08.18 06:18:07.359033 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3520 | 2024.08.18 06:18:07.359349 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3521 | 2024.08.18 06:18:07.359508 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 216.68 KiB/sec. | ||
3522 | 2024.08.18 06:18:07.359672 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Debug> DynamicQueryHandler: Done processing query | ||
3523 | 2024.08.18 06:18:07.359696 [ 3 ] {00772083-8823-4b96-b9c3-38245a27c993} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3524 | 2024.08.18 06:18:07.359711 [ 3 ] {} <Debug> HTTP-Session: 19fb33aa-5e6a-45ec-be1f-01b4121ce404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3525 | 2024.08.18 06:18:10.223979 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3526 | 2024.08.18 06:18:10.224038 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3527 | 2024.08.18 06:18:12.359044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3528 | 2024.08.18 06:18:12.359163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3529 | 2024.08.18 06:18:12.359186 [ 3 ] {} <Debug> HTTP-Session: 01057552-bedf-42a6-b998-1a7dce8772da Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3530 | 2024.08.18 06:18:12.359209 [ 3 ] {} <Debug> HTTP-Session: 01057552-bedf-42a6-b998-1a7dce8772da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.08.18 06:18:12.359223 [ 3 ] {} <Debug> HTTP-Session: 01057552-bedf-42a6-b998-1a7dce8772da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3532 | 2024.08.18 06:18:12.359271 [ 3 ] {} <Trace> HTTP-Session: 01057552-bedf-42a6-b998-1a7dce8772da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3533 | 2024.08.18 06:18:12.359447 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3534 | 2024.08.18 06:18:12.359510 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3535 | 2024.08.18 06:18:12.359697 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3536 | 2024.08.18 06:18:12.360096 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3537 | 2024.08.18 06:18:12.360133 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3538 | 2024.08.18 06:18:12.360482 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3539 | 2024.08.18 06:18:12.360809 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3540 | 2024.08.18 06:18:12.360943 [ 36 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3541 | 2024.08.18 06:18:12.360949 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001555 sec., 5787.781350482315 rows/sec., 469.13 KiB/sec. | ||
3542 | 2024.08.18 06:18:12.360983 [ 36 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3543 | 2024.08.18 06:18:12.361018 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3544 | 2024.08.18 06:18:12.361184 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
3545 | 2024.08.18 06:18:12.361218 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.08.18 06:18:12.361269 [ 3 ] {53df3e54-dde0-46cf-b13f-03eeb6773f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3547 | 2024.08.18 06:18:12.361296 [ 3 ] {} <Debug> HTTP-Session: 01057552-bedf-42a6-b998-1a7dce8772da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.08.18 06:18:12.361415 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3549 | 2024.08.18 06:18:12.361477 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3550 | 2024.08.18 06:18:12.361480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3551 | 2024.08.18 06:18:12.361636 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
3552 | 2024.08.18 06:18:12.361650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3553 | 2024.08.18 06:18:12.361731 [ 3 ] {} <Debug> HTTP-Session: 0f9e588d-3110-46e1-8f1f-2005c768efa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3554 | 2024.08.18 06:18:12.361803 [ 3 ] {} <Debug> HTTP-Session: 0f9e588d-3110-46e1-8f1f-2005c768efa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.08.18 06:18:12.361864 [ 3 ] {} <Debug> HTTP-Session: 0f9e588d-3110-46e1-8f1f-2005c768efa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.08.18 06:18:12.361881 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
3557 | 2024.08.18 06:18:12.361989 [ 3 ] {} <Trace> HTTP-Session: 0f9e588d-3110-46e1-8f1f-2005c768efa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3558 | 2024.08.18 06:18:12.362233 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
3559 | 2024.08.18 06:18:12.362463 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3560 | 2024.08.18 06:18:12.362525 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
3561 | 2024.08.18 06:18:12.362660 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3562 | 2024.08.18 06:18:12.362857 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
3563 | 2024.08.18 06:18:12.363632 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3564 | 2024.08.18 06:18:12.364197 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3565 | 2024.08.18 06:18:12.364263 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3566 | 2024.08.18 06:18:12.365097 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3567 | 2024.08.18 06:18:12.365654 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.004539394 sec., 25113.484310901407 rows/sec., 1.99 MiB/sec. | ||
3568 | 2024.08.18 06:18:12.365876 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3569 | 2024.08.18 06:18:12.365942 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3570 | 2024.08.18 06:18:12.366241 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003947 sec., 506.71395996959717 rows/sec., 41.32 KiB/sec. | ||
3571 | 2024.08.18 06:18:12.366830 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Debug> DynamicQueryHandler: Done processing query | ||
3572 | 2024.08.18 06:18:12.366881 [ 3 ] {3b528e13-05ec-4eaf-a1ad-8eb3e33c2b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3573 | 2024.08.18 06:18:12.366904 [ 3 ] {} <Debug> HTTP-Session: 0f9e588d-3110-46e1-8f1f-2005c768efa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3574 | 2024.08.18 06:18:12.367010 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2024.08.18 06:18:12.367085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3576 | 2024.08.18 06:18:12.367165 [ 199 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_6_1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3577 | 2024.08.18 06:18:12.367180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3578 | 2024.08.18 06:18:12.367220 [ 3 ] {} <Debug> HTTP-Session: dbb0c066-345d-49b6-ad35-cb546f8a51c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3579 | 2024.08.18 06:18:12.367271 [ 3 ] {} <Debug> HTTP-Session: dbb0c066-345d-49b6-ad35-cb546f8a51c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3580 | 2024.08.18 06:18:12.367293 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3581 | 2024.08.18 06:18:12.367303 [ 3 ] {} <Debug> HTTP-Session: dbb0c066-345d-49b6-ad35-cb546f8a51c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.08.18 06:18:12.367359 [ 3 ] {} <Trace> HTTP-Session: dbb0c066-345d-49b6-ad35-cb546f8a51c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3583 | 2024.08.18 06:18:12.367487 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3584 | 2024.08.18 06:18:12.367530 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3585 | 2024.08.18 06:18:12.367673 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3586 | 2024.08.18 06:18:12.368017 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3587 | 2024.08.18 06:18:12.368053 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3588 | 2024.08.18 06:18:12.368365 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3589 | 2024.08.18 06:18:12.368670 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3590 | 2024.08.18 06:18:12.368822 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.001374 sec., 61135.3711790393 rows/sec., 4.88 MiB/sec. | ||
3591 | 2024.08.18 06:18:12.368830 [ 38 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3592 | 2024.08.18 06:18:12.368935 [ 38 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3593 | 2024.08.18 06:18:12.368973 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3594 | 2024.08.18 06:18:12.369061 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Debug> DynamicQueryHandler: Done processing query | ||
3595 | 2024.08.18 06:18:12.369100 [ 3 ] {fee55f0f-7192-453a-8352-9cc555e0c9af} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3596 | 2024.08.18 06:18:12.369123 [ 3 ] {} <Debug> HTTP-Session: dbb0c066-345d-49b6-ad35-cb546f8a51c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3597 | 2024.08.18 06:18:12.369132 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
3598 | 2024.08.18 06:18:12.369255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3599 | 2024.08.18 06:18:12.369268 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3600 | 2024.08.18 06:18:12.369307 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1401 rows starting from the beginning of the part | ||
3601 | 2024.08.18 06:18:12.369316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3602 | 2024.08.18 06:18:12.369342 [ 3 ] {} <Debug> HTTP-Session: 4fd27651-7f31-4d24-8e7a-81ec9bb66308 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3603 | 2024.08.18 06:18:12.369371 [ 3 ] {} <Debug> HTTP-Session: 4fd27651-7f31-4d24-8e7a-81ec9bb66308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.08.18 06:18:12.369429 [ 3 ] {} <Debug> HTTP-Session: 4fd27651-7f31-4d24-8e7a-81ec9bb66308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.08.18 06:18:12.369498 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 261 rows starting from the beginning of the part | ||
3606 | 2024.08.18 06:18:12.369538 [ 3 ] {} <Trace> HTTP-Session: 4fd27651-7f31-4d24-8e7a-81ec9bb66308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2024.08.18 06:18:12.369822 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 83 rows starting from the beginning of the part | ||
3608 | 2024.08.18 06:18:12.369862 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3609 | 2024.08.18 06:18:12.370036 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3610 | 2024.08.18 06:18:12.370121 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1405 rows starting from the beginning of the part | ||
3611 | 2024.08.18 06:18:12.370460 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
3612 | 2024.08.18 06:18:12.370862 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part | ||
3613 | 2024.08.18 06:18:12.371381 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3614 | 2024.08.18 06:18:12.371867 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2024.08.18 06:18:12.371911 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3616 | 2024.08.18 06:18:12.372342 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3617 | 2024.08.18 06:18:12.372815 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3618 | 2024.08.18 06:18:12.372978 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003235 sec., 618.2380216383308 rows/sec., 43.17 KiB/sec. | ||
3619 | 2024.08.18 06:18:12.373391 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Debug> DynamicQueryHandler: Done processing query | ||
3620 | 2024.08.18 06:18:12.373440 [ 3 ] {480f83f3-13a7-4c87-a96d-96fe9f6b279a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3621 | 2024.08.18 06:18:12.373483 [ 3 ] {} <Debug> HTTP-Session: 4fd27651-7f31-4d24-8e7a-81ec9bb66308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.08.18 06:18:12.373559 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3260 rows, containing 4 columns (4 merged, 0 gathered) in 0.004492445 sec., 725662.7515751445 rows/sec., 60.51 MiB/sec. | ||
3623 | 2024.08.18 06:18:12.373631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3624 | 2024.08.18 06:18:12.373686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3625 | 2024.08.18 06:18:12.373706 [ 3 ] {} <Debug> HTTP-Session: cc0ee3d6-2f42-49b4-85ce-f4eea04e9cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3626 | 2024.08.18 06:18:12.373739 [ 3 ] {} <Debug> HTTP-Session: cc0ee3d6-2f42-49b4-85ce-f4eea04e9cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.08.18 06:18:12.373763 [ 3 ] {} <Debug> HTTP-Session: cc0ee3d6-2f42-49b4-85ce-f4eea04e9cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.08.18 06:18:12.373814 [ 3 ] {} <Trace> HTTP-Session: cc0ee3d6-2f42-49b4-85ce-f4eea04e9cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3629 | 2024.08.18 06:18:12.373837 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3630 | 2024.08.18 06:18:12.373998 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3631 | 2024.08.18 06:18:12.374076 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3632 | 2024.08.18 06:18:12.374607 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3633 | 2024.08.18 06:18:12.374752 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2024.08.18 06:18:12.374855 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_16_3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3635 | 2024.08.18 06:18:12.374999 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
3636 | 2024.08.18 06:18:12.375140 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3637 | 2024.08.18 06:18:12.375183 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3638 | 2024.08.18 06:18:12.375499 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3639 | 2024.08.18 06:18:12.375812 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3640 | 2024.08.18 06:18:12.375984 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.002034 sec., 36873.1563421829 rows/sec., 2.88 MiB/sec. | ||
3641 | 2024.08.18 06:18:12.375994 [ 38 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3642 | 2024.08.18 06:18:12.376108 [ 38 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2024.08.18 06:18:12.376185 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3644 | 2024.08.18 06:18:12.376295 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Debug> DynamicQueryHandler: Done processing query | ||
3645 | 2024.08.18 06:18:12.376355 [ 3 ] {00ebce1f-ab6f-491a-bab9-07479db93e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3646 | 2024.08.18 06:18:12.376379 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
3647 | 2024.08.18 06:18:12.376392 [ 3 ] {} <Debug> HTTP-Session: cc0ee3d6-2f42-49b4-85ce-f4eea04e9cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.08.18 06:18:12.376547 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3649 | 2024.08.18 06:18:12.376586 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 869 rows starting from the beginning of the part | ||
3650 | 2024.08.18 06:18:12.376620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3651 | 2024.08.18 06:18:12.376760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3652 | 2024.08.18 06:18:12.376834 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 406 rows starting from the beginning of the part | ||
3653 | 2024.08.18 06:18:12.376836 [ 3 ] {} <Debug> HTTP-Session: 1a822443-60a8-4596-8b9a-5520db13b98d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3654 | 2024.08.18 06:18:12.376907 [ 3 ] {} <Debug> HTTP-Session: 1a822443-60a8-4596-8b9a-5520db13b98d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.08.18 06:18:12.376979 [ 3 ] {} <Debug> HTTP-Session: 1a822443-60a8-4596-8b9a-5520db13b98d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.08.18 06:18:12.377146 [ 3 ] {} <Trace> HTTP-Session: 1a822443-60a8-4596-8b9a-5520db13b98d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3657 | 2024.08.18 06:18:12.377146 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 86 rows starting from the beginning of the part | ||
3658 | 2024.08.18 06:18:12.377347 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 870 rows starting from the beginning of the part | ||
3659 | 2024.08.18 06:18:12.377582 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
3660 | 2024.08.18 06:18:12.377665 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3661 | 2024.08.18 06:18:12.377856 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part | ||
3662 | 2024.08.18 06:18:12.377869 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3663 | 2024.08.18 06:18:12.378726 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3664 | 2024.08.18 06:18:12.379627 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3665 | 2024.08.18 06:18:12.379695 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3666 | 2024.08.18 06:18:12.380476 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3667 | 2024.08.18 06:18:12.380985 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2334 rows, containing 4 columns (4 merged, 0 gathered) in 0.004699828 sec., 496613.9186370225 rows/sec., 36.10 MiB/sec. | ||
3668 | 2024.08.18 06:18:12.381209 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3669 | 2024.08.18 06:18:12.381214 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2024.08.18 06:18:12.381461 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3671 | 2024.08.18 06:18:12.381482 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00408 sec., 39460.78431372549 rows/sec., 2.75 MiB/sec. | ||
3672 | 2024.08.18 06:18:12.381611 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3673 | 2024.08.18 06:18:12.381743 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3674 | 2024.08.18 06:18:12.382165 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Debug> DynamicQueryHandler: Done processing query | ||
3675 | 2024.08.18 06:18:12.382237 [ 3 ] {cfcdc12b-cd92-4814-b5bb-795050fdaa61} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3676 | 2024.08.18 06:18:12.382299 [ 3 ] {} <Debug> HTTP-Session: 1a822443-60a8-4596-8b9a-5520db13b98d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3677 | 2024.08.18 06:18:12.382304 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
3678 | 2024.08.18 06:18:12.382504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3679 | 2024.08.18 06:18:12.382537 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3680 | 2024.08.18 06:18:12.382679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3681 | 2024.08.18 06:18:12.382761 [ 3 ] {} <Debug> HTTP-Session: edd6b6fc-6741-4e95-bceb-44c353b393f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3682 | 2024.08.18 06:18:12.382835 [ 3 ] {} <Debug> HTTP-Session: edd6b6fc-6741-4e95-bceb-44c353b393f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.08.18 06:18:12.382860 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_16_3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3684 | 2024.08.18 06:18:12.382879 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3685 | 2024.08.18 06:18:12.382899 [ 3 ] {} <Debug> HTTP-Session: edd6b6fc-6741-4e95-bceb-44c353b393f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3686 | 2024.08.18 06:18:12.383051 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3748 rows starting from the beginning of the part | ||
3687 | 2024.08.18 06:18:12.383065 [ 3 ] {} <Trace> HTTP-Session: edd6b6fc-6741-4e95-bceb-44c353b393f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3688 | 2024.08.18 06:18:12.383081 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
3689 | 2024.08.18 06:18:12.383334 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
3690 | 2024.08.18 06:18:12.383628 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3691 | 2024.08.18 06:18:12.383657 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
3692 | 2024.08.18 06:18:12.383974 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 915 rows starting from the beginning of the part | ||
3693 | 2024.08.18 06:18:12.383981 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <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 | ||
3694 | 2024.08.18 06:18:12.384283 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
3695 | 2024.08.18 06:18:12.384602 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
3696 | 2024.08.18 06:18:12.386188 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3697 | 2024.08.18 06:18:12.387480 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2024.08.18 06:18:12.387547 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3699 | 2024.08.18 06:18:12.388607 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3700 | 2024.08.18 06:18:12.389037 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3701 | 2024.08.18 06:18:12.389213 [ 38 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3702 | 2024.08.18 06:18:12.389246 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00599 sec., 1502.5041736227047 rows/sec., 2.69 MiB/sec. | ||
3703 | 2024.08.18 06:18:12.389269 [ 38 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3704 | 2024.08.18 06:18:12.389333 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3705 | 2024.08.18 06:18:12.389866 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
3706 | 2024.08.18 06:18:12.390057 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Debug> DynamicQueryHandler: Done processing query | ||
3707 | 2024.08.18 06:18:12.390112 [ 3 ] {2027e551-d89c-4935-b4d2-365f8bdfe97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3708 | 2024.08.18 06:18:12.390155 [ 3 ] {} <Debug> HTTP-Session: edd6b6fc-6741-4e95-bceb-44c353b393f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3709 | 2024.08.18 06:18:12.390361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3710 | 2024.08.18 06:18:12.390477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3711 | 2024.08.18 06:18:12.390528 [ 3 ] {} <Debug> HTTP-Session: 69ab1d5a-1462-4937-9f76-7cfe1375782d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3712 | 2024.08.18 06:18:12.390569 [ 3 ] {} <Debug> HTTP-Session: 69ab1d5a-1462-4937-9f76-7cfe1375782d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.08.18 06:18:12.390573 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3714 | 2024.08.18 06:18:12.390591 [ 3 ] {} <Debug> HTTP-Session: 69ab1d5a-1462-4937-9f76-7cfe1375782d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3715 | 2024.08.18 06:18:12.390691 [ 3 ] {} <Trace> HTTP-Session: 69ab1d5a-1462-4937-9f76-7cfe1375782d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3716 | 2024.08.18 06:18:12.390715 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
3717 | 2024.08.18 06:18:12.391068 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3718 | 2024.08.18 06:18:12.391410 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3719 | 2024.08.18 06:18:12.391849 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
3720 | 2024.08.18 06:18:12.391974 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5231 rows, containing 5 columns (5 merged, 0 gathered) in 0.010003317 sec., 522926.54526493564 rows/sec., 35.29 MiB/sec. | ||
3721 | 2024.08.18 06:18:12.392687 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3722 | 2024.08.18 06:18:12.392900 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3723 | 2024.08.18 06:18:12.393077 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
3724 | 2024.08.18 06:18:12.394567 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
3725 | 2024.08.18 06:18:12.394657 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3726 | 2024.08.18 06:18:12.394726 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3727 | 2024.08.18 06:18:12.394768 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3728 | 2024.08.18 06:18:12.395160 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3729 | 2024.08.18 06:18:12.395494 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
3730 | 2024.08.18 06:18:12.395610 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
3731 | 2024.08.18 06:18:12.396391 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
3732 | 2024.08.18 06:18:12.396522 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3733 | 2024.08.18 06:18:12.397490 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3734 | 2024.08.18 06:18:12.397791 [ 38 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3735 | 2024.08.18 06:18:12.397848 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006994 sec., 8578.781812982555 rows/sec., 592.03 KiB/sec. | ||
3736 | 2024.08.18 06:18:12.397903 [ 38 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3737 | 2024.08.18 06:18:12.398037 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3738 | 2024.08.18 06:18:12.398496 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Debug> DynamicQueryHandler: Done processing query | ||
3739 | 2024.08.18 06:18:12.398512 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
3740 | 2024.08.18 06:18:12.398573 [ 3 ] {d1f546ba-4ccc-4652-8348-faade83d0050} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3741 | 2024.08.18 06:18:12.398654 [ 3 ] {} <Debug> HTTP-Session: 69ab1d5a-1462-4937-9f76-7cfe1375782d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3742 | 2024.08.18 06:18:12.398846 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3743 | 2024.08.18 06:18:12.398892 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 646 rows starting from the beginning of the part | ||
3744 | 2024.08.18 06:18:12.399137 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
3745 | 2024.08.18 06:18:12.399529 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
3746 | 2024.08.18 06:18:12.399776 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 78 rows starting from the beginning of the part | ||
3747 | 2024.08.18 06:18:12.400183 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
3748 | 2024.08.18 06:18:12.400563 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
3749 | 2024.08.18 06:18:12.402825 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595166 sec., 202386.59495652604 rows/sec., 13.22 MiB/sec. | ||
3750 | 2024.08.18 06:18:12.402995 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3751 | 2024.08.18 06:18:12.403613 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.014130115 sec., 8067.874889907123 rows/sec., 14.46 MiB/sec. | ||
3752 | 2024.08.18 06:18:12.403760 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3753 | 2024.08.18 06:18:12.403847 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_16_3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3754 | 2024.08.18 06:18:12.403983 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3755 | 2024.08.18 06:18:12.404146 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3756 | 2024.08.18 06:18:12.404750 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3757 | 2024.08.18 06:18:12.404822 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3758 | 2024.08.18 06:18:12.404950 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
3759 | 2024.08.18 06:18:17.364933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3760 | 2024.08.18 06:18:17.365053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3761 | 2024.08.18 06:18:17.365078 [ 3 ] {} <Debug> HTTP-Session: 01993fb9-de94-43ce-a52b-ab2dfc47c0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3762 | 2024.08.18 06:18:17.365102 [ 3 ] {} <Debug> HTTP-Session: 01993fb9-de94-43ce-a52b-ab2dfc47c0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3763 | 2024.08.18 06:18:17.365117 [ 3 ] {} <Debug> HTTP-Session: 01993fb9-de94-43ce-a52b-ab2dfc47c0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.08.18 06:18:17.365167 [ 3 ] {} <Trace> HTTP-Session: 01993fb9-de94-43ce-a52b-ab2dfc47c0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3765 | 2024.08.18 06:18:17.365350 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3766 | 2024.08.18 06:18:17.365414 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3767 | 2024.08.18 06:18:17.365605 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3768 | 2024.08.18 06:18:17.366033 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2024.08.18 06:18:17.366074 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3770 | 2024.08.18 06:18:17.366443 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3771 | 2024.08.18 06:18:17.366789 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3772 | 2024.08.18 06:18:17.366955 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.15 MiB/sec. | ||
3773 | 2024.08.18 06:18:17.367204 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Debug> DynamicQueryHandler: Done processing query | ||
3774 | 2024.08.18 06:18:17.367231 [ 3 ] {c02de47b-e8e1-4542-8050-309a11c3cf67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3775 | 2024.08.18 06:18:17.367248 [ 3 ] {} <Debug> HTTP-Session: 01993fb9-de94-43ce-a52b-ab2dfc47c0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.08.18 06:18:17.367460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3777 | 2024.08.18 06:18:17.367517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3778 | 2024.08.18 06:18:17.367538 [ 3 ] {} <Debug> HTTP-Session: a3a59fd1-477e-43b3-ad94-4acf952037a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3779 | 2024.08.18 06:18:17.367557 [ 3 ] {} <Debug> HTTP-Session: a3a59fd1-477e-43b3-ad94-4acf952037a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3780 | 2024.08.18 06:18:17.367571 [ 3 ] {} <Debug> HTTP-Session: a3a59fd1-477e-43b3-ad94-4acf952037a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3781 | 2024.08.18 06:18:17.367606 [ 3 ] {} <Trace> HTTP-Session: a3a59fd1-477e-43b3-ad94-4acf952037a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3782 | 2024.08.18 06:18:17.367820 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3783 | 2024.08.18 06:18:17.367868 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3784 | 2024.08.18 06:18:17.368002 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3785 | 2024.08.18 06:18:17.368450 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3786 | 2024.08.18 06:18:17.368488 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3787 | 2024.08.18 06:18:17.368835 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3788 | 2024.08.18 06:18:17.369149 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3789 | 2024.08.18 06:18:17.369306 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001604 sec., 162718.20448877805 rows/sec., 14.23 MiB/sec. | ||
3790 | 2024.08.18 06:18:17.369630 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Debug> DynamicQueryHandler: Done processing query | ||
3791 | 2024.08.18 06:18:17.369656 [ 3 ] {8394f8a6-4a95-4765-8721-3e1f3a4d0cab} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3792 | 2024.08.18 06:18:17.369672 [ 3 ] {} <Debug> HTTP-Session: a3a59fd1-477e-43b3-ad94-4acf952037a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.08.18 06:18:17.369810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3794 | 2024.08.18 06:18:17.369936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3795 | 2024.08.18 06:18:17.369957 [ 3 ] {} <Debug> HTTP-Session: 746d018d-05bd-47d1-8da0-46679fc6521d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3796 | 2024.08.18 06:18:17.369973 [ 3 ] {} <Debug> HTTP-Session: 746d018d-05bd-47d1-8da0-46679fc6521d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3797 | 2024.08.18 06:18:17.369987 [ 3 ] {} <Debug> HTTP-Session: 746d018d-05bd-47d1-8da0-46679fc6521d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3798 | 2024.08.18 06:18:17.370017 [ 3 ] {} <Trace> HTTP-Session: 746d018d-05bd-47d1-8da0-46679fc6521d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3799 | 2024.08.18 06:18:17.370119 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3800 | 2024.08.18 06:18:17.370162 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3801 | 2024.08.18 06:18:17.370313 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3802 | 2024.08.18 06:18:17.370588 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3803 | 2024.08.18 06:18:17.370626 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3804 | 2024.08.18 06:18:17.371015 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3805 | 2024.08.18 06:18:17.371319 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3806 | 2024.08.18 06:18:17.371469 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001372 sec., 10204.081632653062 rows/sec., 714.63 KiB/sec. | ||
3807 | 2024.08.18 06:18:17.371635 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Debug> DynamicQueryHandler: Done processing query | ||
3808 | 2024.08.18 06:18:17.371660 [ 3 ] {055485f1-7ac8-4483-be08-3f086b60f816} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3809 | 2024.08.18 06:18:17.371675 [ 3 ] {} <Debug> HTTP-Session: 746d018d-05bd-47d1-8da0-46679fc6521d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.08.18 06:18:17.371839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3811 | 2024.08.18 06:18:17.371890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3812 | 2024.08.18 06:18:17.371910 [ 3 ] {} <Debug> HTTP-Session: 70345df6-f9cd-48a2-a879-854dd7688c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3813 | 2024.08.18 06:18:17.371926 [ 3 ] {} <Debug> HTTP-Session: 70345df6-f9cd-48a2-a879-854dd7688c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3814 | 2024.08.18 06:18:17.371940 [ 3 ] {} <Debug> HTTP-Session: 70345df6-f9cd-48a2-a879-854dd7688c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3815 | 2024.08.18 06:18:17.371970 [ 3 ] {} <Trace> HTTP-Session: 70345df6-f9cd-48a2-a879-854dd7688c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3816 | 2024.08.18 06:18:17.372067 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3817 | 2024.08.18 06:18:17.372108 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3818 | 2024.08.18 06:18:17.372235 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3819 | 2024.08.18 06:18:17.372502 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3820 | 2024.08.18 06:18:17.372538 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3821 | 2024.08.18 06:18:17.372839 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3822 | 2024.08.18 06:18:17.373146 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2024.08.18 06:18:17.373294 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001249 sec., 4803.843074459568 rows/sec., 283.82 KiB/sec. | ||
3824 | 2024.08.18 06:18:17.373504 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Debug> DynamicQueryHandler: Done processing query | ||
3825 | 2024.08.18 06:18:17.373536 [ 3 ] {bc4d071a-f4d1-4522-b97f-fb8ac1c1ac54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3826 | 2024.08.18 06:18:17.373557 [ 3 ] {} <Debug> HTTP-Session: 70345df6-f9cd-48a2-a879-854dd7688c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.08.18 06:18:17.373823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3828 | 2024.08.18 06:18:17.373880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3829 | 2024.08.18 06:18:17.373903 [ 3 ] {} <Debug> HTTP-Session: a1468e60-910d-4a3a-8830-bfe981cb23d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3830 | 2024.08.18 06:18:17.373922 [ 3 ] {} <Debug> HTTP-Session: a1468e60-910d-4a3a-8830-bfe981cb23d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3831 | 2024.08.18 06:18:17.373939 [ 3 ] {} <Debug> HTTP-Session: a1468e60-910d-4a3a-8830-bfe981cb23d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3832 | 2024.08.18 06:18:17.373974 [ 3 ] {} <Trace> HTTP-Session: a1468e60-910d-4a3a-8830-bfe981cb23d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3833 | 2024.08.18 06:18:17.374214 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3834 | 2024.08.18 06:18:17.374258 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3835 | 2024.08.18 06:18:17.374391 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3836 | 2024.08.18 06:18:17.374912 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3837 | 2024.08.18 06:18:17.374949 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3838 | 2024.08.18 06:18:17.375306 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3839 | 2024.08.18 06:18:17.375614 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3840 | 2024.08.18 06:18:17.375761 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001669 sec., 243259.43678849612 rows/sec., 17.32 MiB/sec. | ||
3841 | 2024.08.18 06:18:17.375926 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Debug> DynamicQueryHandler: Done processing query | ||
3842 | 2024.08.18 06:18:17.375951 [ 3 ] {466090ab-6b69-4dac-8c15-b8be5f1b3fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3843 | 2024.08.18 06:18:17.375967 [ 3 ] {} <Debug> HTTP-Session: a1468e60-910d-4a3a-8830-bfe981cb23d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.08.18 06:18:17.376106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3845 | 2024.08.18 06:18:17.376154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3846 | 2024.08.18 06:18:17.376172 [ 3 ] {} <Debug> HTTP-Session: 4549a92b-5789-4590-9766-fe6892742166 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3847 | 2024.08.18 06:18:17.376189 [ 3 ] {} <Debug> HTTP-Session: 4549a92b-5789-4590-9766-fe6892742166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3848 | 2024.08.18 06:18:17.376203 [ 3 ] {} <Debug> HTTP-Session: 4549a92b-5789-4590-9766-fe6892742166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3849 | 2024.08.18 06:18:17.376234 [ 3 ] {} <Trace> HTTP-Session: 4549a92b-5789-4590-9766-fe6892742166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3850 | 2024.08.18 06:18:17.376329 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3851 | 2024.08.18 06:18:17.376372 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3852 | 2024.08.18 06:18:17.376502 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3853 | 2024.08.18 06:18:17.376761 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3854 | 2024.08.18 06:18:17.376799 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3855 | 2024.08.18 06:18:17.377224 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3856 | 2024.08.18 06:18:17.377677 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3857 | 2024.08.18 06:18:17.377840 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
3858 | 2024.08.18 06:18:17.378142 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Debug> DynamicQueryHandler: Done processing query | ||
3859 | 2024.08.18 06:18:17.378168 [ 3 ] {a27f3880-bb74-4be4-ab8b-2bbc72558fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3860 | 2024.08.18 06:18:17.378185 [ 3 ] {} <Debug> HTTP-Session: 4549a92b-5789-4590-9766-fe6892742166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.08.18 06:18:17.378361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3862 | 2024.08.18 06:18:17.378412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3863 | 2024.08.18 06:18:17.378432 [ 3 ] {} <Debug> HTTP-Session: 437c678c-c7b9-4319-a1ba-74ff090780d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3864 | 2024.08.18 06:18:17.378448 [ 3 ] {} <Debug> HTTP-Session: 437c678c-c7b9-4319-a1ba-74ff090780d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3865 | 2024.08.18 06:18:17.378462 [ 3 ] {} <Debug> HTTP-Session: 437c678c-c7b9-4319-a1ba-74ff090780d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3866 | 2024.08.18 06:18:17.378492 [ 3 ] {} <Trace> HTTP-Session: 437c678c-c7b9-4319-a1ba-74ff090780d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3867 | 2024.08.18 06:18:17.378692 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3868 | 2024.08.18 06:18:17.378740 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3869 | 2024.08.18 06:18:17.378911 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3870 | 2024.08.18 06:18:17.379416 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3871 | 2024.08.18 06:18:17.379454 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3872 | 2024.08.18 06:18:17.379842 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3873 | 2024.08.18 06:18:17.380179 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3874 | 2024.08.18 06:18:17.380330 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00174 sec., 136206.89655172414 rows/sec., 9.13 MiB/sec. | ||
3875 | 2024.08.18 06:18:17.380501 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Debug> DynamicQueryHandler: Done processing query | ||
3876 | 2024.08.18 06:18:17.380526 [ 3 ] {b7cf8753-163b-476c-aff4-aa3b5904b0c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3877 | 2024.08.18 06:18:17.380544 [ 3 ] {} <Debug> HTTP-Session: 437c678c-c7b9-4319-a1ba-74ff090780d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.08.18 06:18:17.380670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3879 | 2024.08.18 06:18:17.380720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3880 | 2024.08.18 06:18:17.380740 [ 3 ] {} <Debug> HTTP-Session: e484565d-227c-4ad7-8b41-13ee767abf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3881 | 2024.08.18 06:18:17.380755 [ 3 ] {} <Debug> HTTP-Session: e484565d-227c-4ad7-8b41-13ee767abf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3882 | 2024.08.18 06:18:17.380769 [ 3 ] {} <Debug> HTTP-Session: e484565d-227c-4ad7-8b41-13ee767abf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3883 | 2024.08.18 06:18:17.380800 [ 3 ] {} <Trace> HTTP-Session: e484565d-227c-4ad7-8b41-13ee767abf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3884 | 2024.08.18 06:18:17.380893 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3885 | 2024.08.18 06:18:17.380938 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3886 | 2024.08.18 06:18:17.381066 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3887 | 2024.08.18 06:18:17.381337 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3888 | 2024.08.18 06:18:17.381373 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3889 | 2024.08.18 06:18:17.381720 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3890 | 2024.08.18 06:18:17.382057 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3891 | 2024.08.18 06:18:17.382210 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
3892 | 2024.08.18 06:18:17.382374 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Debug> DynamicQueryHandler: Done processing query | ||
3893 | 2024.08.18 06:18:17.382398 [ 3 ] {75a557a3-ac67-41ce-b2ea-080cf28b7306} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3894 | 2024.08.18 06:18:17.382413 [ 3 ] {} <Debug> HTTP-Session: e484565d-227c-4ad7-8b41-13ee767abf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.08.18 06:18:17.382571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3896 | 2024.08.18 06:18:17.382620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3897 | 2024.08.18 06:18:17.382639 [ 3 ] {} <Debug> HTTP-Session: db18c89d-0a61-4257-a1f0-dd0548a12277 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3898 | 2024.08.18 06:18:17.382655 [ 3 ] {} <Debug> HTTP-Session: db18c89d-0a61-4257-a1f0-dd0548a12277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3899 | 2024.08.18 06:18:17.382668 [ 3 ] {} <Debug> HTTP-Session: db18c89d-0a61-4257-a1f0-dd0548a12277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3900 | 2024.08.18 06:18:17.382699 [ 3 ] {} <Trace> HTTP-Session: db18c89d-0a61-4257-a1f0-dd0548a12277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3901 | 2024.08.18 06:18:17.382992 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3902 | 2024.08.18 06:18:17.383054 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <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 | ||
3903 | 2024.08.18 06:18:17.383458 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3904 | 2024.08.18 06:18:17.384159 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2024.08.18 06:18:17.384196 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3906 | 2024.08.18 06:18:17.384815 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3907 | 2024.08.18 06:18:17.385219 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3908 | 2024.08.18 06:18:17.385393 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002604 sec., 9216.589861751152 rows/sec., 16.52 MiB/sec. | ||
3909 | 2024.08.18 06:18:17.385618 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Debug> DynamicQueryHandler: Done processing query | ||
3910 | 2024.08.18 06:18:17.385643 [ 3 ] {f7540d27-3080-4a37-ba53-f931e2a3b7be} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3911 | 2024.08.18 06:18:17.385659 [ 3 ] {} <Debug> HTTP-Session: db18c89d-0a61-4257-a1f0-dd0548a12277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.08.18 06:18:17.385808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3913 | 2024.08.18 06:18:17.385857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3914 | 2024.08.18 06:18:17.385876 [ 3 ] {} <Debug> HTTP-Session: 972cc79e-1e0e-47a8-a75f-8170a34a900d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3915 | 2024.08.18 06:18:17.385892 [ 3 ] {} <Debug> HTTP-Session: 972cc79e-1e0e-47a8-a75f-8170a34a900d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3916 | 2024.08.18 06:18:17.385906 [ 3 ] {} <Debug> HTTP-Session: 972cc79e-1e0e-47a8-a75f-8170a34a900d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3917 | 2024.08.18 06:18:17.385936 [ 3 ] {} <Trace> HTTP-Session: 972cc79e-1e0e-47a8-a75f-8170a34a900d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3918 | 2024.08.18 06:18:17.386050 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3919 | 2024.08.18 06:18:17.386093 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3920 | 2024.08.18 06:18:17.386218 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3921 | 2024.08.18 06:18:17.386539 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3922 | 2024.08.18 06:18:17.386575 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3923 | 2024.08.18 06:18:17.386935 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3924 | 2024.08.18 06:18:17.387248 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3925 | 2024.08.18 06:18:17.387393 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 3.76 MiB/sec. | ||
3926 | 2024.08.18 06:18:17.387556 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Debug> DynamicQueryHandler: Done processing query | ||
3927 | 2024.08.18 06:18:17.387581 [ 3 ] {5fbaa262-da31-4e69-a936-5db3d8706c2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3928 | 2024.08.18 06:18:17.387596 [ 3 ] {} <Debug> HTTP-Session: 972cc79e-1e0e-47a8-a75f-8170a34a900d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.08.18 06:18:19.410879 [ 52 ] {} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3930 | 2024.08.18 06:18:19.410948 [ 52 ] {} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3931 | 2024.08.18 06:18:19.410974 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3932 | 2024.08.18 06:18:19.411195 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::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 | ||
3933 | 2024.08.18 06:18:19.411579 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3934 | 2024.08.18 06:18:19.411627 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3935 | 2024.08.18 06:18:19.411714 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
3936 | 2024.08.18 06:18:19.411838 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3937 | 2024.08.18 06:18:19.411936 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3938 | 2024.08.18 06:18:19.412026 [ 191 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3939 | 2024.08.18 06:18:19.414114 [ 210 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003052407 sec., 13432.022662770725 rows/sec., 2.10 MiB/sec. | ||
3940 | 2024.08.18 06:18:19.414357 [ 210 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3941 | 2024.08.18 06:18:19.414993 [ 210 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3942 | 2024.08.18 06:18:19.415085 [ 210 ] {db653096-9ae3-4f4c-8509-0d3a12673788::all_1_5_1} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3943 | 2024.08.18 06:18:19.415187 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3944 | 2024.08.18 06:18:22.359498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3945 | 2024.08.18 06:18:22.359621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3946 | 2024.08.18 06:18:22.359644 [ 3 ] {} <Debug> HTTP-Session: fd79ee19-f5a0-4975-8d10-f4d80d6c98c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3947 | 2024.08.18 06:18:22.359668 [ 3 ] {} <Debug> HTTP-Session: fd79ee19-f5a0-4975-8d10-f4d80d6c98c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3948 | 2024.08.18 06:18:22.359682 [ 3 ] {} <Debug> HTTP-Session: fd79ee19-f5a0-4975-8d10-f4d80d6c98c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.08.18 06:18:22.359737 [ 3 ] {} <Trace> HTTP-Session: fd79ee19-f5a0-4975-8d10-f4d80d6c98c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3950 | 2024.08.18 06:18:22.359929 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3951 | 2024.08.18 06:18:22.360001 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3952 | 2024.08.18 06:18:22.360217 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3953 | 2024.08.18 06:18:22.360689 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3954 | 2024.08.18 06:18:22.360731 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3955 | 2024.08.18 06:18:22.361082 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3956 | 2024.08.18 06:18:22.361431 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3957 | 2024.08.18 06:18:22.361613 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001736 sec., 5184.331797235023 rows/sec., 420.21 KiB/sec. | ||
3958 | 2024.08.18 06:18:22.361842 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Debug> DynamicQueryHandler: Done processing query | ||
3959 | 2024.08.18 06:18:22.361869 [ 3 ] {ff5abe87-04fd-407f-8869-db2f5d52d0d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3960 | 2024.08.18 06:18:22.361886 [ 3 ] {} <Debug> HTTP-Session: fd79ee19-f5a0-4975-8d10-f4d80d6c98c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3961 | 2024.08.18 06:18:22.362169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3962 | 2024.08.18 06:18:22.362219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3963 | 2024.08.18 06:18:22.362239 [ 3 ] {} <Debug> HTTP-Session: 200b0204-b827-4a15-85f2-fff651f3ce83 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3964 | 2024.08.18 06:18:22.362255 [ 3 ] {} <Debug> HTTP-Session: 200b0204-b827-4a15-85f2-fff651f3ce83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3965 | 2024.08.18 06:18:22.362268 [ 3 ] {} <Debug> HTTP-Session: 200b0204-b827-4a15-85f2-fff651f3ce83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.08.18 06:18:22.362300 [ 3 ] {} <Trace> HTTP-Session: 200b0204-b827-4a15-85f2-fff651f3ce83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3967 | 2024.08.18 06:18:22.362418 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3968 | 2024.08.18 06:18:22.362461 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3969 | 2024.08.18 06:18:22.362588 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3970 | 2024.08.18 06:18:22.362961 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3971 | 2024.08.18 06:18:22.362998 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3972 | 2024.08.18 06:18:22.363310 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3973 | 2024.08.18 06:18:22.363613 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3974 | 2024.08.18 06:18:22.363775 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.0014 sec., 59285.71428571429 rows/sec., 4.74 MiB/sec. | ||
3975 | 2024.08.18 06:18:22.363941 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Debug> DynamicQueryHandler: Done processing query | ||
3976 | 2024.08.18 06:18:22.363966 [ 3 ] {cc483b94-486c-4818-92d3-ee8846090a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3977 | 2024.08.18 06:18:22.363982 [ 3 ] {} <Debug> HTTP-Session: 200b0204-b827-4a15-85f2-fff651f3ce83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.08.18 06:18:22.364124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3979 | 2024.08.18 06:18:22.364172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3980 | 2024.08.18 06:18:22.364190 [ 3 ] {} <Debug> HTTP-Session: 7db37de3-ab63-4d0f-867d-b7dbbb723baa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3981 | 2024.08.18 06:18:22.364206 [ 3 ] {} <Debug> HTTP-Session: 7db37de3-ab63-4d0f-867d-b7dbbb723baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.08.18 06:18:22.364220 [ 3 ] {} <Debug> HTTP-Session: 7db37de3-ab63-4d0f-867d-b7dbbb723baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3983 | 2024.08.18 06:18:22.364250 [ 3 ] {} <Trace> HTTP-Session: 7db37de3-ab63-4d0f-867d-b7dbbb723baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3984 | 2024.08.18 06:18:22.364375 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3985 | 2024.08.18 06:18:22.364418 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3986 | 2024.08.18 06:18:22.364545 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3987 | 2024.08.18 06:18:22.364877 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3988 | 2024.08.18 06:18:22.364913 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
3989 | 2024.08.18 06:18:22.365214 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3990 | 2024.08.18 06:18:22.365512 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3991 | 2024.08.18 06:18:22.365636 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001303 sec., 56024.5587106677 rows/sec., 4.37 MiB/sec. | ||
3992 | 2024.08.18 06:18:22.365886 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Debug> DynamicQueryHandler: Done processing query | ||
3993 | 2024.08.18 06:18:22.365911 [ 3 ] {b92ca872-2a6c-4bb7-865c-1a9e98b57dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3994 | 2024.08.18 06:18:22.365927 [ 3 ] {} <Debug> HTTP-Session: 7db37de3-ab63-4d0f-867d-b7dbbb723baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.08.18 06:18:22.366088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3996 | 2024.08.18 06:18:22.366137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3997 | 2024.08.18 06:18:22.366157 [ 3 ] {} <Debug> HTTP-Session: f6025dd3-51b8-4d0f-9745-4c80c3bd4fc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
3998 | 2024.08.18 06:18:22.366173 [ 3 ] {} <Debug> HTTP-Session: f6025dd3-51b8-4d0f-9745-4c80c3bd4fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.08.18 06:18:22.366187 [ 3 ] {} <Debug> HTTP-Session: f6025dd3-51b8-4d0f-9745-4c80c3bd4fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.08.18 06:18:22.366218 [ 3 ] {} <Trace> HTTP-Session: f6025dd3-51b8-4d0f-9745-4c80c3bd4fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4001 | 2024.08.18 06:18:22.366364 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4002 | 2024.08.18 06:18:22.366412 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4003 | 2024.08.18 06:18:22.366569 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4004 | 2024.08.18 06:18:22.366964 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4005 | 2024.08.18 06:18:22.367000 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4006 | 2024.08.18 06:18:22.367386 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4007 | 2024.08.18 06:18:22.367724 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4008 | 2024.08.18 06:18:22.367856 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
4009 | 2024.08.18 06:18:22.368018 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Debug> DynamicQueryHandler: Done processing query | ||
4010 | 2024.08.18 06:18:22.368042 [ 3 ] {04cfbbc9-a699-4559-8a86-ab2f2a667ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4011 | 2024.08.18 06:18:22.368057 [ 3 ] {} <Debug> HTTP-Session: f6025dd3-51b8-4d0f-9745-4c80c3bd4fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4012 | 2024.08.18 06:18:22.368194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4013 | 2024.08.18 06:18:22.368242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4014 | 2024.08.18 06:18:22.368261 [ 3 ] {} <Debug> HTTP-Session: f1132a66-87cc-4b38-a379-9b4b00e1cca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4015 | 2024.08.18 06:18:22.368277 [ 3 ] {} <Debug> HTTP-Session: f1132a66-87cc-4b38-a379-9b4b00e1cca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.08.18 06:18:22.368292 [ 3 ] {} <Debug> HTTP-Session: f1132a66-87cc-4b38-a379-9b4b00e1cca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4017 | 2024.08.18 06:18:22.368322 [ 3 ] {} <Trace> HTTP-Session: f1132a66-87cc-4b38-a379-9b4b00e1cca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4018 | 2024.08.18 06:18:22.368487 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4019 | 2024.08.18 06:18:22.368549 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <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 | ||
4020 | 2024.08.18 06:18:22.368960 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4021 | 2024.08.18 06:18:22.369445 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4022 | 2024.08.18 06:18:22.369480 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4023 | 2024.08.18 06:18:22.370046 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4024 | 2024.08.18 06:18:22.370450 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4025 | 2024.08.18 06:18:22.370589 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002195 sec., 4100.227790432802 rows/sec., 7.35 MiB/sec. | ||
4026 | 2024.08.18 06:18:22.370780 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Debug> DynamicQueryHandler: Done processing query | ||
4027 | 2024.08.18 06:18:22.370804 [ 3 ] {f7446ade-a494-4de1-b13b-0ded35a24d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4028 | 2024.08.18 06:18:22.370820 [ 3 ] {} <Debug> HTTP-Session: f1132a66-87cc-4b38-a379-9b4b00e1cca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4029 | 2024.08.18 06:18:22.370947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4030 | 2024.08.18 06:18:22.370994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4031 | 2024.08.18 06:18:22.371014 [ 3 ] {} <Debug> HTTP-Session: ca84c3aa-c6de-4065-a64d-7319022479d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4032 | 2024.08.18 06:18:22.371030 [ 3 ] {} <Debug> HTTP-Session: ca84c3aa-c6de-4065-a64d-7319022479d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.08.18 06:18:22.371043 [ 3 ] {} <Debug> HTTP-Session: ca84c3aa-c6de-4065-a64d-7319022479d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4034 | 2024.08.18 06:18:22.371073 [ 3 ] {} <Trace> HTTP-Session: ca84c3aa-c6de-4065-a64d-7319022479d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4035 | 2024.08.18 06:18:22.371181 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4036 | 2024.08.18 06:18:22.371225 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4037 | 2024.08.18 06:18:22.371350 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4038 | 2024.08.18 06:18:22.371709 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4039 | 2024.08.18 06:18:22.371745 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4040 | 2024.08.18 06:18:22.372096 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4041 | 2024.08.18 06:18:22.372410 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4042 | 2024.08.18 06:18:22.372541 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
4043 | 2024.08.18 06:18:22.372701 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Debug> DynamicQueryHandler: Done processing query | ||
4044 | 2024.08.18 06:18:22.372726 [ 3 ] {141e63f5-6ae9-4b0b-81d2-e8213ab4f263} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4045 | 2024.08.18 06:18:22.372742 [ 3 ] {} <Debug> HTTP-Session: ca84c3aa-c6de-4065-a64d-7319022479d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4046 | 2024.08.18 06:18:25.224083 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4047 | 2024.08.18 06:18:25.224133 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4048 | 2024.08.18 06:18:27.364263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4049 | 2024.08.18 06:18:27.364405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4050 | 2024.08.18 06:18:27.364435 [ 3 ] {} <Debug> HTTP-Session: 81cc916c-b86c-4943-96a2-89921b90bc75 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4051 | 2024.08.18 06:18:27.364463 [ 3 ] {} <Debug> HTTP-Session: 81cc916c-b86c-4943-96a2-89921b90bc75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4052 | 2024.08.18 06:18:27.364480 [ 3 ] {} <Debug> HTTP-Session: 81cc916c-b86c-4943-96a2-89921b90bc75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4053 | 2024.08.18 06:18:27.364536 [ 3 ] {} <Trace> HTTP-Session: 81cc916c-b86c-4943-96a2-89921b90bc75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4054 | 2024.08.18 06:18:27.364741 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4055 | 2024.08.18 06:18:27.364815 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4056 | 2024.08.18 06:18:27.365010 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4057 | 2024.08.18 06:18:27.365409 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4058 | 2024.08.18 06:18:27.365451 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4059 | 2024.08.18 06:18:27.365813 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4060 | 2024.08.18 06:18:27.366139 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2024.08.18 06:18:27.366309 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001628 sec., 14742.01474201474 rows/sec., 1.17 MiB/sec. | ||
4062 | 2024.08.18 06:18:27.366499 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Debug> DynamicQueryHandler: Done processing query | ||
4063 | 2024.08.18 06:18:27.366525 [ 3 ] {d2349b5c-cab7-4c6d-88b0-110efb891f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4064 | 2024.08.18 06:18:27.366541 [ 3 ] {} <Debug> HTTP-Session: 81cc916c-b86c-4943-96a2-89921b90bc75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.08.18 06:18:27.366680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4066 | 2024.08.18 06:18:27.366727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4067 | 2024.08.18 06:18:27.366747 [ 3 ] {} <Debug> HTTP-Session: 452a70d0-fb5a-4d7b-8089-8413b4779be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4068 | 2024.08.18 06:18:27.366763 [ 3 ] {} <Debug> HTTP-Session: 452a70d0-fb5a-4d7b-8089-8413b4779be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4069 | 2024.08.18 06:18:27.366777 [ 3 ] {} <Debug> HTTP-Session: 452a70d0-fb5a-4d7b-8089-8413b4779be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4070 | 2024.08.18 06:18:27.366808 [ 3 ] {} <Trace> HTTP-Session: 452a70d0-fb5a-4d7b-8089-8413b4779be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4071 | 2024.08.18 06:18:27.366900 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4072 | 2024.08.18 06:18:27.366942 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4073 | 2024.08.18 06:18:27.367071 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4074 | 2024.08.18 06:18:27.367402 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4075 | 2024.08.18 06:18:27.367439 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4076 | 2024.08.18 06:18:27.367728 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4077 | 2024.08.18 06:18:27.368038 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4078 | 2024.08.18 06:18:27.368187 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001298 sec., 1540.8320493066258 rows/sec., 125.64 KiB/sec. | ||
4079 | 2024.08.18 06:18:27.368384 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Debug> DynamicQueryHandler: Done processing query | ||
4080 | 2024.08.18 06:18:27.368410 [ 3 ] {bff2111e-8ebe-4664-ad92-8b9664e13c7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4081 | 2024.08.18 06:18:27.368426 [ 3 ] {} <Debug> HTTP-Session: 452a70d0-fb5a-4d7b-8089-8413b4779be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4082 | 2024.08.18 06:18:27.368583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4083 | 2024.08.18 06:18:27.368631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4084 | 2024.08.18 06:18:27.368650 [ 3 ] {} <Debug> HTTP-Session: c944b0fa-3e15-4bf8-854b-02175b298aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4085 | 2024.08.18 06:18:27.368667 [ 3 ] {} <Debug> HTTP-Session: c944b0fa-3e15-4bf8-854b-02175b298aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4086 | 2024.08.18 06:18:27.368681 [ 3 ] {} <Debug> HTTP-Session: c944b0fa-3e15-4bf8-854b-02175b298aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.08.18 06:18:27.368711 [ 3 ] {} <Trace> HTTP-Session: c944b0fa-3e15-4bf8-854b-02175b298aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4088 | 2024.08.18 06:18:27.368880 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4089 | 2024.08.18 06:18:27.368923 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4090 | 2024.08.18 06:18:27.369046 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4091 | 2024.08.18 06:18:27.369578 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4092 | 2024.08.18 06:18:27.369616 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4093 | 2024.08.18 06:18:27.369940 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4094 | 2024.08.18 06:18:27.370241 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4095 | 2024.08.18 06:18:27.370406 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Debug> executeQuery: Read 262 rows, 23.44 KiB in 0.001601 sec., 163647.72017489068 rows/sec., 14.30 MiB/sec. | ||
4096 | 2024.08.18 06:18:27.370687 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Debug> DynamicQueryHandler: Done processing query | ||
4097 | 2024.08.18 06:18:27.370713 [ 3 ] {541f768b-5d58-486c-9ec0-b7c763b4f01b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4098 | 2024.08.18 06:18:27.370729 [ 3 ] {} <Debug> HTTP-Session: c944b0fa-3e15-4bf8-854b-02175b298aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4099 | 2024.08.18 06:18:27.370869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4100 | 2024.08.18 06:18:27.370917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4101 | 2024.08.18 06:18:27.370936 [ 3 ] {} <Debug> HTTP-Session: 3cbedc12-186f-4536-b822-abc22096750a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4102 | 2024.08.18 06:18:27.370952 [ 3 ] {} <Debug> HTTP-Session: 3cbedc12-186f-4536-b822-abc22096750a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.08.18 06:18:27.370966 [ 3 ] {} <Debug> HTTP-Session: 3cbedc12-186f-4536-b822-abc22096750a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.08.18 06:18:27.370997 [ 3 ] {} <Trace> HTTP-Session: 3cbedc12-186f-4536-b822-abc22096750a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4105 | 2024.08.18 06:18:27.371102 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4106 | 2024.08.18 06:18:27.371144 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4107 | 2024.08.18 06:18:27.371294 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4108 | 2024.08.18 06:18:27.371573 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4109 | 2024.08.18 06:18:27.371610 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4110 | 2024.08.18 06:18:27.371901 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4111 | 2024.08.18 06:18:27.372204 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4112 | 2024.08.18 06:18:27.372361 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 109.10 KiB/sec. | ||
4113 | 2024.08.18 06:18:27.372555 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Debug> DynamicQueryHandler: Done processing query | ||
4114 | 2024.08.18 06:18:27.372581 [ 3 ] {3c4d6edc-1139-4d12-83ff-e8840d82cffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4115 | 2024.08.18 06:18:27.372596 [ 3 ] {} <Debug> HTTP-Session: 3cbedc12-186f-4536-b822-abc22096750a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4116 | 2024.08.18 06:18:27.372709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4117 | 2024.08.18 06:18:27.372757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4118 | 2024.08.18 06:18:27.372775 [ 3 ] {} <Debug> HTTP-Session: dcdae8b1-dda0-4f8f-994d-f1f54dbd01ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4119 | 2024.08.18 06:18:27.372791 [ 3 ] {} <Debug> HTTP-Session: dcdae8b1-dda0-4f8f-994d-f1f54dbd01ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.08.18 06:18:27.372804 [ 3 ] {} <Debug> HTTP-Session: dcdae8b1-dda0-4f8f-994d-f1f54dbd01ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4121 | 2024.08.18 06:18:27.372834 [ 3 ] {} <Trace> HTTP-Session: dcdae8b1-dda0-4f8f-994d-f1f54dbd01ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4122 | 2024.08.18 06:18:27.372929 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4123 | 2024.08.18 06:18:27.372971 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4124 | 2024.08.18 06:18:27.373095 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4125 | 2024.08.18 06:18:27.373372 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4126 | 2024.08.18 06:18:27.373408 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4127 | 2024.08.18 06:18:27.373712 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4128 | 2024.08.18 06:18:27.374005 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4129 | 2024.08.18 06:18:27.374161 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001256 sec., 11146.496815286624 rows/sec., 780.63 KiB/sec. | ||
4130 | 2024.08.18 06:18:27.374433 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Debug> DynamicQueryHandler: Done processing query | ||
4131 | 2024.08.18 06:18:27.374461 [ 3 ] {bf73c965-1aed-4e2b-88be-d1238d4f0ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4132 | 2024.08.18 06:18:27.374477 [ 3 ] {} <Debug> HTTP-Session: dcdae8b1-dda0-4f8f-994d-f1f54dbd01ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4133 | 2024.08.18 06:18:27.374601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4134 | 2024.08.18 06:18:27.374650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4135 | 2024.08.18 06:18:27.374670 [ 3 ] {} <Debug> HTTP-Session: 6c2984d2-9365-49ef-babc-5cf658e6a4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4136 | 2024.08.18 06:18:27.374688 [ 3 ] {} <Debug> HTTP-Session: 6c2984d2-9365-49ef-babc-5cf658e6a4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4137 | 2024.08.18 06:18:27.374701 [ 3 ] {} <Debug> HTTP-Session: 6c2984d2-9365-49ef-babc-5cf658e6a4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4138 | 2024.08.18 06:18:27.374731 [ 3 ] {} <Trace> HTTP-Session: 6c2984d2-9365-49ef-babc-5cf658e6a4aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4139 | 2024.08.18 06:18:27.374831 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4140 | 2024.08.18 06:18:27.374874 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4141 | 2024.08.18 06:18:27.375024 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4142 | 2024.08.18 06:18:27.375330 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4143 | 2024.08.18 06:18:27.375370 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4144 | 2024.08.18 06:18:27.375679 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4145 | 2024.08.18 06:18:27.376009 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4146 | 2024.08.18 06:18:27.376162 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 261.42 KiB/sec. | ||
4147 | 2024.08.18 06:18:27.376334 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Debug> DynamicQueryHandler: Done processing query | ||
4148 | 2024.08.18 06:18:27.376359 [ 3 ] {47170b39-5bda-4f8e-b2f9-cf811f668cda} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4149 | 2024.08.18 06:18:27.376375 [ 3 ] {} <Debug> HTTP-Session: 6c2984d2-9365-49ef-babc-5cf658e6a4aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4150 | 2024.08.18 06:18:27.376572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4151 | 2024.08.18 06:18:27.376621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4152 | 2024.08.18 06:18:27.376639 [ 3 ] {} <Debug> HTTP-Session: 0ba965ed-4ea5-46a9-873d-6097d5fb3ee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4153 | 2024.08.18 06:18:27.376655 [ 3 ] {} <Debug> HTTP-Session: 0ba965ed-4ea5-46a9-873d-6097d5fb3ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4154 | 2024.08.18 06:18:27.376668 [ 3 ] {} <Debug> HTTP-Session: 0ba965ed-4ea5-46a9-873d-6097d5fb3ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.08.18 06:18:27.376699 [ 3 ] {} <Trace> HTTP-Session: 0ba965ed-4ea5-46a9-873d-6097d5fb3ee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4156 | 2024.08.18 06:18:27.376896 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4157 | 2024.08.18 06:18:27.376939 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4158 | 2024.08.18 06:18:27.377068 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4159 | 2024.08.18 06:18:27.377638 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4160 | 2024.08.18 06:18:27.377674 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4161 | 2024.08.18 06:18:27.377994 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4162 | 2024.08.18 06:18:27.378291 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4163 | 2024.08.18 06:18:27.378441 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Debug> executeQuery: Read 408 rows, 29.77 KiB in 0.001638 sec., 249084.2490842491 rows/sec., 17.75 MiB/sec. | ||
4164 | 2024.08.18 06:18:27.378609 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Debug> DynamicQueryHandler: Done processing query | ||
4165 | 2024.08.18 06:18:27.378634 [ 3 ] {e137f7b2-54d5-4e7f-99a4-9392d2e4b106} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4166 | 2024.08.18 06:18:27.378650 [ 3 ] {} <Debug> HTTP-Session: 0ba965ed-4ea5-46a9-873d-6097d5fb3ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.08.18 06:18:27.378796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4168 | 2024.08.18 06:18:27.378846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4169 | 2024.08.18 06:18:27.378864 [ 3 ] {} <Debug> HTTP-Session: c71d07fb-a646-46a1-81a7-9fe20943261f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4170 | 2024.08.18 06:18:27.378880 [ 3 ] {} <Debug> HTTP-Session: c71d07fb-a646-46a1-81a7-9fe20943261f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.08.18 06:18:27.378895 [ 3 ] {} <Debug> HTTP-Session: c71d07fb-a646-46a1-81a7-9fe20943261f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.08.18 06:18:27.378925 [ 3 ] {} <Trace> HTTP-Session: c71d07fb-a646-46a1-81a7-9fe20943261f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4173 | 2024.08.18 06:18:27.379021 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4174 | 2024.08.18 06:18:27.379066 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4175 | 2024.08.18 06:18:27.379195 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4176 | 2024.08.18 06:18:27.379465 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4177 | 2024.08.18 06:18:27.379502 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4178 | 2024.08.18 06:18:27.379853 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4179 | 2024.08.18 06:18:27.380167 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2024.08.18 06:18:27.380332 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
4181 | 2024.08.18 06:18:27.380551 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Debug> DynamicQueryHandler: Done processing query | ||
4182 | 2024.08.18 06:18:27.380575 [ 3 ] {3e40c818-5273-42e5-88c9-2af66de9fb12} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4183 | 2024.08.18 06:18:27.380591 [ 3 ] {} <Debug> HTTP-Session: c71d07fb-a646-46a1-81a7-9fe20943261f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.08.18 06:18:27.380758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4185 | 2024.08.18 06:18:27.380805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4186 | 2024.08.18 06:18:27.380824 [ 3 ] {} <Debug> HTTP-Session: fb27da1e-86f9-44df-88d4-73bae6e988c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4187 | 2024.08.18 06:18:27.380839 [ 3 ] {} <Debug> HTTP-Session: fb27da1e-86f9-44df-88d4-73bae6e988c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4188 | 2024.08.18 06:18:27.380853 [ 3 ] {} <Debug> HTTP-Session: fb27da1e-86f9-44df-88d4-73bae6e988c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.08.18 06:18:27.380884 [ 3 ] {} <Trace> HTTP-Session: fb27da1e-86f9-44df-88d4-73bae6e988c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4190 | 2024.08.18 06:18:27.381073 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4191 | 2024.08.18 06:18:27.381120 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4192 | 2024.08.18 06:18:27.381264 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4193 | 2024.08.18 06:18:27.381701 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2024.08.18 06:18:27.381737 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4195 | 2024.08.18 06:18:27.382115 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4196 | 2024.08.18 06:18:27.382455 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2024.08.18 06:18:27.382610 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001642 sec., 144945.18879415348 rows/sec., 9.72 MiB/sec. | ||
4198 | 2024.08.18 06:18:27.382785 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Debug> DynamicQueryHandler: Done processing query | ||
4199 | 2024.08.18 06:18:27.382810 [ 3 ] {8391a29e-b384-499e-a1a4-b88294503efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4200 | 2024.08.18 06:18:27.382826 [ 3 ] {} <Debug> HTTP-Session: fb27da1e-86f9-44df-88d4-73bae6e988c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.08.18 06:18:27.382954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4202 | 2024.08.18 06:18:27.383003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4203 | 2024.08.18 06:18:27.383022 [ 3 ] {} <Debug> HTTP-Session: 8e8a1eed-20a0-4cc0-80b3-4b61550449ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4204 | 2024.08.18 06:18:27.383038 [ 3 ] {} <Debug> HTTP-Session: 8e8a1eed-20a0-4cc0-80b3-4b61550449ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4205 | 2024.08.18 06:18:27.383051 [ 3 ] {} <Debug> HTTP-Session: 8e8a1eed-20a0-4cc0-80b3-4b61550449ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.08.18 06:18:27.383082 [ 3 ] {} <Trace> HTTP-Session: 8e8a1eed-20a0-4cc0-80b3-4b61550449ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4207 | 2024.08.18 06:18:27.383174 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4208 | 2024.08.18 06:18:27.383219 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4209 | 2024.08.18 06:18:27.383348 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4210 | 2024.08.18 06:18:27.383606 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4211 | 2024.08.18 06:18:27.383643 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4212 | 2024.08.18 06:18:27.383986 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4213 | 2024.08.18 06:18:27.384304 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4214 | 2024.08.18 06:18:27.384462 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.75 KiB/sec. | ||
4215 | 2024.08.18 06:18:27.384716 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Debug> DynamicQueryHandler: Done processing query | ||
4216 | 2024.08.18 06:18:27.384741 [ 3 ] {77695a8a-e536-440d-88cd-7eac2ac359fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4217 | 2024.08.18 06:18:27.384757 [ 3 ] {} <Debug> HTTP-Session: 8e8a1eed-20a0-4cc0-80b3-4b61550449ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.08.18 06:18:27.384884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4219 | 2024.08.18 06:18:27.384931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4220 | 2024.08.18 06:18:27.384950 [ 3 ] {} <Debug> HTTP-Session: 733c16af-8449-4790-87ef-57e43e02cb43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4221 | 2024.08.18 06:18:27.384965 [ 3 ] {} <Debug> HTTP-Session: 733c16af-8449-4790-87ef-57e43e02cb43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4222 | 2024.08.18 06:18:27.384979 [ 3 ] {} <Debug> HTTP-Session: 733c16af-8449-4790-87ef-57e43e02cb43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.08.18 06:18:27.385010 [ 3 ] {} <Trace> HTTP-Session: 733c16af-8449-4790-87ef-57e43e02cb43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4224 | 2024.08.18 06:18:27.385305 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4225 | 2024.08.18 06:18:27.385375 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <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 | ||
4226 | 2024.08.18 06:18:27.385808 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4227 | 2024.08.18 06:18:27.386450 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4228 | 2024.08.18 06:18:27.386487 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4229 | 2024.08.18 06:18:27.387083 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4230 | 2024.08.18 06:18:27.387484 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4231 | 2024.08.18 06:18:27.387669 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002573 sec., 9327.63311309755 rows/sec., 16.71 MiB/sec. | ||
4232 | 2024.08.18 06:18:27.387895 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Debug> DynamicQueryHandler: Done processing query | ||
4233 | 2024.08.18 06:18:27.387920 [ 3 ] {0c8442aa-f1b9-4a9b-a902-64a69888a231} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4234 | 2024.08.18 06:18:27.387936 [ 3 ] {} <Debug> HTTP-Session: 733c16af-8449-4790-87ef-57e43e02cb43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.08.18 06:18:27.388058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4236 | 2024.08.18 06:18:27.388108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4237 | 2024.08.18 06:18:27.388128 [ 3 ] {} <Debug> HTTP-Session: b9cce498-5920-485a-8fd5-3a3338849fc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4238 | 2024.08.18 06:18:27.388144 [ 3 ] {} <Debug> HTTP-Session: b9cce498-5920-485a-8fd5-3a3338849fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.08.18 06:18:27.388157 [ 3 ] {} <Debug> HTTP-Session: b9cce498-5920-485a-8fd5-3a3338849fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.08.18 06:18:27.388188 [ 3 ] {} <Trace> HTTP-Session: b9cce498-5920-485a-8fd5-3a3338849fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4241 | 2024.08.18 06:18:27.388319 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4242 | 2024.08.18 06:18:27.388363 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4243 | 2024.08.18 06:18:27.388493 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4244 | 2024.08.18 06:18:27.388844 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4245 | 2024.08.18 06:18:27.388882 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4246 | 2024.08.18 06:18:27.389247 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4247 | 2024.08.18 06:18:27.389560 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4248 | 2024.08.18 06:18:27.389703 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
4249 | 2024.08.18 06:18:27.389874 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Debug> DynamicQueryHandler: Done processing query | ||
4250 | 2024.08.18 06:18:27.389898 [ 3 ] {ba5d5583-9d32-4b39-a54a-9b48f3b9c5e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4251 | 2024.08.18 06:18:27.389914 [ 3 ] {} <Debug> HTTP-Session: b9cce498-5920-485a-8fd5-3a3338849fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.08.18 06:18:32.359740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4253 | 2024.08.18 06:18:32.359865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4254 | 2024.08.18 06:18:32.359888 [ 3 ] {} <Debug> HTTP-Session: 2e1816c4-3fe3-4c0e-b510-2bde2217e3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4255 | 2024.08.18 06:18:32.359913 [ 3 ] {} <Debug> HTTP-Session: 2e1816c4-3fe3-4c0e-b510-2bde2217e3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.08.18 06:18:32.359927 [ 3 ] {} <Debug> HTTP-Session: 2e1816c4-3fe3-4c0e-b510-2bde2217e3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.08.18 06:18:32.359975 [ 3 ] {} <Trace> HTTP-Session: 2e1816c4-3fe3-4c0e-b510-2bde2217e3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4258 | 2024.08.18 06:18:32.360168 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4259 | 2024.08.18 06:18:32.360239 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4260 | 2024.08.18 06:18:32.360454 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4261 | 2024.08.18 06:18:32.360923 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4262 | 2024.08.18 06:18:32.360971 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4263 | 2024.08.18 06:18:32.361326 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4264 | 2024.08.18 06:18:32.361652 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4265 | 2024.08.18 06:18:32.361813 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001696 sec., 5306.603773584906 rows/sec., 430.13 KiB/sec. | ||
4266 | 2024.08.18 06:18:32.362014 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Debug> DynamicQueryHandler: Done processing query | ||
4267 | 2024.08.18 06:18:32.362039 [ 3 ] {219f4757-9e6c-478f-bbb7-8eaf7dffebf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4268 | 2024.08.18 06:18:32.362055 [ 3 ] {} <Debug> HTTP-Session: 2e1816c4-3fe3-4c0e-b510-2bde2217e3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.08.18 06:18:32.362201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.08.18 06:18:32.362249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4271 | 2024.08.18 06:18:32.362268 [ 3 ] {} <Debug> HTTP-Session: 8025d874-786c-47d3-a4d6-292972c06e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4272 | 2024.08.18 06:18:32.362284 [ 3 ] {} <Debug> HTTP-Session: 8025d874-786c-47d3-a4d6-292972c06e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.08.18 06:18:32.362302 [ 3 ] {} <Debug> HTTP-Session: 8025d874-786c-47d3-a4d6-292972c06e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.08.18 06:18:32.362333 [ 3 ] {} <Trace> HTTP-Session: 8025d874-786c-47d3-a4d6-292972c06e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4275 | 2024.08.18 06:18:32.362450 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.08.18 06:18:32.362492 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4277 | 2024.08.18 06:18:32.362616 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4278 | 2024.08.18 06:18:32.362984 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.08.18 06:18:32.363020 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4280 | 2024.08.18 06:18:32.363319 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4281 | 2024.08.18 06:18:32.363605 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4282 | 2024.08.18 06:18:32.363762 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.89 MiB/sec. | ||
4283 | 2024.08.18 06:18:32.363929 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Debug> DynamicQueryHandler: Done processing query | ||
4284 | 2024.08.18 06:18:32.363953 [ 3 ] {bf58c576-68bd-4f50-bb2a-da54024ff4ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4285 | 2024.08.18 06:18:32.363968 [ 3 ] {} <Debug> HTTP-Session: 8025d874-786c-47d3-a4d6-292972c06e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.08.18 06:18:32.364107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.08.18 06:18:32.364153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4288 | 2024.08.18 06:18:32.364172 [ 3 ] {} <Debug> HTTP-Session: cf6bf7a7-2795-437f-adf5-531ec381b2e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4289 | 2024.08.18 06:18:32.364188 [ 3 ] {} <Debug> HTTP-Session: cf6bf7a7-2795-437f-adf5-531ec381b2e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.08.18 06:18:32.364202 [ 3 ] {} <Debug> HTTP-Session: cf6bf7a7-2795-437f-adf5-531ec381b2e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.08.18 06:18:32.364232 [ 3 ] {} <Trace> HTTP-Session: cf6bf7a7-2795-437f-adf5-531ec381b2e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4292 | 2024.08.18 06:18:32.364350 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4293 | 2024.08.18 06:18:32.364392 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4294 | 2024.08.18 06:18:32.364517 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4295 | 2024.08.18 06:18:32.364898 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4296 | 2024.08.18 06:18:32.364934 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4297 | 2024.08.18 06:18:32.365234 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4298 | 2024.08.18 06:18:32.365529 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.08.18 06:18:32.365678 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001367 sec., 53401.60936356986 rows/sec., 4.17 MiB/sec. | ||
4300 | 2024.08.18 06:18:32.365845 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.08.18 06:18:32.365868 [ 3 ] {a244cb6d-17d9-4d88-8fca-21c0755ca782} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4302 | 2024.08.18 06:18:32.365884 [ 3 ] {} <Debug> HTTP-Session: cf6bf7a7-2795-437f-adf5-531ec381b2e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.08.18 06:18:32.366034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.08.18 06:18:32.366082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.08.18 06:18:32.366101 [ 3 ] {} <Debug> HTTP-Session: c43cee2d-019b-400e-a00b-914eff1a1872 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4306 | 2024.08.18 06:18:32.366117 [ 3 ] {} <Debug> HTTP-Session: c43cee2d-019b-400e-a00b-914eff1a1872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.08.18 06:18:32.366132 [ 3 ] {} <Debug> HTTP-Session: c43cee2d-019b-400e-a00b-914eff1a1872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.08.18 06:18:32.366163 [ 3 ] {} <Trace> HTTP-Session: c43cee2d-019b-400e-a00b-914eff1a1872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.08.18 06:18:32.366311 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.08.18 06:18:32.366357 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4311 | 2024.08.18 06:18:32.366504 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.08.18 06:18:32.366893 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.08.18 06:18:32.366928 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4314 | 2024.08.18 06:18:32.367315 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4315 | 2024.08.18 06:18:32.367648 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.08.18 06:18:32.367806 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
4317 | 2024.08.18 06:18:32.367977 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.08.18 06:18:32.368001 [ 3 ] {679b362a-f4bb-4c0c-a98e-f054a5787f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4319 | 2024.08.18 06:18:32.368016 [ 3 ] {} <Debug> HTTP-Session: c43cee2d-019b-400e-a00b-914eff1a1872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.08.18 06:18:32.368139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.08.18 06:18:32.368186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4322 | 2024.08.18 06:18:32.368206 [ 3 ] {} <Debug> HTTP-Session: b2f9e131-e9c4-474b-a674-32d35c195873 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4323 | 2024.08.18 06:18:32.368223 [ 3 ] {} <Debug> HTTP-Session: b2f9e131-e9c4-474b-a674-32d35c195873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.08.18 06:18:32.368236 [ 3 ] {} <Debug> HTTP-Session: b2f9e131-e9c4-474b-a674-32d35c195873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.08.18 06:18:32.368267 [ 3 ] {} <Trace> HTTP-Session: b2f9e131-e9c4-474b-a674-32d35c195873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.08.18 06:18:32.368487 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.08.18 06:18:32.368549 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4328 | 2024.08.18 06:18:32.368959 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.08.18 06:18:32.369493 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.08.18 06:18:32.369529 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4331 | 2024.08.18 06:18:32.370106 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4332 | 2024.08.18 06:18:32.370496 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.08.18 06:18:32.370698 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002338 sec., 3849.4439692044484 rows/sec., 6.90 MiB/sec. | ||
4334 | 2024.08.18 06:18:32.371194 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Debug> DynamicQueryHandler: Done processing query | ||
4335 | 2024.08.18 06:18:32.371219 [ 3 ] {793aa062-8860-444d-b9bb-5d367dbec57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4336 | 2024.08.18 06:18:32.371235 [ 3 ] {} <Debug> HTTP-Session: b2f9e131-e9c4-474b-a674-32d35c195873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.08.18 06:18:32.371362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4338 | 2024.08.18 06:18:32.371411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4339 | 2024.08.18 06:18:32.371430 [ 3 ] {} <Debug> HTTP-Session: c7ec5869-3474-48ed-a875-a840cc1ec2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4340 | 2024.08.18 06:18:32.371447 [ 3 ] {} <Debug> HTTP-Session: c7ec5869-3474-48ed-a875-a840cc1ec2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.08.18 06:18:32.371460 [ 3 ] {} <Debug> HTTP-Session: c7ec5869-3474-48ed-a875-a840cc1ec2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.08.18 06:18:32.371491 [ 3 ] {} <Trace> HTTP-Session: c7ec5869-3474-48ed-a875-a840cc1ec2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4343 | 2024.08.18 06:18:32.371605 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4344 | 2024.08.18 06:18:32.371647 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4345 | 2024.08.18 06:18:32.371791 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4346 | 2024.08.18 06:18:32.372107 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.08.18 06:18:32.372143 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4348 | 2024.08.18 06:18:32.372498 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4349 | 2024.08.18 06:18:32.372812 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4350 | 2024.08.18 06:18:32.372955 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
4351 | 2024.08.18 06:18:32.373268 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Debug> DynamicQueryHandler: Done processing query | ||
4352 | 2024.08.18 06:18:32.373294 [ 3 ] {8d0e3b21-7823-47e0-b92c-f5ce45477f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4353 | 2024.08.18 06:18:32.373311 [ 3 ] {} <Debug> HTTP-Session: c7ec5869-3474-48ed-a875-a840cc1ec2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.08.18 06:18:36.579054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4355 | 2024.08.18 06:18:36.579178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4356 | 2024.08.18 06:18:36.579203 [ 3 ] {} <Debug> HTTP-Session: 3643f02a-818b-4bf2-9b0d-c8b786fcb4c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4357 | 2024.08.18 06:18:36.579227 [ 3 ] {} <Debug> HTTP-Session: 3643f02a-818b-4bf2-9b0d-c8b786fcb4c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.08.18 06:18:36.579242 [ 3 ] {} <Debug> HTTP-Session: 3643f02a-818b-4bf2-9b0d-c8b786fcb4c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.08.18 06:18:36.579292 [ 3 ] {} <Trace> HTTP-Session: 3643f02a-818b-4bf2-9b0d-c8b786fcb4c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4360 | 2024.08.18 06:18:36.579461 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4361 | 2024.08.18 06:18:36.579525 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4362 | 2024.08.18 06:18:36.579711 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4363 | 2024.08.18 06:18:36.580142 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4364 | 2024.08.18 06:18:36.580181 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4365 | 2024.08.18 06:18:36.580539 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4366 | 2024.08.18 06:18:36.580865 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4367 | 2024.08.18 06:18:36.581001 [ 152 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4368 | 2024.08.18 06:18:36.581004 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001599 sec., 15009.3808630394 rows/sec., 1.19 MiB/sec. | ||
4369 | 2024.08.18 06:18:36.581043 [ 152 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4370 | 2024.08.18 06:18:36.581077 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4371 | 2024.08.18 06:18:36.581272 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Debug> DynamicQueryHandler: Done processing query | ||
4372 | 2024.08.18 06:18:36.581271 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
4373 | 2024.08.18 06:18:36.581303 [ 3 ] {71704161-7347-4caa-93c2-5d5ba25df441} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4374 | 2024.08.18 06:18:36.581355 [ 3 ] {} <Debug> HTTP-Session: 3643f02a-818b-4bf2-9b0d-c8b786fcb4c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.08.18 06:18:36.581496 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4376 | 2024.08.18 06:18:36.581538 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part | ||
4377 | 2024.08.18 06:18:36.581620 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
4378 | 2024.08.18 06:18:36.581812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4379 | 2024.08.18 06:18:36.581851 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
4380 | 2024.08.18 06:18:36.581990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4381 | 2024.08.18 06:18:36.582139 [ 3 ] {} <Debug> HTTP-Session: 300ea078-c992-4847-9b96-1617ad480ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4382 | 2024.08.18 06:18:36.582210 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
4383 | 2024.08.18 06:18:36.582213 [ 3 ] {} <Debug> HTTP-Session: 300ea078-c992-4847-9b96-1617ad480ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4384 | 2024.08.18 06:18:36.582311 [ 3 ] {} <Debug> HTTP-Session: 300ea078-c992-4847-9b96-1617ad480ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.08.18 06:18:36.582467 [ 3 ] {} <Trace> HTTP-Session: 300ea078-c992-4847-9b96-1617ad480ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4386 | 2024.08.18 06:18:36.582542 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
4387 | 2024.08.18 06:18:36.582799 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
4388 | 2024.08.18 06:18:36.583605 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4389 | 2024.08.18 06:18:36.583705 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4390 | 2024.08.18 06:18:36.584275 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4391 | 2024.08.18 06:18:36.584738 [ 203 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.003563337 sec., 34518.20582785181 rows/sec., 2.73 MiB/sec. | ||
4392 | 2024.08.18 06:18:36.584926 [ 203 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4393 | 2024.08.18 06:18:36.585458 [ 203 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4394 | 2024.08.18 06:18:36.585664 [ 203 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_11_2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4395 | 2024.08.18 06:18:36.585758 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4396 | 2024.08.18 06:18:36.586085 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2024.08.18 06:18:36.586127 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4398 | 2024.08.18 06:18:36.586568 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4399 | 2024.08.18 06:18:36.586877 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2024.08.18 06:18:36.587004 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Debug> executeQuery: Read 1401 rows, 119.49 KiB in 0.004237 sec., 330658.4847769648 rows/sec., 27.54 MiB/sec. | ||
4401 | 2024.08.18 06:18:36.587006 [ 152 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4402 | 2024.08.18 06:18:36.587069 [ 152 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4403 | 2024.08.18 06:18:36.587111 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4404 | 2024.08.18 06:18:36.587277 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Debug> DynamicQueryHandler: Done processing query | ||
4405 | 2024.08.18 06:18:36.587356 [ 3 ] {a80760c8-0837-4d4a-8d23-b8e93fec21f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
4406 | 2024.08.18 06:18:36.587425 [ 3 ] {} <Debug> HTTP-Session: 300ea078-c992-4847-9b96-1617ad480ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4407 | 2024.08.18 06:18:36.587448 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
4408 | 2024.08.18 06:18:36.587733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4409 | 2024.08.18 06:18:36.587838 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4410 | 2024.08.18 06:18:36.587849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4411 | 2024.08.18 06:18:36.587893 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1433 rows starting from the beginning of the part | ||
4412 | 2024.08.18 06:18:36.587903 [ 3 ] {} <Debug> HTTP-Session: 8f8a8114-e2f8-4b22-b573-d4b754646549 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4413 | 2024.08.18 06:18:36.587945 [ 3 ] {} <Debug> HTTP-Session: 8f8a8114-e2f8-4b22-b573-d4b754646549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.08.18 06:18:36.587985 [ 3 ] {} <Debug> HTTP-Session: 8f8a8114-e2f8-4b22-b573-d4b754646549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4415 | 2024.08.18 06:18:36.588128 [ 3 ] {} <Trace> HTTP-Session: 8f8a8114-e2f8-4b22-b573-d4b754646549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4416 | 2024.08.18 06:18:36.588129 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 261 rows starting from the beginning of the part | ||
4417 | 2024.08.18 06:18:36.588410 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 83 rows starting from the beginning of the part | ||
4418 | 2024.08.18 06:18:36.588604 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4419 | 2024.08.18 06:18:36.588653 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 262 rows starting from the beginning of the part | ||
4420 | 2024.08.18 06:18:36.588735 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4421 | 2024.08.18 06:18:36.588952 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 83 rows starting from the beginning of the part | ||
4422 | 2024.08.18 06:18:36.589320 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1401 rows starting from the beginning of the part | ||
4423 | 2024.08.18 06:18:36.590139 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4424 | 2024.08.18 06:18:36.590884 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4425 | 2024.08.18 06:18:36.590966 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4426 | 2024.08.18 06:18:36.591824 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4427 | 2024.08.18 06:18:36.592249 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4428 | 2024.08.18 06:18:36.592421 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004074 sec., 59401.08001963671 rows/sec., 4.02 MiB/sec. | ||
4429 | 2024.08.18 06:18:36.592809 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Debug> DynamicQueryHandler: Done processing query | ||
4430 | 2024.08.18 06:18:36.592854 [ 3 ] {85694077-1a03-41d6-9e6a-1eb44cfddc47} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4431 | 2024.08.18 06:18:36.592878 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3523 rows, containing 4 columns (4 merged, 0 gathered) in 0.005682126 sec., 620014.4100993185 rows/sec., 51.93 MiB/sec. | ||
4432 | 2024.08.18 06:18:36.592891 [ 3 ] {} <Debug> HTTP-Session: 8f8a8114-e2f8-4b22-b573-d4b754646549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4433 | 2024.08.18 06:18:36.593047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4434 | 2024.08.18 06:18:36.593127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4435 | 2024.08.18 06:18:36.593166 [ 3 ] {} <Debug> HTTP-Session: 2c69bbe7-0a37-4a59-b1d7-92f3136c928c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4436 | 2024.08.18 06:18:36.593192 [ 3 ] {} <Debug> HTTP-Session: 2c69bbe7-0a37-4a59-b1d7-92f3136c928c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4437 | 2024.08.18 06:18:36.593209 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4438 | 2024.08.18 06:18:36.593223 [ 3 ] {} <Debug> HTTP-Session: 2c69bbe7-0a37-4a59-b1d7-92f3136c928c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.08.18 06:18:36.593330 [ 3 ] {} <Trace> HTTP-Session: 2c69bbe7-0a37-4a59-b1d7-92f3136c928c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4440 | 2024.08.18 06:18:36.593524 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4441 | 2024.08.18 06:18:36.593699 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4442 | 2024.08.18 06:18:36.594172 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4443 | 2024.08.18 06:18:36.594289 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4444 | 2024.08.18 06:18:36.594443 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_21_4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4445 | 2024.08.18 06:18:36.594626 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
4446 | 2024.08.18 06:18:36.594721 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4447 | 2024.08.18 06:18:36.594763 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4448 | 2024.08.18 06:18:36.595076 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4449 | 2024.08.18 06:18:36.595382 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4450 | 2024.08.18 06:18:36.595499 [ 152 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4451 | 2024.08.18 06:18:36.595505 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002048 sec., 2929.6875 rows/sec., 173.09 KiB/sec. | ||
4452 | 2024.08.18 06:18:36.595542 [ 152 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4453 | 2024.08.18 06:18:36.595589 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4454 | 2024.08.18 06:18:36.595728 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::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 | ||
4455 | 2024.08.18 06:18:36.595762 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Debug> DynamicQueryHandler: Done processing query | ||
4456 | 2024.08.18 06:18:36.595801 [ 3 ] {b0417e42-8234-450c-891d-6b7993c2075b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4457 | 2024.08.18 06:18:36.595839 [ 3 ] {} <Debug> HTTP-Session: 2c69bbe7-0a37-4a59-b1d7-92f3136c928c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4458 | 2024.08.18 06:18:36.595934 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4459 | 2024.08.18 06:18:36.595967 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
4460 | 2024.08.18 06:18:36.596031 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4461 | 2024.08.18 06:18:36.596342 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4462 | 2024.08.18 06:18:36.596343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 140835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4463 | 2024.08.18 06:18:36.596576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4464 | 2024.08.18 06:18:36.596634 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
4465 | 2024.08.18 06:18:36.596657 [ 3 ] {} <Debug> HTTP-Session: 4325a770-e002-4255-b690-6e9750c40c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4466 | 2024.08.18 06:18:36.596741 [ 3 ] {} <Debug> HTTP-Session: 4325a770-e002-4255-b690-6e9750c40c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4467 | 2024.08.18 06:18:36.596826 [ 3 ] {} <Debug> HTTP-Session: 4325a770-e002-4255-b690-6e9750c40c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4468 | 2024.08.18 06:18:36.597021 [ 3 ] {} <Trace> HTTP-Session: 4325a770-e002-4255-b690-6e9750c40c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4469 | 2024.08.18 06:18:36.597067 [ 203 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4470 | 2024.08.18 06:18:36.597599 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4471 | 2024.08.18 06:18:36.597686 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4472 | 2024.08.18 06:18:36.598234 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4473 | 2024.08.18 06:18:36.598823 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003153688 sec., 9512.672147656966 rows/sec., 566.67 KiB/sec. | ||
4474 | 2024.08.18 06:18:36.598975 [ 188 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4475 | 2024.08.18 06:18:36.599384 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4476 | 2024.08.18 06:18:36.599429 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4477 | 2024.08.18 06:18:36.599512 [ 188 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.08.18 06:18:36.599629 [ 188 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_9_2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4479 | 2024.08.18 06:18:36.599736 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4480 | 2024.08.18 06:18:36.599912 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4481 | 2024.08.18 06:18:36.600222 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2024.08.18 06:18:36.600343 [ 152 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4483 | 2024.08.18 06:18:36.600346 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Debug> executeQuery: Read 862 rows, 63.89 KiB in 0.002957 sec., 291511.66723030095 rows/sec., 21.10 MiB/sec. | ||
4484 | 2024.08.18 06:18:36.600374 [ 152 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4485 | 2024.08.18 06:18:36.600416 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4486 | 2024.08.18 06:18:36.600537 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
4487 | 2024.08.18 06:18:36.600584 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Debug> DynamicQueryHandler: Done processing query | ||
4488 | 2024.08.18 06:18:36.600618 [ 3 ] {c0f4785a-0957-41a3-b36a-2f54230cae31} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
4489 | 2024.08.18 06:18:36.600646 [ 3 ] {} <Debug> HTTP-Session: 4325a770-e002-4255-b690-6e9750c40c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.08.18 06:18:36.600680 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4491 | 2024.08.18 06:18:36.600710 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
4492 | 2024.08.18 06:18:36.600771 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 406 rows starting from the beginning of the part | ||
4493 | 2024.08.18 06:18:36.601023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4494 | 2024.08.18 06:18:36.601063 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part | ||
4495 | 2024.08.18 06:18:36.601216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4496 | 2024.08.18 06:18:36.601331 [ 3 ] {} <Debug> HTTP-Session: 7dcdd289-67af-42d1-8816-bde65c4965a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4497 | 2024.08.18 06:18:36.601432 [ 3 ] {} <Debug> HTTP-Session: 7dcdd289-67af-42d1-8816-bde65c4965a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4498 | 2024.08.18 06:18:36.601516 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 408 rows starting from the beginning of the part | ||
4499 | 2024.08.18 06:18:36.601530 [ 3 ] {} <Debug> HTTP-Session: 7dcdd289-67af-42d1-8816-bde65c4965a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.08.18 06:18:36.601676 [ 3 ] {} <Trace> HTTP-Session: 7dcdd289-67af-42d1-8816-bde65c4965a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4501 | 2024.08.18 06:18:36.601867 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 73 rows starting from the beginning of the part | ||
4502 | 2024.08.18 06:18:36.602048 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4503 | 2024.08.18 06:18:36.602216 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 862 rows starting from the beginning of the part | ||
4504 | 2024.08.18 06:18:36.602240 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4505 | 2024.08.18 06:18:36.602880 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4506 | 2024.08.18 06:18:36.603319 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4507 | 2024.08.18 06:18:36.603363 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4508 | 2024.08.18 06:18:36.603890 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4509 | 2024.08.18 06:18:36.604318 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2024.08.18 06:18:36.604412 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2721 rows, containing 4 columns (4 merged, 0 gathered) in 0.003932003 sec., 692013.7141299231 rows/sec., 50.12 MiB/sec. | ||
4511 | 2024.08.18 06:18:36.604547 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002647 sec., 2266.7170381564033 rows/sec., 118.43 KiB/sec. | ||
4512 | 2024.08.18 06:18:36.604734 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4513 | 2024.08.18 06:18:36.604846 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Debug> DynamicQueryHandler: Done processing query | ||
4514 | 2024.08.18 06:18:36.604889 [ 3 ] {e14d52e8-a4bd-47c5-85e7-b8b0109d6e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4515 | 2024.08.18 06:18:36.604920 [ 3 ] {} <Debug> HTTP-Session: 7dcdd289-67af-42d1-8816-bde65c4965a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.08.18 06:18:36.605207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 172321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4517 | 2024.08.18 06:18:36.605262 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4518 | 2024.08.18 06:18:36.605288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4519 | 2024.08.18 06:18:36.605350 [ 3 ] {} <Debug> HTTP-Session: 82414357-354c-4a45-9676-531b7ab6b2d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4520 | 2024.08.18 06:18:36.605378 [ 3 ] {} <Debug> HTTP-Session: 82414357-354c-4a45-9676-531b7ab6b2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.08.18 06:18:36.605427 [ 3 ] {} <Debug> HTTP-Session: 82414357-354c-4a45-9676-531b7ab6b2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4522 | 2024.08.18 06:18:36.605446 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_21_4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4523 | 2024.08.18 06:18:36.605484 [ 3 ] {} <Trace> HTTP-Session: 82414357-354c-4a45-9676-531b7ab6b2d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4524 | 2024.08.18 06:18:36.605607 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
4525 | 2024.08.18 06:18:36.606038 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4526 | 2024.08.18 06:18:36.606089 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4527 | 2024.08.18 06:18:36.606249 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4528 | 2024.08.18 06:18:36.607108 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4529 | 2024.08.18 06:18:36.607142 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4530 | 2024.08.18 06:18:36.607580 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4531 | 2024.08.18 06:18:36.607918 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4532 | 2024.08.18 06:18:36.608045 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Debug> executeQuery: Read 911 rows, 62.31 KiB in 0.002309 sec., 394543.09224772634 rows/sec., 26.36 MiB/sec. | ||
4533 | 2024.08.18 06:18:36.608053 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4534 | 2024.08.18 06:18:36.608115 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4535 | 2024.08.18 06:18:36.608150 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4536 | 2024.08.18 06:18:36.608288 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Debug> DynamicQueryHandler: Done processing query | ||
4537 | 2024.08.18 06:18:36.608362 [ 3 ] {fd5decf6-d56b-493b-a967-4c9d828aa6b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
4538 | 2024.08.18 06:18:36.608453 [ 3 ] {} <Debug> HTTP-Session: 82414357-354c-4a45-9676-531b7ab6b2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.08.18 06:18:36.608620 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
4540 | 2024.08.18 06:18:36.608745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4541 | 2024.08.18 06:18:36.608843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4542 | 2024.08.18 06:18:36.608897 [ 3 ] {} <Debug> HTTP-Session: c8ddb060-8a48-42e6-8b38-0038d075bbc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4543 | 2024.08.18 06:18:36.608935 [ 3 ] {} <Debug> HTTP-Session: c8ddb060-8a48-42e6-8b38-0038d075bbc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4544 | 2024.08.18 06:18:36.608980 [ 3 ] {} <Debug> HTTP-Session: c8ddb060-8a48-42e6-8b38-0038d075bbc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4545 | 2024.08.18 06:18:36.608995 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4546 | 2024.08.18 06:18:36.609034 [ 3 ] {} <Trace> HTTP-Session: c8ddb060-8a48-42e6-8b38-0038d075bbc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4547 | 2024.08.18 06:18:36.609061 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5231 rows starting from the beginning of the part | ||
4548 | 2024.08.18 06:18:36.609317 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
4549 | 2024.08.18 06:18:36.609339 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4550 | 2024.08.18 06:18:36.609488 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4551 | 2024.08.18 06:18:36.609550 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
4552 | 2024.08.18 06:18:36.609904 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part | ||
4553 | 2024.08.18 06:18:36.610203 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
4554 | 2024.08.18 06:18:36.610442 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4555 | 2024.08.18 06:18:36.610492 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 911 rows starting from the beginning of the part | ||
4556 | 2024.08.18 06:18:36.611242 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4557 | 2024.08.18 06:18:36.611314 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4558 | 2024.08.18 06:18:36.611859 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4559 | 2024.08.18 06:18:36.612765 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4560 | 2024.08.18 06:18:36.613150 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003993 sec., 250.4382669671926 rows/sec., 16.88 KiB/sec. | ||
4561 | 2024.08.18 06:18:36.613539 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Debug> DynamicQueryHandler: Done processing query | ||
4562 | 2024.08.18 06:18:36.613563 [ 3 ] {17b54659-d1d8-45b4-a7d5-8a9381df0a0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4563 | 2024.08.18 06:18:36.613579 [ 3 ] {} <Debug> HTTP-Session: c8ddb060-8a48-42e6-8b38-0038d075bbc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4564 | 2024.08.18 06:18:36.613830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4565 | 2024.08.18 06:18:36.613883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4566 | 2024.08.18 06:18:36.613904 [ 3 ] {} <Debug> HTTP-Session: bcb2497a-719d-47f6-9732-adc39e9831c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4567 | 2024.08.18 06:18:36.613921 [ 3 ] {} <Debug> HTTP-Session: bcb2497a-719d-47f6-9732-adc39e9831c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.08.18 06:18:36.613935 [ 3 ] {} <Debug> HTTP-Session: bcb2497a-719d-47f6-9732-adc39e9831c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4569 | 2024.08.18 06:18:36.613966 [ 3 ] {} <Trace> HTTP-Session: bcb2497a-719d-47f6-9732-adc39e9831c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4570 | 2024.08.18 06:18:36.614575 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4571 | 2024.08.18 06:18:36.614775 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6937 rows, containing 5 columns (5 merged, 0 gathered) in 0.006546063 sec., 1059720.9345525699 rows/sec., 71.49 MiB/sec. | ||
4572 | 2024.08.18 06:18:36.614779 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <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 | ||
4573 | 2024.08.18 06:18:36.615286 [ 188 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4574 | 2024.08.18 06:18:36.615314 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4575 | 2024.08.18 06:18:36.616137 [ 188 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.08.18 06:18:36.616228 [ 188 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4577 | 2024.08.18 06:18:36.616319 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
4578 | 2024.08.18 06:18:36.616610 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4579 | 2024.08.18 06:18:36.616647 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4580 | 2024.08.18 06:18:36.617425 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4581 | 2024.08.18 06:18:36.617918 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4582 | 2024.08.18 06:18:36.618060 [ 132 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4583 | 2024.08.18 06:18:36.618068 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.003999 sec., 6001.500375093773 rows/sec., 10.75 MiB/sec. | ||
4584 | 2024.08.18 06:18:36.618100 [ 132 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4585 | 2024.08.18 06:18:36.618147 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4586 | 2024.08.18 06:18:36.618485 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
4587 | 2024.08.18 06:18:36.618756 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Debug> DynamicQueryHandler: Done processing query | ||
4588 | 2024.08.18 06:18:36.618803 [ 3 ] {d4180062-4edd-455e-a3a1-92a7c9520b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4589 | 2024.08.18 06:18:36.618842 [ 3 ] {} <Debug> HTTP-Session: bcb2497a-719d-47f6-9732-adc39e9831c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.08.18 06:18:36.619010 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4591 | 2024.08.18 06:18:36.619015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4592 | 2024.08.18 06:18:36.619068 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part | ||
4593 | 2024.08.18 06:18:36.619098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4594 | 2024.08.18 06:18:36.619140 [ 3 ] {} <Debug> HTTP-Session: eaa88cdb-9b1e-4cc5-bc96-fb2a112b3590 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4595 | 2024.08.18 06:18:36.619178 [ 3 ] {} <Debug> HTTP-Session: eaa88cdb-9b1e-4cc5-bc96-fb2a112b3590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4596 | 2024.08.18 06:18:36.619268 [ 3 ] {} <Debug> HTTP-Session: eaa88cdb-9b1e-4cc5-bc96-fb2a112b3590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4597 | 2024.08.18 06:18:36.619412 [ 3 ] {} <Trace> HTTP-Session: eaa88cdb-9b1e-4cc5-bc96-fb2a112b3590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4598 | 2024.08.18 06:18:36.619505 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
4599 | 2024.08.18 06:18:36.619731 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4600 | 2024.08.18 06:18:36.619767 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
4601 | 2024.08.18 06:18:36.619815 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4602 | 2024.08.18 06:18:36.620161 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
4603 | 2024.08.18 06:18:36.620519 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4604 | 2024.08.18 06:18:36.620560 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
4605 | 2024.08.18 06:18:36.620918 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
4606 | 2024.08.18 06:18:36.621380 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4607 | 2024.08.18 06:18:36.621430 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4608 | 2024.08.18 06:18:36.622112 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4609 | 2024.08.18 06:18:36.622858 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4610 | 2024.08.18 06:18:36.623107 [ 132 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4611 | 2024.08.18 06:18:36.623155 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Debug> executeQuery: Read 78 rows, 5.05 KiB in 0.00357 sec., 21848.73949579832 rows/sec., 1.38 MiB/sec. | ||
4612 | 2024.08.18 06:18:36.623166 [ 132 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4613 | 2024.08.18 06:18:36.623206 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4614 | 2024.08.18 06:18:36.623727 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
4615 | 2024.08.18 06:18:36.623857 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Debug> DynamicQueryHandler: Done processing query | ||
4616 | 2024.08.18 06:18:36.623939 [ 3 ] {bd9ee356-4609-4856-a110-33cf245dc304} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4617 | 2024.08.18 06:18:36.624043 [ 3 ] {} <Debug> HTTP-Session: eaa88cdb-9b1e-4cc5-bc96-fb2a112b3590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.08.18 06:18:36.624323 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4619 | 2024.08.18 06:18:36.624404 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 930 rows starting from the beginning of the part | ||
4620 | 2024.08.18 06:18:36.624754 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
4621 | 2024.08.18 06:18:36.625074 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
4622 | 2024.08.18 06:18:36.625411 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
4623 | 2024.08.18 06:18:36.625754 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
4624 | 2024.08.18 06:18:36.626105 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 78 rows starting from the beginning of the part | ||
4625 | 2024.08.18 06:18:36.628575 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 19 columns (19 merged, 0 gathered) in 0.010340734 sec., 19727.806556091666 rows/sec., 35.35 MiB/sec. | ||
4626 | 2024.08.18 06:18:36.629054 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4627 | 2024.08.18 06:18:36.629424 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 4 columns (4 merged, 0 gathered) in 0.006065283 sec., 213015.61691350592 rows/sec., 13.88 MiB/sec. | ||
4628 | 2024.08.18 06:18:36.629692 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4629 | 2024.08.18 06:18:36.630650 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4630 | 2024.08.18 06:18:36.630667 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2024.08.18 06:18:36.630823 [ 196 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4632 | 2024.08.18 06:18:36.630836 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_21_4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4633 | 2024.08.18 06:18:36.631131 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4634 | 2024.08.18 06:18:36.631209 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
4635 | 2024.08.18 06:18:37.000188 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.57 MiB, peak 193.03 MiB, free memory in arenas 0.00 B, will set to 185.70 MiB (RSS), difference: 1.13 MiB | ||
4636 | 2024.08.18 06:18:37.351468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4637 | 2024.08.18 06:18:37.351590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4638 | 2024.08.18 06:18:37.351620 [ 3 ] {} <Debug> HTTP-Session: 9686a242-6c50-4567-892d-ff740d256b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4639 | 2024.08.18 06:18:37.351649 [ 3 ] {} <Debug> HTTP-Session: 9686a242-6c50-4567-892d-ff740d256b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.08.18 06:18:37.351667 [ 3 ] {} <Debug> HTTP-Session: 9686a242-6c50-4567-892d-ff740d256b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.08.18 06:18:37.351721 [ 3 ] {} <Trace> HTTP-Session: 9686a242-6c50-4567-892d-ff740d256b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4642 | 2024.08.18 06:18:37.351923 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4643 | 2024.08.18 06:18:37.351997 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4644 | 2024.08.18 06:18:37.352202 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4645 | 2024.08.18 06:18:37.352638 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4646 | 2024.08.18 06:18:37.352684 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4647 | 2024.08.18 06:18:37.353055 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4648 | 2024.08.18 06:18:37.353399 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4649 | 2024.08.18 06:18:37.353555 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001691 sec., 15375.51744529864 rows/sec., 1.19 MiB/sec. | ||
4650 | 2024.08.18 06:18:37.353824 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Debug> DynamicQueryHandler: Done processing query | ||
4651 | 2024.08.18 06:18:37.353851 [ 3 ] {786f7475-8d2a-41e8-9645-275bb1e517ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4652 | 2024.08.18 06:18:37.353868 [ 3 ] {} <Debug> HTTP-Session: 9686a242-6c50-4567-892d-ff740d256b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4653 | 2024.08.18 06:18:37.354034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4654 | 2024.08.18 06:18:37.354090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4655 | 2024.08.18 06:18:37.354110 [ 3 ] {} <Debug> HTTP-Session: 0a950fcf-8d5a-49fe-95fa-68bcd3003da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4656 | 2024.08.18 06:18:37.354128 [ 3 ] {} <Debug> HTTP-Session: 0a950fcf-8d5a-49fe-95fa-68bcd3003da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.08.18 06:18:37.354142 [ 3 ] {} <Debug> HTTP-Session: 0a950fcf-8d5a-49fe-95fa-68bcd3003da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4658 | 2024.08.18 06:18:37.354177 [ 3 ] {} <Trace> HTTP-Session: 0a950fcf-8d5a-49fe-95fa-68bcd3003da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4659 | 2024.08.18 06:18:37.354289 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4660 | 2024.08.18 06:18:37.354335 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4661 | 2024.08.18 06:18:37.354485 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4662 | 2024.08.18 06:18:37.354794 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4663 | 2024.08.18 06:18:37.354833 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4664 | 2024.08.18 06:18:37.355141 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4665 | 2024.08.18 06:18:37.355449 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4666 | 2024.08.18 06:18:37.355604 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001369 sec., 20452.885317750184 rows/sec., 1.60 MiB/sec. | ||
4667 | 2024.08.18 06:18:37.355766 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Debug> DynamicQueryHandler: Done processing query | ||
4668 | 2024.08.18 06:18:37.355788 [ 3 ] {685b3f87-0e0a-42e7-a041-df523045c846} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4669 | 2024.08.18 06:18:37.355803 [ 3 ] {} <Debug> HTTP-Session: 0a950fcf-8d5a-49fe-95fa-68bcd3003da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4670 | 2024.08.18 06:18:37.355925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4671 | 2024.08.18 06:18:37.355972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4672 | 2024.08.18 06:18:37.355990 [ 3 ] {} <Debug> HTTP-Session: 04a0673d-88b6-4376-9b58-269ae23a4fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4673 | 2024.08.18 06:18:37.356007 [ 3 ] {} <Debug> HTTP-Session: 04a0673d-88b6-4376-9b58-269ae23a4fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.08.18 06:18:37.356020 [ 3 ] {} <Debug> HTTP-Session: 04a0673d-88b6-4376-9b58-269ae23a4fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.08.18 06:18:37.356050 [ 3 ] {} <Trace> HTTP-Session: 04a0673d-88b6-4376-9b58-269ae23a4fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4676 | 2024.08.18 06:18:37.356145 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4677 | 2024.08.18 06:18:37.356190 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4678 | 2024.08.18 06:18:37.356399 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4679 | 2024.08.18 06:18:37.356699 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4680 | 2024.08.18 06:18:37.356737 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4681 | 2024.08.18 06:18:37.357126 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4682 | 2024.08.18 06:18:37.357463 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4683 | 2024.08.18 06:18:37.357622 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001447 sec., 6910.850034554251 rows/sec., 490.64 KiB/sec. | ||
4684 | 2024.08.18 06:18:37.357793 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Debug> DynamicQueryHandler: Done processing query | ||
4685 | 2024.08.18 06:18:37.357817 [ 3 ] {46231470-4ec9-4fde-b93c-b88ed55216e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4686 | 2024.08.18 06:18:37.357833 [ 3 ] {} <Debug> HTTP-Session: 04a0673d-88b6-4376-9b58-269ae23a4fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.08.18 06:18:37.357937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4688 | 2024.08.18 06:18:37.357987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4689 | 2024.08.18 06:18:37.358005 [ 3 ] {} <Debug> HTTP-Session: 51bdefda-95b5-43dc-8ced-b495ceeef7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4690 | 2024.08.18 06:18:37.358022 [ 3 ] {} <Debug> HTTP-Session: 51bdefda-95b5-43dc-8ced-b495ceeef7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.08.18 06:18:37.358037 [ 3 ] {} <Debug> HTTP-Session: 51bdefda-95b5-43dc-8ced-b495ceeef7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.08.18 06:18:37.358067 [ 3 ] {} <Trace> HTTP-Session: 51bdefda-95b5-43dc-8ced-b495ceeef7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4693 | 2024.08.18 06:18:37.358161 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4694 | 2024.08.18 06:18:37.358206 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4695 | 2024.08.18 06:18:37.358336 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4696 | 2024.08.18 06:18:37.358593 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4697 | 2024.08.18 06:18:37.358631 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4698 | 2024.08.18 06:18:37.358981 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4699 | 2024.08.18 06:18:37.359305 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4700 | 2024.08.18 06:18:37.359466 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 212.10 KiB/sec. | ||
4701 | 2024.08.18 06:18:37.359750 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Debug> DynamicQueryHandler: Done processing query | ||
4702 | 2024.08.18 06:18:37.359775 [ 3 ] {75090a60-435d-4ee5-8c57-7100d3abb066} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4703 | 2024.08.18 06:18:37.359790 [ 3 ] {} <Debug> HTTP-Session: 51bdefda-95b5-43dc-8ced-b495ceeef7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.08.18 06:18:40.224184 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4705 | 2024.08.18 06:18:40.224242 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4706 | 2024.08.18 06:18:41.001365 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000993158 sec. | ||
4707 | 2024.08.18 06:18:42.359475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4708 | 2024.08.18 06:18:42.359595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4709 | 2024.08.18 06:18:42.359619 [ 3 ] {} <Debug> HTTP-Session: 107e2d6f-74f8-4572-80f7-5747697c3ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4710 | 2024.08.18 06:18:42.359643 [ 3 ] {} <Debug> HTTP-Session: 107e2d6f-74f8-4572-80f7-5747697c3ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4711 | 2024.08.18 06:18:42.359657 [ 3 ] {} <Debug> HTTP-Session: 107e2d6f-74f8-4572-80f7-5747697c3ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4712 | 2024.08.18 06:18:42.359705 [ 3 ] {} <Trace> HTTP-Session: 107e2d6f-74f8-4572-80f7-5747697c3ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4713 | 2024.08.18 06:18:42.359878 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4714 | 2024.08.18 06:18:42.359943 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4715 | 2024.08.18 06:18:42.360130 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4716 | 2024.08.18 06:18:42.360541 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4717 | 2024.08.18 06:18:42.360580 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4718 | 2024.08.18 06:18:42.360943 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4719 | 2024.08.18 06:18:42.361271 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4720 | 2024.08.18 06:18:42.361417 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001592 sec., 5653.266331658291 rows/sec., 458.22 KiB/sec. | ||
4721 | 2024.08.18 06:18:42.361623 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Debug> DynamicQueryHandler: Done processing query | ||
4722 | 2024.08.18 06:18:42.361650 [ 3 ] {8498bdb4-5835-40e9-af7f-70987ad151a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4723 | 2024.08.18 06:18:42.361666 [ 3 ] {} <Debug> HTTP-Session: 107e2d6f-74f8-4572-80f7-5747697c3ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4724 | 2024.08.18 06:18:42.361812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4725 | 2024.08.18 06:18:42.361862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4726 | 2024.08.18 06:18:42.361882 [ 3 ] {} <Debug> HTTP-Session: 9dc3f6b5-c5d8-455a-baee-0832c9d1d8bf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4727 | 2024.08.18 06:18:42.361899 [ 3 ] {} <Debug> HTTP-Session: 9dc3f6b5-c5d8-455a-baee-0832c9d1d8bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4728 | 2024.08.18 06:18:42.361913 [ 3 ] {} <Debug> HTTP-Session: 9dc3f6b5-c5d8-455a-baee-0832c9d1d8bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.08.18 06:18:42.361945 [ 3 ] {} <Trace> HTTP-Session: 9dc3f6b5-c5d8-455a-baee-0832c9d1d8bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4730 | 2024.08.18 06:18:42.362080 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4731 | 2024.08.18 06:18:42.362124 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4732 | 2024.08.18 06:18:42.362252 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4733 | 2024.08.18 06:18:42.362593 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4734 | 2024.08.18 06:18:42.362629 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4735 | 2024.08.18 06:18:42.362934 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4736 | 2024.08.18 06:18:42.363235 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4737 | 2024.08.18 06:18:42.363358 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001327 sec., 62547.09871891484 rows/sec., 5.00 MiB/sec. | ||
4738 | 2024.08.18 06:18:42.363631 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Debug> DynamicQueryHandler: Done processing query | ||
4739 | 2024.08.18 06:18:42.363656 [ 3 ] {a692f8bd-7927-4713-a479-6bf72a9a8118} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4740 | 2024.08.18 06:18:42.363671 [ 3 ] {} <Debug> HTTP-Session: 9dc3f6b5-c5d8-455a-baee-0832c9d1d8bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4741 | 2024.08.18 06:18:42.363835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4742 | 2024.08.18 06:18:42.363883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4743 | 2024.08.18 06:18:42.363901 [ 3 ] {} <Debug> HTTP-Session: 76246f32-b932-47ea-838a-603624b2f756 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4744 | 2024.08.18 06:18:42.363918 [ 3 ] {} <Debug> HTTP-Session: 76246f32-b932-47ea-838a-603624b2f756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.08.18 06:18:42.363931 [ 3 ] {} <Debug> HTTP-Session: 76246f32-b932-47ea-838a-603624b2f756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.08.18 06:18:42.363961 [ 3 ] {} <Trace> HTTP-Session: 76246f32-b932-47ea-838a-603624b2f756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4747 | 2024.08.18 06:18:42.364075 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4748 | 2024.08.18 06:18:42.364118 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4749 | 2024.08.18 06:18:42.364256 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4750 | 2024.08.18 06:18:42.364592 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4751 | 2024.08.18 06:18:42.364628 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4752 | 2024.08.18 06:18:42.364933 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4753 | 2024.08.18 06:18:42.365232 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4754 | 2024.08.18 06:18:42.365352 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001317 sec., 55429.005315110095 rows/sec., 4.33 MiB/sec. | ||
4755 | 2024.08.18 06:18:42.365654 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Debug> DynamicQueryHandler: Done processing query | ||
4756 | 2024.08.18 06:18:42.365687 [ 3 ] {8e1e786d-ea12-49f6-b7b9-84b64b873fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4757 | 2024.08.18 06:18:42.365704 [ 3 ] {} <Debug> HTTP-Session: 76246f32-b932-47ea-838a-603624b2f756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4758 | 2024.08.18 06:18:42.365884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4759 | 2024.08.18 06:18:42.365933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4760 | 2024.08.18 06:18:42.365951 [ 3 ] {} <Debug> HTTP-Session: 554ef347-8908-4df9-97e7-3dccb14da676 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4761 | 2024.08.18 06:18:42.365968 [ 3 ] {} <Debug> HTTP-Session: 554ef347-8908-4df9-97e7-3dccb14da676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.08.18 06:18:42.365982 [ 3 ] {} <Debug> HTTP-Session: 554ef347-8908-4df9-97e7-3dccb14da676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.08.18 06:18:42.366012 [ 3 ] {} <Trace> HTTP-Session: 554ef347-8908-4df9-97e7-3dccb14da676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2024.08.18 06:18:42.366161 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4765 | 2024.08.18 06:18:42.366210 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4766 | 2024.08.18 06:18:42.366364 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4767 | 2024.08.18 06:18:42.366777 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4768 | 2024.08.18 06:18:42.366813 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4769 | 2024.08.18 06:18:42.367201 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4770 | 2024.08.18 06:18:42.367534 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4771 | 2024.08.18 06:18:42.367658 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
4772 | 2024.08.18 06:18:42.367819 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.08.18 06:18:42.367843 [ 3 ] {ac1e3062-5f52-4d33-aa2f-ef92ddbc9cab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4774 | 2024.08.18 06:18:42.367859 [ 3 ] {} <Debug> HTTP-Session: 554ef347-8908-4df9-97e7-3dccb14da676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.08.18 06:18:42.367999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4776 | 2024.08.18 06:18:42.368048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4777 | 2024.08.18 06:18:42.368066 [ 3 ] {} <Debug> HTTP-Session: 58128fc1-7b9a-402c-8e2a-ef45e9eea24c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4778 | 2024.08.18 06:18:42.368081 [ 3 ] {} <Debug> HTTP-Session: 58128fc1-7b9a-402c-8e2a-ef45e9eea24c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4779 | 2024.08.18 06:18:42.368095 [ 3 ] {} <Debug> HTTP-Session: 58128fc1-7b9a-402c-8e2a-ef45e9eea24c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.08.18 06:18:42.368125 [ 3 ] {} <Trace> HTTP-Session: 58128fc1-7b9a-402c-8e2a-ef45e9eea24c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4781 | 2024.08.18 06:18:42.368295 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4782 | 2024.08.18 06:18:42.368363 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <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 | ||
4783 | 2024.08.18 06:18:42.368759 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4784 | 2024.08.18 06:18:42.369310 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.08.18 06:18:42.369347 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4786 | 2024.08.18 06:18:42.369930 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4787 | 2024.08.18 06:18:42.370326 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4788 | 2024.08.18 06:18:42.370470 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002273 sec., 3959.5248570171584 rows/sec., 7.10 MiB/sec. | ||
4789 | 2024.08.18 06:18:42.371233 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Debug> DynamicQueryHandler: Done processing query | ||
4790 | 2024.08.18 06:18:42.371266 [ 3 ] {e966e64e-1e98-4d07-a438-a33bf84aede4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4791 | 2024.08.18 06:18:42.371291 [ 3 ] {} <Debug> HTTP-Session: 58128fc1-7b9a-402c-8e2a-ef45e9eea24c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4792 | 2024.08.18 06:18:42.371443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4793 | 2024.08.18 06:18:42.371513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4794 | 2024.08.18 06:18:42.371544 [ 3 ] {} <Debug> HTTP-Session: 529159a4-b06e-4dd7-8733-d26dd3eb027a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4795 | 2024.08.18 06:18:42.371570 [ 3 ] {} <Debug> HTTP-Session: 529159a4-b06e-4dd7-8733-d26dd3eb027a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4796 | 2024.08.18 06:18:42.371591 [ 3 ] {} <Debug> HTTP-Session: 529159a4-b06e-4dd7-8733-d26dd3eb027a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.08.18 06:18:42.371633 [ 3 ] {} <Trace> HTTP-Session: 529159a4-b06e-4dd7-8733-d26dd3eb027a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4798 | 2024.08.18 06:18:42.371801 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4799 | 2024.08.18 06:18:42.371861 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4800 | 2024.08.18 06:18:42.372064 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4801 | 2024.08.18 06:18:42.372437 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4802 | 2024.08.18 06:18:42.372484 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4803 | 2024.08.18 06:18:42.372997 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4804 | 2024.08.18 06:18:42.373511 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2024.08.18 06:18:42.373687 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001957 sec., 30659.172202350535 rows/sec., 2.07 MiB/sec. | ||
4806 | 2024.08.18 06:18:42.374330 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Debug> DynamicQueryHandler: Done processing query | ||
4807 | 2024.08.18 06:18:42.374422 [ 3 ] {56091bb7-b370-497d-a3cf-0d39b5c10928} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4808 | 2024.08.18 06:18:42.374493 [ 3 ] {} <Debug> HTTP-Session: 529159a4-b06e-4dd7-8733-d26dd3eb027a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4809 | 2024.08.18 06:18:47.364727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4810 | 2024.08.18 06:18:47.364856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4811 | 2024.08.18 06:18:47.364881 [ 3 ] {} <Debug> HTTP-Session: a8628e63-2d8f-448d-9c0f-b303096be884 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4812 | 2024.08.18 06:18:47.364905 [ 3 ] {} <Debug> HTTP-Session: a8628e63-2d8f-448d-9c0f-b303096be884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4813 | 2024.08.18 06:18:47.364920 [ 3 ] {} <Debug> HTTP-Session: a8628e63-2d8f-448d-9c0f-b303096be884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.08.18 06:18:47.364969 [ 3 ] {} <Trace> HTTP-Session: a8628e63-2d8f-448d-9c0f-b303096be884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4815 | 2024.08.18 06:18:47.365151 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4816 | 2024.08.18 06:18:47.365218 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4817 | 2024.08.18 06:18:47.365404 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4818 | 2024.08.18 06:18:47.365870 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4819 | 2024.08.18 06:18:47.365917 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4820 | 2024.08.18 06:18:47.366287 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4821 | 2024.08.18 06:18:47.366723 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4822 | 2024.08.18 06:18:47.366899 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001801 sec., 13325.930038867295 rows/sec., 1.05 MiB/sec. | ||
4823 | 2024.08.18 06:18:47.367151 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Debug> DynamicQueryHandler: Done processing query | ||
4824 | 2024.08.18 06:18:47.367184 [ 3 ] {6caa9480-7580-43a1-a5a1-ffbddad4029b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4825 | 2024.08.18 06:18:47.367204 [ 3 ] {} <Debug> HTTP-Session: a8628e63-2d8f-448d-9c0f-b303096be884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4826 | 2024.08.18 06:18:47.367436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4827 | 2024.08.18 06:18:47.367501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4828 | 2024.08.18 06:18:47.367522 [ 3 ] {} <Debug> HTTP-Session: cafc56e3-e542-453a-b97a-40eb72e306c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4829 | 2024.08.18 06:18:47.367540 [ 3 ] {} <Debug> HTTP-Session: cafc56e3-e542-453a-b97a-40eb72e306c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4830 | 2024.08.18 06:18:47.367554 [ 3 ] {} <Debug> HTTP-Session: cafc56e3-e542-453a-b97a-40eb72e306c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.08.18 06:18:47.367589 [ 3 ] {} <Trace> HTTP-Session: cafc56e3-e542-453a-b97a-40eb72e306c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4832 | 2024.08.18 06:18:47.367768 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4833 | 2024.08.18 06:18:47.367816 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4834 | 2024.08.18 06:18:47.367947 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4835 | 2024.08.18 06:18:47.368445 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4836 | 2024.08.18 06:18:47.368485 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4837 | 2024.08.18 06:18:47.368833 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4838 | 2024.08.18 06:18:47.369136 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4839 | 2024.08.18 06:18:47.369266 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001594 sec., 163739.02132998747 rows/sec., 14.32 MiB/sec. | ||
4840 | 2024.08.18 06:18:47.369445 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Debug> DynamicQueryHandler: Done processing query | ||
4841 | 2024.08.18 06:18:47.369476 [ 3 ] {e69cf253-52f7-433e-ba83-2796486cf3a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4842 | 2024.08.18 06:18:47.369497 [ 3 ] {} <Debug> HTTP-Session: cafc56e3-e542-453a-b97a-40eb72e306c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.08.18 06:18:47.369646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4844 | 2024.08.18 06:18:47.369706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4845 | 2024.08.18 06:18:47.369729 [ 3 ] {} <Debug> HTTP-Session: f805d6ee-d319-4158-9cd7-d3f6bf1f76ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4846 | 2024.08.18 06:18:47.369749 [ 3 ] {} <Debug> HTTP-Session: f805d6ee-d319-4158-9cd7-d3f6bf1f76ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.08.18 06:18:47.369766 [ 3 ] {} <Debug> HTTP-Session: f805d6ee-d319-4158-9cd7-d3f6bf1f76ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.08.18 06:18:47.369804 [ 3 ] {} <Trace> HTTP-Session: f805d6ee-d319-4158-9cd7-d3f6bf1f76ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4849 | 2024.08.18 06:18:47.369923 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4850 | 2024.08.18 06:18:47.369973 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4851 | 2024.08.18 06:18:47.370128 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4852 | 2024.08.18 06:18:47.370521 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4853 | 2024.08.18 06:18:47.370557 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4854 | 2024.08.18 06:18:47.370872 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4855 | 2024.08.18 06:18:47.371182 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4856 | 2024.08.18 06:18:47.371302 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001412 sec., 9915.014164305949 rows/sec., 694.38 KiB/sec. | ||
4857 | 2024.08.18 06:18:47.371562 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Debug> DynamicQueryHandler: Done processing query | ||
4858 | 2024.08.18 06:18:47.371590 [ 3 ] {270d34ad-9fb7-4ed1-9fbb-fc41553906c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4859 | 2024.08.18 06:18:47.371606 [ 3 ] {} <Debug> HTTP-Session: f805d6ee-d319-4158-9cd7-d3f6bf1f76ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4860 | 2024.08.18 06:18:47.371750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4861 | 2024.08.18 06:18:47.371797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4862 | 2024.08.18 06:18:47.371816 [ 3 ] {} <Debug> HTTP-Session: 9073fdf0-db38-4a59-9f74-01ffc8201526 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4863 | 2024.08.18 06:18:47.371832 [ 3 ] {} <Debug> HTTP-Session: 9073fdf0-db38-4a59-9f74-01ffc8201526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4864 | 2024.08.18 06:18:47.371846 [ 3 ] {} <Debug> HTTP-Session: 9073fdf0-db38-4a59-9f74-01ffc8201526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4865 | 2024.08.18 06:18:47.371875 [ 3 ] {} <Trace> HTTP-Session: 9073fdf0-db38-4a59-9f74-01ffc8201526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4866 | 2024.08.18 06:18:47.371969 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4867 | 2024.08.18 06:18:47.372011 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4868 | 2024.08.18 06:18:47.372154 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4869 | 2024.08.18 06:18:47.372440 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4870 | 2024.08.18 06:18:47.372474 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4871 | 2024.08.18 06:18:47.372763 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4872 | 2024.08.18 06:18:47.373058 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4873 | 2024.08.18 06:18:47.373176 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00123 sec., 4878.048780487805 rows/sec., 288.21 KiB/sec. | ||
4874 | 2024.08.18 06:18:47.373333 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Debug> DynamicQueryHandler: Done processing query | ||
4875 | 2024.08.18 06:18:47.373358 [ 3 ] {2255f178-96d2-452a-acc3-748bb232259c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4876 | 2024.08.18 06:18:47.373373 [ 3 ] {} <Debug> HTTP-Session: 9073fdf0-db38-4a59-9f74-01ffc8201526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4877 | 2024.08.18 06:18:47.373539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4878 | 2024.08.18 06:18:47.373585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4879 | 2024.08.18 06:18:47.373604 [ 3 ] {} <Debug> HTTP-Session: d995de67-daf5-47e5-a4ff-1a9779ee956d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4880 | 2024.08.18 06:18:47.373621 [ 3 ] {} <Debug> HTTP-Session: d995de67-daf5-47e5-a4ff-1a9779ee956d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4881 | 2024.08.18 06:18:47.373635 [ 3 ] {} <Debug> HTTP-Session: d995de67-daf5-47e5-a4ff-1a9779ee956d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.08.18 06:18:47.373665 [ 3 ] {} <Trace> HTTP-Session: d995de67-daf5-47e5-a4ff-1a9779ee956d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4883 | 2024.08.18 06:18:47.373864 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4884 | 2024.08.18 06:18:47.373905 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4885 | 2024.08.18 06:18:47.374028 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4886 | 2024.08.18 06:18:47.374600 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4887 | 2024.08.18 06:18:47.374639 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4888 | 2024.08.18 06:18:47.374974 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4889 | 2024.08.18 06:18:47.375282 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4890 | 2024.08.18 06:18:47.375412 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001652 sec., 245762.71186440677 rows/sec., 17.50 MiB/sec. | ||
4891 | 2024.08.18 06:18:47.375579 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Debug> DynamicQueryHandler: Done processing query | ||
4892 | 2024.08.18 06:18:47.375606 [ 3 ] {f63e3659-e72c-4a9d-a366-83cb4a69835b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4893 | 2024.08.18 06:18:47.375622 [ 3 ] {} <Debug> HTTP-Session: d995de67-daf5-47e5-a4ff-1a9779ee956d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.08.18 06:18:47.375761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4895 | 2024.08.18 06:18:47.375812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4896 | 2024.08.18 06:18:47.375831 [ 3 ] {} <Debug> HTTP-Session: ff50ede6-da66-437c-a66a-957536331ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4897 | 2024.08.18 06:18:47.375847 [ 3 ] {} <Debug> HTTP-Session: ff50ede6-da66-437c-a66a-957536331ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4898 | 2024.08.18 06:18:47.375862 [ 3 ] {} <Debug> HTTP-Session: ff50ede6-da66-437c-a66a-957536331ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.08.18 06:18:47.375893 [ 3 ] {} <Trace> HTTP-Session: ff50ede6-da66-437c-a66a-957536331ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4900 | 2024.08.18 06:18:47.375989 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4901 | 2024.08.18 06:18:47.376032 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4902 | 2024.08.18 06:18:47.376163 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4903 | 2024.08.18 06:18:47.376452 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4904 | 2024.08.18 06:18:47.376490 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4905 | 2024.08.18 06:18:47.376846 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4906 | 2024.08.18 06:18:47.377166 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4907 | 2024.08.18 06:18:47.377293 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
4908 | 2024.08.18 06:18:47.377455 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Debug> DynamicQueryHandler: Done processing query | ||
4909 | 2024.08.18 06:18:47.377480 [ 3 ] {ff73f4a9-20a4-4a79-ada0-15a125a65ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4910 | 2024.08.18 06:18:47.377495 [ 3 ] {} <Debug> HTTP-Session: ff50ede6-da66-437c-a66a-957536331ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4911 | 2024.08.18 06:18:47.377648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4912 | 2024.08.18 06:18:47.377698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4913 | 2024.08.18 06:18:47.377716 [ 3 ] {} <Debug> HTTP-Session: dc85aa31-7705-4726-be42-b9f7e71089c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4914 | 2024.08.18 06:18:47.377732 [ 3 ] {} <Debug> HTTP-Session: dc85aa31-7705-4726-be42-b9f7e71089c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4915 | 2024.08.18 06:18:47.377746 [ 3 ] {} <Debug> HTTP-Session: dc85aa31-7705-4726-be42-b9f7e71089c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4916 | 2024.08.18 06:18:47.377776 [ 3 ] {} <Trace> HTTP-Session: dc85aa31-7705-4726-be42-b9f7e71089c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4917 | 2024.08.18 06:18:47.377965 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4918 | 2024.08.18 06:18:47.378011 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4919 | 2024.08.18 06:18:47.378151 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4920 | 2024.08.18 06:18:47.378606 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4921 | 2024.08.18 06:18:47.378643 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4922 | 2024.08.18 06:18:47.379291 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4923 | 2024.08.18 06:18:47.379637 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4924 | 2024.08.18 06:18:47.379769 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001916 sec., 123695.19832985387 rows/sec., 8.29 MiB/sec. | ||
4925 | 2024.08.18 06:18:47.379941 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Debug> DynamicQueryHandler: Done processing query | ||
4926 | 2024.08.18 06:18:47.379966 [ 3 ] {6da3495e-0603-423f-8e57-66bff48838cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4927 | 2024.08.18 06:18:47.379981 [ 3 ] {} <Debug> HTTP-Session: dc85aa31-7705-4726-be42-b9f7e71089c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4928 | 2024.08.18 06:18:47.380097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4929 | 2024.08.18 06:18:47.380147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4930 | 2024.08.18 06:18:47.380167 [ 3 ] {} <Debug> HTTP-Session: 977cc6a0-bb6a-4640-bb0e-e312983339cd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4931 | 2024.08.18 06:18:47.380185 [ 3 ] {} <Debug> HTTP-Session: 977cc6a0-bb6a-4640-bb0e-e312983339cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4932 | 2024.08.18 06:18:47.380199 [ 3 ] {} <Debug> HTTP-Session: 977cc6a0-bb6a-4640-bb0e-e312983339cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.08.18 06:18:47.380230 [ 3 ] {} <Trace> HTTP-Session: 977cc6a0-bb6a-4640-bb0e-e312983339cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4934 | 2024.08.18 06:18:47.380322 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4935 | 2024.08.18 06:18:47.380367 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4936 | 2024.08.18 06:18:47.380495 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4937 | 2024.08.18 06:18:47.380763 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4938 | 2024.08.18 06:18:47.380799 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4939 | 2024.08.18 06:18:47.381145 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4940 | 2024.08.18 06:18:47.381459 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4941 | 2024.08.18 06:18:47.381580 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec. | ||
4942 | 2024.08.18 06:18:47.381580 [ 140 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4943 | 2024.08.18 06:18:47.381638 [ 140 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4944 | 2024.08.18 06:18:47.381666 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4945 | 2024.08.18 06:18:47.381795 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Debug> DynamicQueryHandler: Done processing query | ||
4946 | 2024.08.18 06:18:47.381844 [ 3 ] {4b2d58ab-a39f-4e0c-9674-60d2f0e8fcb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4947 | 2024.08.18 06:18:47.381872 [ 3 ] {} <Debug> HTTP-Session: 977cc6a0-bb6a-4640-bb0e-e312983339cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.08.18 06:18:47.381890 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
4949 | 2024.08.18 06:18:47.382078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4950 | 2024.08.18 06:18:47.382194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4951 | 2024.08.18 06:18:47.382208 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4952 | 2024.08.18 06:18:47.382229 [ 3 ] {} <Debug> HTTP-Session: f1dcc5c6-3533-4a23-a87e-5ed1a03a7732 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4953 | 2024.08.18 06:18:47.382277 [ 3 ] {} <Debug> HTTP-Session: f1dcc5c6-3533-4a23-a87e-5ed1a03a7732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4954 | 2024.08.18 06:18:47.382287 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
4955 | 2024.08.18 06:18:47.382304 [ 3 ] {} <Debug> HTTP-Session: f1dcc5c6-3533-4a23-a87e-5ed1a03a7732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.08.18 06:18:47.382372 [ 3 ] {} <Trace> HTTP-Session: f1dcc5c6-3533-4a23-a87e-5ed1a03a7732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4957 | 2024.08.18 06:18:47.382548 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
4958 | 2024.08.18 06:18:47.382738 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
4959 | 2024.08.18 06:18:47.382978 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4960 | 2024.08.18 06:18:47.383183 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
4961 | 2024.08.18 06:18:47.383276 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <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 | ||
4962 | 2024.08.18 06:18:47.383492 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
4963 | 2024.08.18 06:18:47.383910 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
4964 | 2024.08.18 06:18:47.385572 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4965 | 2024.08.18 06:18:47.386930 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005175597 sec., 1932.14425311708 rows/sec., 130.19 KiB/sec. | ||
4966 | 2024.08.18 06:18:47.387185 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4967 | 2024.08.18 06:18:47.387466 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4968 | 2024.08.18 06:18:47.387534 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4969 | 2024.08.18 06:18:47.388161 [ 189 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4970 | 2024.08.18 06:18:47.388388 [ 189 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_10_2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4971 | 2024.08.18 06:18:47.388568 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4972 | 2024.08.18 06:18:47.388871 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4973 | 2024.08.18 06:18:47.389289 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2024.08.18 06:18:47.389447 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006831 sec., 3513.3948177426437 rows/sec., 6.30 MiB/sec. | ||
4975 | 2024.08.18 06:18:47.389697 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Debug> DynamicQueryHandler: Done processing query | ||
4976 | 2024.08.18 06:18:47.389722 [ 3 ] {1999137f-1f8f-480a-9572-d4e2d7cb2c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4977 | 2024.08.18 06:18:47.389738 [ 3 ] {} <Debug> HTTP-Session: f1dcc5c6-3533-4a23-a87e-5ed1a03a7732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.08.18 06:18:47.389865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4979 | 2024.08.18 06:18:47.389914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.08.18 06:18:47.389935 [ 3 ] {} <Debug> HTTP-Session: e6cfd106-5d86-4cb0-80db-3e787ad026c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4981 | 2024.08.18 06:18:47.389951 [ 3 ] {} <Debug> HTTP-Session: e6cfd106-5d86-4cb0-80db-3e787ad026c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.08.18 06:18:47.389966 [ 3 ] {} <Debug> HTTP-Session: e6cfd106-5d86-4cb0-80db-3e787ad026c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.08.18 06:18:47.389998 [ 3 ] {} <Trace> HTTP-Session: e6cfd106-5d86-4cb0-80db-3e787ad026c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4984 | 2024.08.18 06:18:47.390135 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4985 | 2024.08.18 06:18:47.390179 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4986 | 2024.08.18 06:18:47.390310 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4987 | 2024.08.18 06:18:47.390644 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4988 | 2024.08.18 06:18:47.390681 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
4989 | 2024.08.18 06:18:47.391043 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4990 | 2024.08.18 06:18:47.391361 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4991 | 2024.08.18 06:18:47.391488 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
4992 | 2024.08.18 06:18:47.391652 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Debug> DynamicQueryHandler: Done processing query | ||
4993 | 2024.08.18 06:18:47.391677 [ 3 ] {df46eed9-b52a-4a9e-93cd-e8774da02fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4994 | 2024.08.18 06:18:47.391693 [ 3 ] {} <Debug> HTTP-Session: e6cfd106-5d86-4cb0-80db-3e787ad026c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4995 | 2024.08.18 06:18:52.358759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4996 | 2024.08.18 06:18:52.358884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4997 | 2024.08.18 06:18:52.358909 [ 3 ] {} <Debug> HTTP-Session: 738869dd-88f1-4bf5-91a3-6931d8d60c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
4998 | 2024.08.18 06:18:52.358934 [ 3 ] {} <Debug> HTTP-Session: 738869dd-88f1-4bf5-91a3-6931d8d60c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.08.18 06:18:52.358949 [ 3 ] {} <Debug> HTTP-Session: 738869dd-88f1-4bf5-91a3-6931d8d60c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5000 | 2024.08.18 06:18:52.358997 [ 3 ] {} <Trace> HTTP-Session: 738869dd-88f1-4bf5-91a3-6931d8d60c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5001 | 2024.08.18 06:18:52.359172 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5002 | 2024.08.18 06:18:52.359236 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5003 | 2024.08.18 06:18:52.359419 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5004 | 2024.08.18 06:18:52.359897 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5005 | 2024.08.18 06:18:52.359937 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5006 | 2024.08.18 06:18:52.360300 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5007 | 2024.08.18 06:18:52.360642 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5008 | 2024.08.18 06:18:52.360782 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001664 sec., 5408.653846153847 rows/sec., 438.40 KiB/sec. | ||
5009 | 2024.08.18 06:18:52.360977 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Debug> DynamicQueryHandler: Done processing query | ||
5010 | 2024.08.18 06:18:52.361004 [ 3 ] {c905b636-5823-4b09-84c2-39bed66a9dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5011 | 2024.08.18 06:18:52.361021 [ 3 ] {} <Debug> HTTP-Session: 738869dd-88f1-4bf5-91a3-6931d8d60c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5012 | 2024.08.18 06:18:52.361189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5013 | 2024.08.18 06:18:52.361239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5014 | 2024.08.18 06:18:52.361259 [ 3 ] {} <Debug> HTTP-Session: c5dfd957-0797-4d8f-8dca-7a8476102577 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5015 | 2024.08.18 06:18:52.361276 [ 3 ] {} <Debug> HTTP-Session: c5dfd957-0797-4d8f-8dca-7a8476102577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.08.18 06:18:52.361290 [ 3 ] {} <Debug> HTTP-Session: c5dfd957-0797-4d8f-8dca-7a8476102577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.08.18 06:18:52.361322 [ 3 ] {} <Trace> HTTP-Session: c5dfd957-0797-4d8f-8dca-7a8476102577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5018 | 2024.08.18 06:18:52.361416 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5019 | 2024.08.18 06:18:52.361459 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5020 | 2024.08.18 06:18:52.361586 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5021 | 2024.08.18 06:18:52.361898 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2024.08.18 06:18:52.361936 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5023 | 2024.08.18 06:18:52.362236 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5024 | 2024.08.18 06:18:52.362539 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2024.08.18 06:18:52.362668 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 255.62 KiB/sec. | ||
5026 | 2024.08.18 06:18:52.362829 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Debug> DynamicQueryHandler: Done processing query | ||
5027 | 2024.08.18 06:18:52.362854 [ 3 ] {50a6cf0f-2b33-4afd-81cd-b63006b83050} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5028 | 2024.08.18 06:18:52.362870 [ 3 ] {} <Debug> HTTP-Session: c5dfd957-0797-4d8f-8dca-7a8476102577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5029 | 2024.08.18 06:18:52.363007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5030 | 2024.08.18 06:18:52.363057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5031 | 2024.08.18 06:18:52.363077 [ 3 ] {} <Debug> HTTP-Session: 725c6fe1-d3e3-4bab-8e5b-14494aef3fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5032 | 2024.08.18 06:18:52.363094 [ 3 ] {} <Debug> HTTP-Session: 725c6fe1-d3e3-4bab-8e5b-14494aef3fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.08.18 06:18:52.363107 [ 3 ] {} <Debug> HTTP-Session: 725c6fe1-d3e3-4bab-8e5b-14494aef3fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5034 | 2024.08.18 06:18:52.363138 [ 3 ] {} <Trace> HTTP-Session: 725c6fe1-d3e3-4bab-8e5b-14494aef3fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5035 | 2024.08.18 06:18:52.363254 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5036 | 2024.08.18 06:18:52.363296 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5037 | 2024.08.18 06:18:52.363421 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5038 | 2024.08.18 06:18:52.363775 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5039 | 2024.08.18 06:18:52.363811 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5040 | 2024.08.18 06:18:52.364124 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5041 | 2024.08.18 06:18:52.364423 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5042 | 2024.08.18 06:18:52.364562 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Debug> executeQuery: Read 85 rows, 6.94 KiB in 0.00135 sec., 62962.962962962956 rows/sec., 5.02 MiB/sec. | ||
5043 | 2024.08.18 06:18:52.364738 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Debug> DynamicQueryHandler: Done processing query | ||
5044 | 2024.08.18 06:18:52.364763 [ 3 ] {276fb35b-70f3-41a2-84b3-ccae203d1c49} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5045 | 2024.08.18 06:18:52.364779 [ 3 ] {} <Debug> HTTP-Session: 725c6fe1-d3e3-4bab-8e5b-14494aef3fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5046 | 2024.08.18 06:18:52.364920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5047 | 2024.08.18 06:18:52.364969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5048 | 2024.08.18 06:18:52.364988 [ 3 ] {} <Debug> HTTP-Session: 70410139-668f-4918-98a8-57481bbf0858 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5049 | 2024.08.18 06:18:52.365005 [ 3 ] {} <Debug> HTTP-Session: 70410139-668f-4918-98a8-57481bbf0858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5050 | 2024.08.18 06:18:52.365019 [ 3 ] {} <Debug> HTTP-Session: 70410139-668f-4918-98a8-57481bbf0858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5051 | 2024.08.18 06:18:52.365050 [ 3 ] {} <Trace> HTTP-Session: 70410139-668f-4918-98a8-57481bbf0858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5052 | 2024.08.18 06:18:52.365143 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5053 | 2024.08.18 06:18:52.365185 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5054 | 2024.08.18 06:18:52.365313 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5055 | 2024.08.18 06:18:52.365596 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5056 | 2024.08.18 06:18:52.365633 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5057 | 2024.08.18 06:18:52.365933 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5058 | 2024.08.18 06:18:52.366226 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5059 | 2024.08.18 06:18:52.366386 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00126 sec., 3174.6031746031745 rows/sec., 221.66 KiB/sec. | ||
5060 | 2024.08.18 06:18:52.366664 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Debug> DynamicQueryHandler: Done processing query | ||
5061 | 2024.08.18 06:18:52.366688 [ 3 ] {a14c4595-7a36-4028-872f-67dd20a3540f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5062 | 2024.08.18 06:18:52.366705 [ 3 ] {} <Debug> HTTP-Session: 70410139-668f-4918-98a8-57481bbf0858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5063 | 2024.08.18 06:18:52.366823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5064 | 2024.08.18 06:18:52.366872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5065 | 2024.08.18 06:18:52.366891 [ 3 ] {} <Debug> HTTP-Session: 1ee5fd80-361d-4afe-b72f-0dfbb06b6dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5066 | 2024.08.18 06:18:52.366908 [ 3 ] {} <Debug> HTTP-Session: 1ee5fd80-361d-4afe-b72f-0dfbb06b6dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.08.18 06:18:52.366922 [ 3 ] {} <Debug> HTTP-Session: 1ee5fd80-361d-4afe-b72f-0dfbb06b6dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5068 | 2024.08.18 06:18:52.366952 [ 3 ] {} <Trace> HTTP-Session: 1ee5fd80-361d-4afe-b72f-0dfbb06b6dcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5069 | 2024.08.18 06:18:52.367071 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5070 | 2024.08.18 06:18:52.367115 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5071 | 2024.08.18 06:18:52.367258 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5072 | 2024.08.18 06:18:52.367614 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5073 | 2024.08.18 06:18:52.367652 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5074 | 2024.08.18 06:18:52.367955 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5075 | 2024.08.18 06:18:52.368253 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5076 | 2024.08.18 06:18:52.368413 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001383 sec., 55676.06652205351 rows/sec., 4.35 MiB/sec. | ||
5077 | 2024.08.18 06:18:52.368589 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Debug> DynamicQueryHandler: Done processing query | ||
5078 | 2024.08.18 06:18:52.368614 [ 3 ] {e4b4fbd9-2a46-4961-a2c3-8965cc53de0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5079 | 2024.08.18 06:18:52.368630 [ 3 ] {} <Debug> HTTP-Session: 1ee5fd80-361d-4afe-b72f-0dfbb06b6dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5080 | 2024.08.18 06:18:52.368818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5081 | 2024.08.18 06:18:52.368867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5082 | 2024.08.18 06:18:52.368887 [ 3 ] {} <Debug> HTTP-Session: c6ce36ed-43a1-4cdf-b2ac-3594f6b4b81d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5083 | 2024.08.18 06:18:52.368904 [ 3 ] {} <Debug> HTTP-Session: c6ce36ed-43a1-4cdf-b2ac-3594f6b4b81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.08.18 06:18:52.368918 [ 3 ] {} <Debug> HTTP-Session: c6ce36ed-43a1-4cdf-b2ac-3594f6b4b81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.08.18 06:18:52.368949 [ 3 ] {} <Trace> HTTP-Session: c6ce36ed-43a1-4cdf-b2ac-3594f6b4b81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5086 | 2024.08.18 06:18:52.369088 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5087 | 2024.08.18 06:18:52.369135 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5088 | 2024.08.18 06:18:52.369282 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5089 | 2024.08.18 06:18:52.369748 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5090 | 2024.08.18 06:18:52.369786 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5091 | 2024.08.18 06:18:52.370174 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5092 | 2024.08.18 06:18:52.370506 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5093 | 2024.08.18 06:18:52.370664 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001638 sec., 98901.0989010989 rows/sec., 6.89 MiB/sec. | ||
5094 | 2024.08.18 06:18:52.370835 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Debug> DynamicQueryHandler: Done processing query | ||
5095 | 2024.08.18 06:18:52.370860 [ 3 ] {6877a8a1-4949-49b5-8ab9-ccb2e610fec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5096 | 2024.08.18 06:18:52.370876 [ 3 ] {} <Debug> HTTP-Session: c6ce36ed-43a1-4cdf-b2ac-3594f6b4b81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.08.18 06:18:52.370998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5098 | 2024.08.18 06:18:52.371049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5099 | 2024.08.18 06:18:52.371067 [ 3 ] {} <Debug> HTTP-Session: 2a6fa058-ceb7-4594-b386-6505afdd7036 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5100 | 2024.08.18 06:18:52.371083 [ 3 ] {} <Debug> HTTP-Session: 2a6fa058-ceb7-4594-b386-6505afdd7036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.08.18 06:18:52.371097 [ 3 ] {} <Debug> HTTP-Session: 2a6fa058-ceb7-4594-b386-6505afdd7036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5102 | 2024.08.18 06:18:52.371128 [ 3 ] {} <Trace> HTTP-Session: 2a6fa058-ceb7-4594-b386-6505afdd7036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5103 | 2024.08.18 06:18:52.371298 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5104 | 2024.08.18 06:18:52.371361 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <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 | ||
5105 | 2024.08.18 06:18:52.371772 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5106 | 2024.08.18 06:18:52.372304 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5107 | 2024.08.18 06:18:52.372342 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5108 | 2024.08.18 06:18:52.372925 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5109 | 2024.08.18 06:18:52.373323 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5110 | 2024.08.18 06:18:52.373531 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002318 sec., 3882.657463330457 rows/sec., 6.96 MiB/sec. | ||
5111 | 2024.08.18 06:18:52.374024 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Debug> DynamicQueryHandler: Done processing query | ||
5112 | 2024.08.18 06:18:52.374049 [ 3 ] {a4494572-e94c-4166-9c54-c5d2464bf8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5113 | 2024.08.18 06:18:52.374065 [ 3 ] {} <Debug> HTTP-Session: 2a6fa058-ceb7-4594-b386-6505afdd7036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.08.18 06:18:52.374195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5115 | 2024.08.18 06:18:52.374245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5116 | 2024.08.18 06:18:52.374264 [ 3 ] {} <Debug> HTTP-Session: 9446340b-f558-4b45-ae77-b468a969f718 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5117 | 2024.08.18 06:18:52.374282 [ 3 ] {} <Debug> HTTP-Session: 9446340b-f558-4b45-ae77-b468a969f718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.08.18 06:18:52.374296 [ 3 ] {} <Debug> HTTP-Session: 9446340b-f558-4b45-ae77-b468a969f718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.08.18 06:18:52.374328 [ 3 ] {} <Trace> HTTP-Session: 9446340b-f558-4b45-ae77-b468a969f718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5120 | 2024.08.18 06:18:52.374443 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5121 | 2024.08.18 06:18:52.374488 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5122 | 2024.08.18 06:18:52.374631 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5123 | 2024.08.18 06:18:52.374943 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5124 | 2024.08.18 06:18:52.374981 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5125 | 2024.08.18 06:18:52.375341 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5126 | 2024.08.18 06:18:52.375653 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5127 | 2024.08.18 06:18:52.375814 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
5128 | 2024.08.18 06:18:52.375984 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Debug> DynamicQueryHandler: Done processing query | ||
5129 | 2024.08.18 06:18:52.376008 [ 3 ] {2b4cd553-e6ae-4676-b62d-d7362d791aef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5130 | 2024.08.18 06:18:52.376025 [ 3 ] {} <Debug> HTTP-Session: 9446340b-f558-4b45-ae77-b468a969f718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.08.18 06:18:55.224491 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5132 | 2024.08.18 06:18:55.224549 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5133 | 2024.08.18 06:18:57.364575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5134 | 2024.08.18 06:18:57.364715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5135 | 2024.08.18 06:18:57.364744 [ 3 ] {} <Debug> HTTP-Session: 3053498c-e520-46b0-8455-6f0c383a3a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5136 | 2024.08.18 06:18:57.364773 [ 3 ] {} <Debug> HTTP-Session: 3053498c-e520-46b0-8455-6f0c383a3a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.08.18 06:18:57.364787 [ 3 ] {} <Debug> HTTP-Session: 3053498c-e520-46b0-8455-6f0c383a3a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5138 | 2024.08.18 06:18:57.364836 [ 3 ] {} <Trace> HTTP-Session: 3053498c-e520-46b0-8455-6f0c383a3a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5139 | 2024.08.18 06:18:57.365021 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5140 | 2024.08.18 06:18:57.365086 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5141 | 2024.08.18 06:18:57.365272 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5142 | 2024.08.18 06:18:57.365706 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5143 | 2024.08.18 06:18:57.365748 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5144 | 2024.08.18 06:18:57.366110 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5145 | 2024.08.18 06:18:57.366450 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5146 | 2024.08.18 06:18:57.366612 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001642 sec., 14616.3215590743 rows/sec., 1.16 MiB/sec. | ||
5147 | 2024.08.18 06:18:57.366953 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Debug> DynamicQueryHandler: Done processing query | ||
5148 | 2024.08.18 06:18:57.366980 [ 3 ] {91ea39e3-0de6-4d8f-ad7d-3628a1429311} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5149 | 2024.08.18 06:18:57.366997 [ 3 ] {} <Debug> HTTP-Session: 3053498c-e520-46b0-8455-6f0c383a3a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.08.18 06:18:57.367206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5151 | 2024.08.18 06:18:57.367256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5152 | 2024.08.18 06:18:57.367275 [ 3 ] {} <Debug> HTTP-Session: 4bddeb38-e2f9-462f-8e78-2ef4ea213eff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5153 | 2024.08.18 06:18:57.367293 [ 3 ] {} <Debug> HTTP-Session: 4bddeb38-e2f9-462f-8e78-2ef4ea213eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.08.18 06:18:57.367307 [ 3 ] {} <Debug> HTTP-Session: 4bddeb38-e2f9-462f-8e78-2ef4ea213eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5155 | 2024.08.18 06:18:57.367344 [ 3 ] {} <Trace> HTTP-Session: 4bddeb38-e2f9-462f-8e78-2ef4ea213eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5156 | 2024.08.18 06:18:57.367515 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5157 | 2024.08.18 06:18:57.367560 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5158 | 2024.08.18 06:18:57.367706 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5159 | 2024.08.18 06:18:57.368186 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5160 | 2024.08.18 06:18:57.368224 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5161 | 2024.08.18 06:18:57.368538 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5162 | 2024.08.18 06:18:57.368831 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5163 | 2024.08.18 06:18:57.368982 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001546 sec., 168822.7684346701 rows/sec., 14.76 MiB/sec. | ||
5164 | 2024.08.18 06:18:57.368982 [ 123 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5165 | 2024.08.18 06:18:57.369091 [ 123 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5166 | 2024.08.18 06:18:57.369133 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5167 | 2024.08.18 06:18:57.369209 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Debug> DynamicQueryHandler: Done processing query | ||
5168 | 2024.08.18 06:18:57.369270 [ 3 ] {b4ed2cb9-abc8-4908-8a47-761dd654ecc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5169 | 2024.08.18 06:18:57.369335 [ 3 ] {} <Debug> HTTP-Session: 4bddeb38-e2f9-462f-8e78-2ef4ea213eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.08.18 06:18:57.369402 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
5171 | 2024.08.18 06:18:57.369517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5172 | 2024.08.18 06:18:57.369644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5173 | 2024.08.18 06:18:57.369701 [ 3 ] {} <Debug> HTTP-Session: 8a8bebf7-dd17-440b-add2-af757fab187a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5174 | 2024.08.18 06:18:57.369723 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5175 | 2024.08.18 06:18:57.369735 [ 3 ] {} <Debug> HTTP-Session: 8a8bebf7-dd17-440b-add2-af757fab187a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.08.18 06:18:57.369778 [ 3 ] {} <Debug> HTTP-Session: 8a8bebf7-dd17-440b-add2-af757fab187a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5177 | 2024.08.18 06:18:57.369798 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1434 rows starting from the beginning of the part | ||
5178 | 2024.08.18 06:18:57.369861 [ 3 ] {} <Trace> HTTP-Session: 8a8bebf7-dd17-440b-add2-af757fab187a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5179 | 2024.08.18 06:18:57.370070 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
5180 | 2024.08.18 06:18:57.370186 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5181 | 2024.08.18 06:18:57.370357 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5182 | 2024.08.18 06:18:57.370370 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 83 rows starting from the beginning of the part | ||
5183 | 2024.08.18 06:18:57.370733 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 261 rows starting from the beginning of the part | ||
5184 | 2024.08.18 06:18:57.371088 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 85 rows starting from the beginning of the part | ||
5185 | 2024.08.18 06:18:57.371427 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 261 rows starting from the beginning of the part | ||
5186 | 2024.08.18 06:18:57.371772 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5187 | 2024.08.18 06:18:57.372660 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5188 | 2024.08.18 06:18:57.372720 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5189 | 2024.08.18 06:18:57.373505 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5190 | 2024.08.18 06:18:57.374278 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5191 | 2024.08.18 06:18:57.374528 [ 123 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5192 | 2024.08.18 06:18:57.374585 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004523 sec., 3095.2907362370106 rows/sec., 216.77 KiB/sec. | ||
5193 | 2024.08.18 06:18:57.374650 [ 123 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5194 | 2024.08.18 06:18:57.374774 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5195 | 2024.08.18 06:18:57.375222 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Debug> DynamicQueryHandler: Done processing query | ||
5196 | 2024.08.18 06:18:57.375222 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
5197 | 2024.08.18 06:18:57.375274 [ 3 ] {eb148786-c8cd-4905-902c-ed1f9789cc55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5198 | 2024.08.18 06:18:57.375289 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2150 rows, containing 4 columns (4 merged, 0 gathered) in 0.006063484 sec., 354581.62337032636 rows/sec., 29.77 MiB/sec. | ||
5199 | 2024.08.18 06:18:57.375331 [ 3 ] {} <Debug> HTTP-Session: 8a8bebf7-dd17-440b-add2-af757fab187a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5200 | 2024.08.18 06:18:57.375470 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5201 | 2024.08.18 06:18:57.375556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5202 | 2024.08.18 06:18:57.375561 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
5203 | 2024.08.18 06:18:57.375636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5204 | 2024.08.18 06:18:57.375645 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5205 | 2024.08.18 06:18:57.375743 [ 3 ] {} <Debug> HTTP-Session: 383cb90c-e8f7-47e3-b1be-c37151a49489 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5206 | 2024.08.18 06:18:57.375872 [ 3 ] {} <Debug> HTTP-Session: 383cb90c-e8f7-47e3-b1be-c37151a49489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5207 | 2024.08.18 06:18:57.375996 [ 3 ] {} <Debug> HTTP-Session: 383cb90c-e8f7-47e3-b1be-c37151a49489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5208 | 2024.08.18 06:18:57.376023 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
5209 | 2024.08.18 06:18:57.376199 [ 3 ] {} <Trace> HTTP-Session: 383cb90c-e8f7-47e3-b1be-c37151a49489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5210 | 2024.08.18 06:18:57.376417 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
5211 | 2024.08.18 06:18:57.376790 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5212 | 2024.08.18 06:18:57.376911 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
5213 | 2024.08.18 06:18:57.377108 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5214 | 2024.08.18 06:18:57.377288 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
5215 | 2024.08.18 06:18:57.377751 [ 195 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
5216 | 2024.08.18 06:18:57.378606 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5217 | 2024.08.18 06:18:57.379040 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5218 | 2024.08.18 06:18:57.379254 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_26_5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5219 | 2024.08.18 06:18:57.379622 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
5220 | 2024.08.18 06:18:57.380194 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5221 | 2024.08.18 06:18:57.380260 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5222 | 2024.08.18 06:18:57.381125 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5223 | 2024.08.18 06:18:57.381754 [ 199 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.006827848 sec., 79087.87659010569 rows/sec., 5.07 MiB/sec. | ||
5224 | 2024.08.18 06:18:57.381930 [ 199 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5225 | 2024.08.18 06:18:57.381986 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5226 | 2024.08.18 06:18:57.382350 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005778 sec., 1038.4215991692627 rows/sec., 61.35 KiB/sec. | ||
5227 | 2024.08.18 06:18:57.382749 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Debug> DynamicQueryHandler: Done processing query | ||
5228 | 2024.08.18 06:18:57.382786 [ 3 ] {67333e91-94fa-4100-92ca-d6382c59915d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5229 | 2024.08.18 06:18:57.382810 [ 3 ] {} <Debug> HTTP-Session: 383cb90c-e8f7-47e3-b1be-c37151a49489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.08.18 06:18:57.382862 [ 199 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5231 | 2024.08.18 06:18:57.382964 [ 199 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_11_2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5232 | 2024.08.18 06:18:57.383071 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5233 | 2024.08.18 06:18:57.383112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5234 | 2024.08.18 06:18:57.383192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5235 | 2024.08.18 06:18:57.383212 [ 3 ] {} <Debug> HTTP-Session: 5e78f2a0-80ac-4ac2-9c21-cf2d9672df86 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5236 | 2024.08.18 06:18:57.383228 [ 3 ] {} <Debug> HTTP-Session: 5e78f2a0-80ac-4ac2-9c21-cf2d9672df86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5237 | 2024.08.18 06:18:57.383242 [ 3 ] {} <Debug> HTTP-Session: 5e78f2a0-80ac-4ac2-9c21-cf2d9672df86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.08.18 06:18:57.383273 [ 3 ] {} <Trace> HTTP-Session: 5e78f2a0-80ac-4ac2-9c21-cf2d9672df86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5239 | 2024.08.18 06:18:57.383533 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5240 | 2024.08.18 06:18:57.383577 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5241 | 2024.08.18 06:18:57.383723 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5242 | 2024.08.18 06:18:57.384314 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2024.08.18 06:18:57.384351 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5244 | 2024.08.18 06:18:57.384678 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5245 | 2024.08.18 06:18:57.384982 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2024.08.18 06:18:57.385127 [ 123 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5247 | 2024.08.18 06:18:57.385142 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001757 sec., 231075.69721115538 rows/sec., 16.45 MiB/sec. | ||
5248 | 2024.08.18 06:18:57.385187 [ 123 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5249 | 2024.08.18 06:18:57.385247 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5250 | 2024.08.18 06:18:57.385407 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
5251 | 2024.08.18 06:18:57.385441 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Debug> DynamicQueryHandler: Done processing query | ||
5252 | 2024.08.18 06:18:57.385482 [ 3 ] {7238eeaf-c289-4080-9387-cf43bd7d679b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5253 | 2024.08.18 06:18:57.385515 [ 3 ] {} <Debug> HTTP-Session: 5e78f2a0-80ac-4ac2-9c21-cf2d9672df86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5254 | 2024.08.18 06:18:57.385618 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5255 | 2024.08.18 06:18:57.385654 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 901 rows starting from the beginning of the part | ||
5256 | 2024.08.18 06:18:57.385771 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part | ||
5257 | 2024.08.18 06:18:57.385825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5258 | 2024.08.18 06:18:57.385988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5259 | 2024.08.18 06:18:57.386042 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 73 rows starting from the beginning of the part | ||
5260 | 2024.08.18 06:18:57.386070 [ 3 ] {} <Debug> HTTP-Session: 896df1ec-a9e1-4161-9ddd-7958401972e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5261 | 2024.08.18 06:18:57.386132 [ 3 ] {} <Debug> HTTP-Session: 896df1ec-a9e1-4161-9ddd-7958401972e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.08.18 06:18:57.386210 [ 3 ] {} <Debug> HTTP-Session: 896df1ec-a9e1-4161-9ddd-7958401972e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5263 | 2024.08.18 06:18:57.386309 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 406 rows starting from the beginning of the part | ||
5264 | 2024.08.18 06:18:57.386368 [ 3 ] {} <Trace> HTTP-Session: 896df1ec-a9e1-4161-9ddd-7958401972e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5265 | 2024.08.18 06:18:57.386633 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
5266 | 2024.08.18 06:18:57.386870 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5267 | 2024.08.18 06:18:57.386905 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 406 rows starting from the beginning of the part | ||
5268 | 2024.08.18 06:18:57.387097 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5269 | 2024.08.18 06:18:57.387996 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5270 | 2024.08.18 06:18:57.388748 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5271 | 2024.08.18 06:18:57.388806 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5272 | 2024.08.18 06:18:57.389562 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5273 | 2024.08.18 06:18:57.390047 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1891 rows, containing 4 columns (4 merged, 0 gathered) in 0.004712618 sec., 401263.1620046437 rows/sec., 29.11 MiB/sec. | ||
5274 | 2024.08.18 06:18:57.390259 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5275 | 2024.08.18 06:18:57.390354 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5276 | 2024.08.18 06:18:57.390593 [ 123 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5277 | 2024.08.18 06:18:57.390684 [ 123 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5278 | 2024.08.18 06:18:57.390743 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5279 | 2024.08.18 06:18:57.390757 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004041 sec., 1484.7809948032664 rows/sec., 77.57 KiB/sec. | ||
5280 | 2024.08.18 06:18:57.391296 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5281 | 2024.08.18 06:18:57.391715 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Debug> DynamicQueryHandler: Done processing query | ||
5282 | 2024.08.18 06:18:57.391756 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5283 | 2024.08.18 06:18:57.391829 [ 3 ] {4eb6c9b1-5f9f-4ab2-b666-a3dbdbf87332} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5284 | 2024.08.18 06:18:57.391947 [ 3 ] {} <Debug> HTTP-Session: 896df1ec-a9e1-4161-9ddd-7958401972e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5285 | 2024.08.18 06:18:57.392115 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5286 | 2024.08.18 06:18:57.392163 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_26_5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5287 | 2024.08.18 06:18:57.392219 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5288 | 2024.08.18 06:18:57.392362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5289 | 2024.08.18 06:18:57.392424 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5290 | 2024.08.18 06:18:57.392582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5291 | 2024.08.18 06:18:57.392630 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5292 | 2024.08.18 06:18:57.392667 [ 3 ] {} <Debug> HTTP-Session: 53d023d1-35ac-4560-a034-ea43ca08b8e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5293 | 2024.08.18 06:18:57.392739 [ 3 ] {} <Debug> HTTP-Session: 53d023d1-35ac-4560-a034-ea43ca08b8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.08.18 06:18:57.392809 [ 3 ] {} <Debug> HTTP-Session: 53d023d1-35ac-4560-a034-ea43ca08b8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5295 | 2024.08.18 06:18:57.392898 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5296 | 2024.08.18 06:18:57.392928 [ 3 ] {} <Trace> HTTP-Session: 53d023d1-35ac-4560-a034-ea43ca08b8e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5297 | 2024.08.18 06:18:57.393225 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5298 | 2024.08.18 06:18:57.393556 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5299 | 2024.08.18 06:18:57.393627 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5300 | 2024.08.18 06:18:57.393819 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
5301 | 2024.08.18 06:18:57.393845 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5302 | 2024.08.18 06:18:57.394834 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5303 | 2024.08.18 06:18:57.395878 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5304 | 2024.08.18 06:18:57.395939 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5305 | 2024.08.18 06:18:57.396528 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005666026 sec., 11648.375775190583 rows/sec., 608.58 KiB/sec. | ||
5306 | 2024.08.18 06:18:57.396735 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5307 | 2024.08.18 06:18:57.396989 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5308 | 2024.08.18 06:18:57.397544 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_11_2} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5309 | 2024.08.18 06:18:57.397709 [ 199 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_11_2} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5310 | 2024.08.18 06:18:57.397799 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5311 | 2024.08.18 06:18:57.397851 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5312 | 2024.08.18 06:18:57.398043 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5313 | 2024.08.18 06:18:57.398042 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004778 sec., 49602.344077019676 rows/sec., 3.32 MiB/sec. | ||
5314 | 2024.08.18 06:18:57.398094 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5315 | 2024.08.18 06:18:57.398174 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5316 | 2024.08.18 06:18:57.398367 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
5317 | 2024.08.18 06:18:57.398414 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Debug> DynamicQueryHandler: Done processing query | ||
5318 | 2024.08.18 06:18:57.398465 [ 3 ] {c2bd497a-6bd4-42a1-9d39-a0b38e8a35a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5319 | 2024.08.18 06:18:57.398510 [ 3 ] {} <Debug> HTTP-Session: 53d023d1-35ac-4560-a034-ea43ca08b8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.08.18 06:18:57.398595 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5321 | 2024.08.18 06:18:57.398629 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6937 rows starting from the beginning of the part | ||
5322 | 2024.08.18 06:18:57.398696 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
5323 | 2024.08.18 06:18:57.398816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5324 | 2024.08.18 06:18:57.398979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5325 | 2024.08.18 06:18:57.399023 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
5326 | 2024.08.18 06:18:57.399058 [ 3 ] {} <Debug> HTTP-Session: a5b9972d-243f-4fc1-a3d7-8642d6df9862 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5327 | 2024.08.18 06:18:57.399128 [ 3 ] {} <Debug> HTTP-Session: a5b9972d-243f-4fc1-a3d7-8642d6df9862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.08.18 06:18:57.399176 [ 3 ] {} <Debug> HTTP-Session: a5b9972d-243f-4fc1-a3d7-8642d6df9862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.08.18 06:18:57.399374 [ 3 ] {} <Trace> HTTP-Session: a5b9972d-243f-4fc1-a3d7-8642d6df9862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5330 | 2024.08.18 06:18:57.399434 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
5331 | 2024.08.18 06:18:57.399729 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5332 | 2024.08.18 06:18:57.399847 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
5333 | 2024.08.18 06:18:57.399930 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5334 | 2024.08.18 06:18:57.400152 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
5335 | 2024.08.18 06:18:57.400932 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5336 | 2024.08.18 06:18:57.401468 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5337 | 2024.08.18 06:18:57.401506 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5338 | 2024.08.18 06:18:57.402211 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5339 | 2024.08.18 06:18:57.403024 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5340 | 2024.08.18 06:18:57.403208 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003611 sec., 276.93159789531984 rows/sec., 18.66 KiB/sec. | ||
5341 | 2024.08.18 06:18:57.403445 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Debug> DynamicQueryHandler: Done processing query | ||
5342 | 2024.08.18 06:18:57.403470 [ 3 ] {a4eddb0e-2a00-479e-af45-6ec729d9fbf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5343 | 2024.08.18 06:18:57.403487 [ 3 ] {} <Debug> HTTP-Session: a5b9972d-243f-4fc1-a3d7-8642d6df9862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.08.18 06:18:57.403712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5345 | 2024.08.18 06:18:57.403764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5346 | 2024.08.18 06:18:57.403782 [ 3 ] {} <Debug> HTTP-Session: 91079cc0-71e2-460c-bfe7-e33113239426 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5347 | 2024.08.18 06:18:57.403799 [ 3 ] {} <Debug> HTTP-Session: 91079cc0-71e2-460c-bfe7-e33113239426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.08.18 06:18:57.403812 [ 3 ] {} <Debug> HTTP-Session: 91079cc0-71e2-460c-bfe7-e33113239426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5349 | 2024.08.18 06:18:57.403842 [ 3 ] {} <Trace> HTTP-Session: 91079cc0-71e2-460c-bfe7-e33113239426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5350 | 2024.08.18 06:18:57.404123 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7743 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834559 sec., 1327092.5874603377 rows/sec., 89.62 MiB/sec. | ||
5351 | 2024.08.18 06:18:57.404333 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5352 | 2024.08.18 06:18:57.404414 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <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 | ||
5353 | 2024.08.18 06:18:57.404596 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5354 | 2024.08.18 06:18:57.405795 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5355 | 2024.08.18 06:18:57.405987 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5356 | 2024.08.18 06:18:57.405999 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5357 | 2024.08.18 06:18:57.406181 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
5358 | 2024.08.18 06:18:57.406831 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5359 | 2024.08.18 06:18:57.406872 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5360 | 2024.08.18 06:18:57.407498 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5361 | 2024.08.18 06:18:57.407893 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5362 | 2024.08.18 06:18:57.408082 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004117 sec., 5829.487490891426 rows/sec., 10.45 MiB/sec. | ||
5363 | 2024.08.18 06:18:57.408331 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Debug> DynamicQueryHandler: Done processing query | ||
5364 | 2024.08.18 06:18:57.408358 [ 3 ] {3aa08df7-a130-47a8-ad13-ec456362ce5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5365 | 2024.08.18 06:18:57.408374 [ 3 ] {} <Debug> HTTP-Session: 91079cc0-71e2-460c-bfe7-e33113239426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5366 | 2024.08.18 06:18:57.408502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5367 | 2024.08.18 06:18:57.408551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5368 | 2024.08.18 06:18:57.408570 [ 3 ] {} <Debug> HTTP-Session: e7db464f-1fe2-4a0a-b463-ef69ee3c3168 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5369 | 2024.08.18 06:18:57.408586 [ 3 ] {} <Debug> HTTP-Session: e7db464f-1fe2-4a0a-b463-ef69ee3c3168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5370 | 2024.08.18 06:18:57.408600 [ 3 ] {} <Debug> HTTP-Session: e7db464f-1fe2-4a0a-b463-ef69ee3c3168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5371 | 2024.08.18 06:18:57.408630 [ 3 ] {} <Trace> HTTP-Session: e7db464f-1fe2-4a0a-b463-ef69ee3c3168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5372 | 2024.08.18 06:18:57.408748 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5373 | 2024.08.18 06:18:57.408792 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5374 | 2024.08.18 06:18:57.408921 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5375 | 2024.08.18 06:18:57.409222 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5376 | 2024.08.18 06:18:57.409258 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5377 | 2024.08.18 06:18:57.409623 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5378 | 2024.08.18 06:18:57.409938 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5379 | 2024.08.18 06:18:57.410085 [ 123 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5380 | 2024.08.18 06:18:57.410099 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
5381 | 2024.08.18 06:18:57.410130 [ 123 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5382 | 2024.08.18 06:18:57.410184 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5383 | 2024.08.18 06:18:57.410362 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
5384 | 2024.08.18 06:18:57.410383 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Debug> DynamicQueryHandler: Done processing query | ||
5385 | 2024.08.18 06:18:57.410416 [ 3 ] {25e71127-c6b8-493c-b7e8-88299a92f1c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5386 | 2024.08.18 06:18:57.410440 [ 3 ] {} <Debug> HTTP-Session: e7db464f-1fe2-4a0a-b463-ef69ee3c3168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5387 | 2024.08.18 06:18:57.410528 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5388 | 2024.08.18 06:18:57.410564 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1292 rows starting from the beginning of the part | ||
5389 | 2024.08.18 06:18:57.410690 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
5390 | 2024.08.18 06:18:57.410884 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
5391 | 2024.08.18 06:18:57.411055 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
5392 | 2024.08.18 06:18:57.411215 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
5393 | 2024.08.18 06:18:57.411308 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
5394 | 2024.08.18 06:18:57.412612 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 4 columns (4 merged, 0 gathered) in 0.002321063 sec., 680722.5827131793 rows/sec., 44.36 MiB/sec. | ||
5395 | 2024.08.18 06:18:57.412776 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5396 | 2024.08.18 06:18:57.413124 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5397 | 2024.08.18 06:18:57.413196 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_26_5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5398 | 2024.08.18 06:18:57.413260 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5399 | 2024.08.18 06:19:02.359107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5400 | 2024.08.18 06:19:02.359251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5401 | 2024.08.18 06:19:02.359280 [ 3 ] {} <Debug> HTTP-Session: 1e4d7b5b-67e3-4276-936f-22cae31ecdbd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5402 | 2024.08.18 06:19:02.359308 [ 3 ] {} <Debug> HTTP-Session: 1e4d7b5b-67e3-4276-936f-22cae31ecdbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.08.18 06:19:02.359325 [ 3 ] {} <Debug> HTTP-Session: 1e4d7b5b-67e3-4276-936f-22cae31ecdbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.08.18 06:19:02.359387 [ 3 ] {} <Trace> HTTP-Session: 1e4d7b5b-67e3-4276-936f-22cae31ecdbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5405 | 2024.08.18 06:19:02.359588 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5406 | 2024.08.18 06:19:02.359663 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5407 | 2024.08.18 06:19:02.359913 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5408 | 2024.08.18 06:19:02.360372 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5409 | 2024.08.18 06:19:02.360413 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5410 | 2024.08.18 06:19:02.360769 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5411 | 2024.08.18 06:19:02.361093 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5412 | 2024.08.18 06:19:02.361269 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001735 sec., 5187.319884726225 rows/sec., 420.46 KiB/sec. | ||
5413 | 2024.08.18 06:19:02.361279 [ 117 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5414 | 2024.08.18 06:19:02.361373 [ 117 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5415 | 2024.08.18 06:19:02.361423 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5416 | 2024.08.18 06:19:02.361572 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Debug> DynamicQueryHandler: Done processing query | ||
5417 | 2024.08.18 06:19:02.361620 [ 3 ] {da83acdd-7737-435d-b726-fd959c0c38ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5418 | 2024.08.18 06:19:02.361646 [ 3 ] {} <Debug> HTTP-Session: 1e4d7b5b-67e3-4276-936f-22cae31ecdbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5419 | 2024.08.18 06:19:02.361642 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
5420 | 2024.08.18 06:19:02.361880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5421 | 2024.08.18 06:19:02.361897 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5422 | 2024.08.18 06:19:02.361973 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 33 rows starting from the beginning of the part | ||
5423 | 2024.08.18 06:19:02.361974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5424 | 2024.08.18 06:19:02.362031 [ 3 ] {} <Debug> HTTP-Session: 39f386e5-31c1-4449-8260-89e12addd473 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5425 | 2024.08.18 06:19:02.362074 [ 3 ] {} <Debug> HTTP-Session: 39f386e5-31c1-4449-8260-89e12addd473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5426 | 2024.08.18 06:19:02.362153 [ 3 ] {} <Debug> HTTP-Session: 39f386e5-31c1-4449-8260-89e12addd473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.08.18 06:19:02.362214 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
5428 | 2024.08.18 06:19:02.362274 [ 3 ] {} <Trace> HTTP-Session: 39f386e5-31c1-4449-8260-89e12addd473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5429 | 2024.08.18 06:19:02.362469 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
5430 | 2024.08.18 06:19:02.362626 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5431 | 2024.08.18 06:19:02.362792 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5432 | 2024.08.18 06:19:02.362928 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
5433 | 2024.08.18 06:19:02.363295 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
5434 | 2024.08.18 06:19:02.363656 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
5435 | 2024.08.18 06:19:02.364163 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5436 | 2024.08.18 06:19:02.365040 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5437 | 2024.08.18 06:19:02.365124 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5438 | 2024.08.18 06:19:02.366009 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5439 | 2024.08.18 06:19:02.366267 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004743919 sec., 22765.98736192587 rows/sec., 1.80 MiB/sec. | ||
5440 | 2024.08.18 06:19:02.366414 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5441 | 2024.08.18 06:19:02.366520 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5442 | 2024.08.18 06:19:02.366817 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.004341 sec., 19120.018428933425 rows/sec., 1.53 MiB/sec. | ||
5443 | 2024.08.18 06:19:02.367028 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Debug> DynamicQueryHandler: Done processing query | ||
5444 | 2024.08.18 06:19:02.367040 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5445 | 2024.08.18 06:19:02.367056 [ 3 ] {af0bdb34-8cb6-48bf-894b-a5f1b31a261f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5446 | 2024.08.18 06:19:02.367085 [ 3 ] {} <Debug> HTTP-Session: 39f386e5-31c1-4449-8260-89e12addd473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.08.18 06:19:02.367149 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_16_3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5448 | 2024.08.18 06:19:02.367242 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5449 | 2024.08.18 06:19:02.367244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5450 | 2024.08.18 06:19:02.367303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5451 | 2024.08.18 06:19:02.367323 [ 3 ] {} <Debug> HTTP-Session: c1bb45dd-b5ea-483b-bcde-5b649154e2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5452 | 2024.08.18 06:19:02.367339 [ 3 ] {} <Debug> HTTP-Session: c1bb45dd-b5ea-483b-bcde-5b649154e2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5453 | 2024.08.18 06:19:02.367353 [ 3 ] {} <Debug> HTTP-Session: c1bb45dd-b5ea-483b-bcde-5b649154e2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.08.18 06:19:02.367383 [ 3 ] {} <Trace> HTTP-Session: c1bb45dd-b5ea-483b-bcde-5b649154e2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5455 | 2024.08.18 06:19:02.367501 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5456 | 2024.08.18 06:19:02.367543 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5457 | 2024.08.18 06:19:02.367672 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5458 | 2024.08.18 06:19:02.368013 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5459 | 2024.08.18 06:19:02.368047 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5460 | 2024.08.18 06:19:02.368357 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5461 | 2024.08.18 06:19:02.368654 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2024.08.18 06:19:02.368799 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001335 sec., 54681.64794007491 rows/sec., 4.27 MiB/sec. | ||
5463 | 2024.08.18 06:19:02.368964 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Debug> DynamicQueryHandler: Done processing query | ||
5464 | 2024.08.18 06:19:02.368988 [ 3 ] {d1aab6b5-8c99-4e75-96e9-daa51988cae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5465 | 2024.08.18 06:19:02.369004 [ 3 ] {} <Debug> HTTP-Session: c1bb45dd-b5ea-483b-bcde-5b649154e2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.08.18 06:19:02.369184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5467 | 2024.08.18 06:19:02.369232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5468 | 2024.08.18 06:19:02.369250 [ 3 ] {} <Debug> HTTP-Session: 7780c83b-7e66-45e7-a33d-21f06a1411ed Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5469 | 2024.08.18 06:19:02.369266 [ 3 ] {} <Debug> HTTP-Session: 7780c83b-7e66-45e7-a33d-21f06a1411ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5470 | 2024.08.18 06:19:02.369279 [ 3 ] {} <Debug> HTTP-Session: 7780c83b-7e66-45e7-a33d-21f06a1411ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.08.18 06:19:02.369309 [ 3 ] {} <Trace> HTTP-Session: 7780c83b-7e66-45e7-a33d-21f06a1411ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5472 | 2024.08.18 06:19:02.369456 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5473 | 2024.08.18 06:19:02.369501 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5474 | 2024.08.18 06:19:02.369646 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5475 | 2024.08.18 06:19:02.369995 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2024.08.18 06:19:02.370031 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5477 | 2024.08.18 06:19:02.370407 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5478 | 2024.08.18 06:19:02.370730 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2024.08.18 06:19:02.370887 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
5480 | 2024.08.18 06:19:02.371043 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Debug> DynamicQueryHandler: Done processing query | ||
5481 | 2024.08.18 06:19:02.371066 [ 3 ] {748a1eda-22a4-4e5b-a4c8-344928ef844d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5482 | 2024.08.18 06:19:02.371081 [ 3 ] {} <Debug> HTTP-Session: 7780c83b-7e66-45e7-a33d-21f06a1411ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.08.18 06:19:02.371206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5484 | 2024.08.18 06:19:02.371252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5485 | 2024.08.18 06:19:02.371270 [ 3 ] {} <Debug> HTTP-Session: 3364cd4b-1a60-4160-b22a-f2ab1dfdac1a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5486 | 2024.08.18 06:19:02.371287 [ 3 ] {} <Debug> HTTP-Session: 3364cd4b-1a60-4160-b22a-f2ab1dfdac1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.08.18 06:19:02.371300 [ 3 ] {} <Debug> HTTP-Session: 3364cd4b-1a60-4160-b22a-f2ab1dfdac1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.08.18 06:19:02.371331 [ 3 ] {} <Trace> HTTP-Session: 3364cd4b-1a60-4160-b22a-f2ab1dfdac1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5489 | 2024.08.18 06:19:02.371503 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5490 | 2024.08.18 06:19:02.371565 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <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 | ||
5491 | 2024.08.18 06:19:02.371978 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5492 | 2024.08.18 06:19:02.372581 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5493 | 2024.08.18 06:19:02.372617 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5494 | 2024.08.18 06:19:02.373202 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5495 | 2024.08.18 06:19:02.373606 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5496 | 2024.08.18 06:19:02.373787 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5497 | 2024.08.18 06:19:02.373807 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002402 sec., 3746.8776019983347 rows/sec., 6.71 MiB/sec. | ||
5498 | 2024.08.18 06:19:02.373854 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5499 | 2024.08.18 06:19:02.373928 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5500 | 2024.08.18 06:19:02.374470 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
5501 | 2024.08.18 06:19:02.374617 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Debug> DynamicQueryHandler: Done processing query | ||
5502 | 2024.08.18 06:19:02.374696 [ 3 ] {348998f6-0c89-4f32-a916-a92ac704ac9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5503 | 2024.08.18 06:19:02.374762 [ 3 ] {} <Debug> HTTP-Session: 3364cd4b-1a60-4160-b22a-f2ab1dfdac1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.08.18 06:19:02.375009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.08.18 06:19:02.375135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5506 | 2024.08.18 06:19:02.375190 [ 3 ] {} <Debug> HTTP-Session: 8f66a961-0091-4343-a577-5e3ee2d85000 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5507 | 2024.08.18 06:19:02.375240 [ 3 ] {} <Debug> HTTP-Session: 8f66a961-0091-4343-a577-5e3ee2d85000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.08.18 06:19:02.375280 [ 3 ] {} <Debug> HTTP-Session: 8f66a961-0091-4343-a577-5e3ee2d85000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.08.18 06:19:02.375372 [ 3 ] {} <Trace> HTTP-Session: 8f66a961-0091-4343-a577-5e3ee2d85000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.08.18 06:19:02.375463 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5511 | 2024.08.18 06:19:02.375628 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 204 rows starting from the beginning of the part | ||
5512 | 2024.08.18 06:19:02.375634 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5513 | 2024.08.18 06:19:02.375739 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5514 | 2024.08.18 06:19:02.376406 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
5515 | 2024.08.18 06:19:02.376603 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5516 | 2024.08.18 06:19:02.377057 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
5517 | 2024.08.18 06:19:02.377821 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
5518 | 2024.08.18 06:19:02.377899 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5519 | 2024.08.18 06:19:02.377979 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5520 | 2024.08.18 06:19:02.378403 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
5521 | 2024.08.18 06:19:02.379080 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
5522 | 2024.08.18 06:19:02.379286 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5523 | 2024.08.18 06:19:02.380228 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2024.08.18 06:19:02.380527 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005018 sec., 11956.95496213631 rows/sec., 825.15 KiB/sec. | ||
5525 | 2024.08.18 06:19:02.380872 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Debug> DynamicQueryHandler: Done processing query | ||
5526 | 2024.08.18 06:19:02.380923 [ 3 ] {9dec948b-2671-48cb-94f7-414732e5e19b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5527 | 2024.08.18 06:19:02.380952 [ 3 ] {} <Debug> HTTP-Session: 8f66a961-0091-4343-a577-5e3ee2d85000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.08.18 06:19:02.383268 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 19 columns (19 merged, 0 gathered) in 0.009183752 sec., 30379.740219465857 rows/sec., 54.44 MiB/sec. | ||
5529 | 2024.08.18 06:19:02.383973 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5530 | 2024.08.18 06:19:02.384597 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5531 | 2024.08.18 06:19:02.384679 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5532 | 2024.08.18 06:19:02.384827 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
5533 | 2024.08.18 06:19:06.580034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5534 | 2024.08.18 06:19:06.580158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5535 | 2024.08.18 06:19:06.580183 [ 3 ] {} <Debug> HTTP-Session: 9080fd6b-d8c5-43a8-9ef3-bee0ba2f4877 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5536 | 2024.08.18 06:19:06.580210 [ 3 ] {} <Debug> HTTP-Session: 9080fd6b-d8c5-43a8-9ef3-bee0ba2f4877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5537 | 2024.08.18 06:19:06.580225 [ 3 ] {} <Debug> HTTP-Session: 9080fd6b-d8c5-43a8-9ef3-bee0ba2f4877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.08.18 06:19:06.580277 [ 3 ] {} <Trace> HTTP-Session: 9080fd6b-d8c5-43a8-9ef3-bee0ba2f4877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5539 | 2024.08.18 06:19:06.580462 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5540 | 2024.08.18 06:19:06.580528 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5541 | 2024.08.18 06:19:06.580716 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5542 | 2024.08.18 06:19:06.581177 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5543 | 2024.08.18 06:19:06.581219 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5544 | 2024.08.18 06:19:06.581587 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5545 | 2024.08.18 06:19:06.581915 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5546 | 2024.08.18 06:19:06.582062 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.15 MiB/sec. | ||
5547 | 2024.08.18 06:19:06.582271 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Debug> DynamicQueryHandler: Done processing query | ||
5548 | 2024.08.18 06:19:06.582297 [ 3 ] {33a55dce-13b0-4338-aacf-5860389b8cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5549 | 2024.08.18 06:19:06.582313 [ 3 ] {} <Debug> HTTP-Session: 9080fd6b-d8c5-43a8-9ef3-bee0ba2f4877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.08.18 06:19:06.582446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5551 | 2024.08.18 06:19:06.582495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5552 | 2024.08.18 06:19:06.582514 [ 3 ] {} <Debug> HTTP-Session: f4d88368-2c64-4de1-828a-ab13d56a8947 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5553 | 2024.08.18 06:19:06.582532 [ 3 ] {} <Debug> HTTP-Session: f4d88368-2c64-4de1-828a-ab13d56a8947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5554 | 2024.08.18 06:19:06.582547 [ 3 ] {} <Debug> HTTP-Session: f4d88368-2c64-4de1-828a-ab13d56a8947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.08.18 06:19:06.582579 [ 3 ] {} <Trace> HTTP-Session: f4d88368-2c64-4de1-828a-ab13d56a8947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5556 | 2024.08.18 06:19:06.582677 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5557 | 2024.08.18 06:19:06.582724 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5558 | 2024.08.18 06:19:06.582858 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5559 | 2024.08.18 06:19:06.583193 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5560 | 2024.08.18 06:19:06.583230 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5561 | 2024.08.18 06:19:06.583526 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5562 | 2024.08.18 06:19:06.583837 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5563 | 2024.08.18 06:19:06.583998 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00134 sec., 5970.149253731343 rows/sec., 486.82 KiB/sec. | ||
5564 | 2024.08.18 06:19:06.584195 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Debug> DynamicQueryHandler: Done processing query | ||
5565 | 2024.08.18 06:19:06.584219 [ 3 ] {d4f7bf9b-124c-420d-b4d2-13928b59053c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5566 | 2024.08.18 06:19:06.584236 [ 3 ] {} <Debug> HTTP-Session: f4d88368-2c64-4de1-828a-ab13d56a8947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.08.18 06:19:06.584635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5568 | 2024.08.18 06:19:06.584684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5569 | 2024.08.18 06:19:06.584704 [ 3 ] {} <Debug> HTTP-Session: 95de7946-75b8-46f2-9c4c-83a45629b5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5570 | 2024.08.18 06:19:06.584720 [ 3 ] {} <Debug> HTTP-Session: 95de7946-75b8-46f2-9c4c-83a45629b5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5571 | 2024.08.18 06:19:06.584734 [ 3 ] {} <Debug> HTTP-Session: 95de7946-75b8-46f2-9c4c-83a45629b5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.08.18 06:19:06.584765 [ 3 ] {} <Trace> HTTP-Session: 95de7946-75b8-46f2-9c4c-83a45629b5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5573 | 2024.08.18 06:19:06.585502 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5574 | 2024.08.18 06:19:06.585550 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5575 | 2024.08.18 06:19:06.585677 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5576 | 2024.08.18 06:19:06.586903 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5577 | 2024.08.18 06:19:06.586940 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5578 | 2024.08.18 06:19:06.587330 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5579 | 2024.08.18 06:19:06.587643 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5580 | 2024.08.18 06:19:06.587792 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.002873 sec., 489035.8510268012 rows/sec., 40.71 MiB/sec. | ||
5581 | 2024.08.18 06:19:06.587962 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Debug> DynamicQueryHandler: Done processing query | ||
5582 | 2024.08.18 06:19:06.587987 [ 3 ] {b189756d-aedc-49fc-8aed-4dccc6b9a534} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
5583 | 2024.08.18 06:19:06.588003 [ 3 ] {} <Debug> HTTP-Session: 95de7946-75b8-46f2-9c4c-83a45629b5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.08.18 06:19:06.588235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5585 | 2024.08.18 06:19:06.588284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5586 | 2024.08.18 06:19:06.588304 [ 3 ] {} <Debug> HTTP-Session: 59b4553b-c2f2-4eb6-af32-f734807cddc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5587 | 2024.08.18 06:19:06.588321 [ 3 ] {} <Debug> HTTP-Session: 59b4553b-c2f2-4eb6-af32-f734807cddc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5588 | 2024.08.18 06:19:06.588335 [ 3 ] {} <Debug> HTTP-Session: 59b4553b-c2f2-4eb6-af32-f734807cddc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.08.18 06:19:06.588366 [ 3 ] {} <Trace> HTTP-Session: 59b4553b-c2f2-4eb6-af32-f734807cddc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5590 | 2024.08.18 06:19:06.588462 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5591 | 2024.08.18 06:19:06.588503 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5592 | 2024.08.18 06:19:06.588641 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5593 | 2024.08.18 06:19:06.588942 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5594 | 2024.08.18 06:19:06.588978 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5595 | 2024.08.18 06:19:06.589271 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5596 | 2024.08.18 06:19:06.589617 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2024.08.18 06:19:06.589759 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001324 sec., 6042.296072507553 rows/sec., 421.90 KiB/sec. | ||
5598 | 2024.08.18 06:19:06.590033 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Debug> DynamicQueryHandler: Done processing query | ||
5599 | 2024.08.18 06:19:06.590062 [ 3 ] {33b98047-66ce-44ae-9fc4-ccc6f34919c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5600 | 2024.08.18 06:19:06.590084 [ 3 ] {} <Debug> HTTP-Session: 59b4553b-c2f2-4eb6-af32-f734807cddc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.08.18 06:19:06.590247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5602 | 2024.08.18 06:19:06.590296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5603 | 2024.08.18 06:19:06.590316 [ 3 ] {} <Debug> HTTP-Session: 12959cfd-537d-46c0-870f-d594bcba1cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5604 | 2024.08.18 06:19:06.590332 [ 3 ] {} <Debug> HTTP-Session: 12959cfd-537d-46c0-870f-d594bcba1cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5605 | 2024.08.18 06:19:06.590346 [ 3 ] {} <Debug> HTTP-Session: 12959cfd-537d-46c0-870f-d594bcba1cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.08.18 06:19:06.590377 [ 3 ] {} <Trace> HTTP-Session: 12959cfd-537d-46c0-870f-d594bcba1cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5607 | 2024.08.18 06:19:06.590612 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5608 | 2024.08.18 06:19:06.590653 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5609 | 2024.08.18 06:19:06.590795 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5610 | 2024.08.18 06:19:06.591215 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5611 | 2024.08.18 06:19:06.591252 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5612 | 2024.08.18 06:19:06.591611 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5613 | 2024.08.18 06:19:06.591922 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5614 | 2024.08.18 06:19:06.592067 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001608 sec., 150497.51243781095 rows/sec., 10.20 MiB/sec. | ||
5615 | 2024.08.18 06:19:06.592243 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Debug> DynamicQueryHandler: Done processing query | ||
5616 | 2024.08.18 06:19:06.592267 [ 3 ] {492b0b5d-88ba-4bff-89ff-7725e6c787e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5617 | 2024.08.18 06:19:06.592283 [ 3 ] {} <Debug> HTTP-Session: 12959cfd-537d-46c0-870f-d594bcba1cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5618 | 2024.08.18 06:19:06.592430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5619 | 2024.08.18 06:19:06.592478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5620 | 2024.08.18 06:19:06.592497 [ 3 ] {} <Debug> HTTP-Session: e97bbdc3-e6c6-4e31-9702-c51f28e4f252 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5621 | 2024.08.18 06:19:06.592514 [ 3 ] {} <Debug> HTTP-Session: e97bbdc3-e6c6-4e31-9702-c51f28e4f252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5622 | 2024.08.18 06:19:06.592527 [ 3 ] {} <Debug> HTTP-Session: e97bbdc3-e6c6-4e31-9702-c51f28e4f252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.08.18 06:19:06.592558 [ 3 ] {} <Trace> HTTP-Session: e97bbdc3-e6c6-4e31-9702-c51f28e4f252 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5624 | 2024.08.18 06:19:06.592651 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5625 | 2024.08.18 06:19:06.592692 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5626 | 2024.08.18 06:19:06.592816 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5627 | 2024.08.18 06:19:06.593114 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5628 | 2024.08.18 06:19:06.593151 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5629 | 2024.08.18 06:19:06.593448 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5630 | 2024.08.18 06:19:06.593746 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5631 | 2024.08.18 06:19:06.593897 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001259 sec., 4765.687053216839 rows/sec., 281.57 KiB/sec. | ||
5632 | 2024.08.18 06:19:06.594061 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Debug> DynamicQueryHandler: Done processing query | ||
5633 | 2024.08.18 06:19:06.594087 [ 3 ] {ac7e34aa-4a20-4913-8dd6-cd18bcb37fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5634 | 2024.08.18 06:19:06.594102 [ 3 ] {} <Debug> HTTP-Session: e97bbdc3-e6c6-4e31-9702-c51f28e4f252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.08.18 06:19:06.594299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5636 | 2024.08.18 06:19:06.594348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5637 | 2024.08.18 06:19:06.594367 [ 3 ] {} <Debug> HTTP-Session: eef62907-d1ce-4c5f-994a-60da2424b14a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5638 | 2024.08.18 06:19:06.594384 [ 3 ] {} <Debug> HTTP-Session: eef62907-d1ce-4c5f-994a-60da2424b14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5639 | 2024.08.18 06:19:06.594398 [ 3 ] {} <Debug> HTTP-Session: eef62907-d1ce-4c5f-994a-60da2424b14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.08.18 06:19:06.594428 [ 3 ] {} <Trace> HTTP-Session: eef62907-d1ce-4c5f-994a-60da2424b14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5641 | 2024.08.18 06:19:06.595249 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5642 | 2024.08.18 06:19:06.595295 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5643 | 2024.08.18 06:19:06.595423 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5644 | 2024.08.18 06:19:06.596299 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5645 | 2024.08.18 06:19:06.596337 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5646 | 2024.08.18 06:19:06.596673 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5647 | 2024.08.18 06:19:06.596973 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5648 | 2024.08.18 06:19:06.597108 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.002501 sec., 347860.8556577369 rows/sec., 25.20 MiB/sec. | ||
5649 | 2024.08.18 06:19:06.597278 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Debug> DynamicQueryHandler: Done processing query | ||
5650 | 2024.08.18 06:19:06.597304 [ 3 ] {0cdac4bd-6aa6-4b44-baea-8aef34f4064f} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
5651 | 2024.08.18 06:19:06.597321 [ 3 ] {} <Debug> HTTP-Session: eef62907-d1ce-4c5f-994a-60da2424b14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.08.18 06:19:06.597541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5653 | 2024.08.18 06:19:06.597589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5654 | 2024.08.18 06:19:06.597607 [ 3 ] {} <Debug> HTTP-Session: 2632ae3b-2e03-4ca2-a108-b110be97af56 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5655 | 2024.08.18 06:19:06.597624 [ 3 ] {} <Debug> HTTP-Session: 2632ae3b-2e03-4ca2-a108-b110be97af56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.08.18 06:19:06.597638 [ 3 ] {} <Debug> HTTP-Session: 2632ae3b-2e03-4ca2-a108-b110be97af56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.08.18 06:19:06.597668 [ 3 ] {} <Trace> HTTP-Session: 2632ae3b-2e03-4ca2-a108-b110be97af56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5658 | 2024.08.18 06:19:06.597760 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5659 | 2024.08.18 06:19:06.597804 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5660 | 2024.08.18 06:19:06.597932 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5661 | 2024.08.18 06:19:06.598213 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5662 | 2024.08.18 06:19:06.598249 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5663 | 2024.08.18 06:19:06.598602 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5664 | 2024.08.18 06:19:06.598919 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5665 | 2024.08.18 06:19:06.599076 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
5666 | 2024.08.18 06:19:06.599247 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Debug> DynamicQueryHandler: Done processing query | ||
5667 | 2024.08.18 06:19:06.599273 [ 3 ] {26b8c3b0-e6eb-494a-8643-a8de7f248472} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5668 | 2024.08.18 06:19:06.599290 [ 3 ] {} <Debug> HTTP-Session: 2632ae3b-2e03-4ca2-a108-b110be97af56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.08.18 06:19:06.599489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 173133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5670 | 2024.08.18 06:19:06.599536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5671 | 2024.08.18 06:19:06.599554 [ 3 ] {} <Debug> HTTP-Session: da66c25c-34a3-4213-a9b8-d831c9d7e908 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5672 | 2024.08.18 06:19:06.599571 [ 3 ] {} <Debug> HTTP-Session: da66c25c-34a3-4213-a9b8-d831c9d7e908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5673 | 2024.08.18 06:19:06.599587 [ 3 ] {} <Debug> HTTP-Session: da66c25c-34a3-4213-a9b8-d831c9d7e908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5674 | 2024.08.18 06:19:06.599618 [ 3 ] {} <Trace> HTTP-Session: da66c25c-34a3-4213-a9b8-d831c9d7e908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5675 | 2024.08.18 06:19:06.600132 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5676 | 2024.08.18 06:19:06.600179 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5677 | 2024.08.18 06:19:06.600321 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5678 | 2024.08.18 06:19:06.601138 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5679 | 2024.08.18 06:19:06.601174 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5680 | 2024.08.18 06:19:06.601592 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5681 | 2024.08.18 06:19:06.601926 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5682 | 2024.08.18 06:19:06.602075 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Debug> executeQuery: Read 915 rows, 62.60 KiB in 0.002288 sec., 399912.58741258737 rows/sec., 26.72 MiB/sec. | ||
5683 | 2024.08.18 06:19:06.602253 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Debug> DynamicQueryHandler: Done processing query | ||
5684 | 2024.08.18 06:19:06.602278 [ 3 ] {b83a7d35-1c1b-4789-9f66-ef32aa40b9ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
5685 | 2024.08.18 06:19:06.602294 [ 3 ] {} <Debug> HTTP-Session: da66c25c-34a3-4213-a9b8-d831c9d7e908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5686 | 2024.08.18 06:19:06.602505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5687 | 2024.08.18 06:19:06.602552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5688 | 2024.08.18 06:19:06.602572 [ 3 ] {} <Debug> HTTP-Session: b683f485-2391-41ee-9ed5-86473e2b900d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5689 | 2024.08.18 06:19:06.602589 [ 3 ] {} <Debug> HTTP-Session: b683f485-2391-41ee-9ed5-86473e2b900d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5690 | 2024.08.18 06:19:06.602604 [ 3 ] {} <Debug> HTTP-Session: b683f485-2391-41ee-9ed5-86473e2b900d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5691 | 2024.08.18 06:19:06.602633 [ 3 ] {} <Trace> HTTP-Session: b683f485-2391-41ee-9ed5-86473e2b900d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5692 | 2024.08.18 06:19:06.602722 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5693 | 2024.08.18 06:19:06.602767 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5694 | 2024.08.18 06:19:06.602893 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5695 | 2024.08.18 06:19:06.603163 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5696 | 2024.08.18 06:19:06.603198 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5697 | 2024.08.18 06:19:06.603537 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5698 | 2024.08.18 06:19:06.603847 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5699 | 2024.08.18 06:19:06.604006 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
5700 | 2024.08.18 06:19:06.604174 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Debug> DynamicQueryHandler: Done processing query | ||
5701 | 2024.08.18 06:19:06.604197 [ 3 ] {28598940-8525-492a-a30f-ec9966b62c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5702 | 2024.08.18 06:19:06.604214 [ 3 ] {} <Debug> HTTP-Session: b683f485-2391-41ee-9ed5-86473e2b900d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.08.18 06:19:06.604356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5704 | 2024.08.18 06:19:06.604404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5705 | 2024.08.18 06:19:06.604424 [ 3 ] {} <Debug> HTTP-Session: 3777e41c-291d-428d-92a6-42b726347dfa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5706 | 2024.08.18 06:19:06.604441 [ 3 ] {} <Debug> HTTP-Session: 3777e41c-291d-428d-92a6-42b726347dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.08.18 06:19:06.604455 [ 3 ] {} <Debug> HTTP-Session: 3777e41c-291d-428d-92a6-42b726347dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.08.18 06:19:06.604485 [ 3 ] {} <Trace> HTTP-Session: 3777e41c-291d-428d-92a6-42b726347dfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2024.08.18 06:19:06.604968 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5710 | 2024.08.18 06:19:06.605029 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <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 | ||
5711 | 2024.08.18 06:19:06.605435 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5712 | 2024.08.18 06:19:06.606070 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5713 | 2024.08.18 06:19:06.606106 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5714 | 2024.08.18 06:19:06.606705 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5715 | 2024.08.18 06:19:06.607095 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5716 | 2024.08.18 06:19:06.607282 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002726 sec., 8804.10858400587 rows/sec., 15.78 MiB/sec. | ||
5717 | 2024.08.18 06:19:06.607501 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Debug> DynamicQueryHandler: Done processing query | ||
5718 | 2024.08.18 06:19:06.607526 [ 3 ] {784e25c8-4ca5-48b1-b56c-9b906134ca8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5719 | 2024.08.18 06:19:06.607541 [ 3 ] {} <Debug> HTTP-Session: 3777e41c-291d-428d-92a6-42b726347dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.08.18 06:19:06.607670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5721 | 2024.08.18 06:19:06.607718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5722 | 2024.08.18 06:19:06.607737 [ 3 ] {} <Debug> HTTP-Session: 68a136ab-9cd7-49c9-8e33-d06de7ed4904 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5723 | 2024.08.18 06:19:06.607753 [ 3 ] {} <Debug> HTTP-Session: 68a136ab-9cd7-49c9-8e33-d06de7ed4904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.08.18 06:19:06.607767 [ 3 ] {} <Debug> HTTP-Session: 68a136ab-9cd7-49c9-8e33-d06de7ed4904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.08.18 06:19:06.607798 [ 3 ] {} <Trace> HTTP-Session: 68a136ab-9cd7-49c9-8e33-d06de7ed4904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5726 | 2024.08.18 06:19:06.607909 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5727 | 2024.08.18 06:19:06.607952 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5728 | 2024.08.18 06:19:06.608079 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5729 | 2024.08.18 06:19:06.608427 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5730 | 2024.08.18 06:19:06.608464 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5731 | 2024.08.18 06:19:06.608818 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5732 | 2024.08.18 06:19:06.609129 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5733 | 2024.08.18 06:19:06.609288 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Debug> executeQuery: Read 78 rows, 5.05 KiB in 0.001409 sec., 55358.41022001419 rows/sec., 3.50 MiB/sec. | ||
5734 | 2024.08.18 06:19:06.609554 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Debug> DynamicQueryHandler: Done processing query | ||
5735 | 2024.08.18 06:19:06.609592 [ 3 ] {0936f086-063c-4571-910d-0c1090810baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5736 | 2024.08.18 06:19:06.609610 [ 3 ] {} <Debug> HTTP-Session: 68a136ab-9cd7-49c9-8e33-d06de7ed4904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5737 | 2024.08.18 06:19:07.352360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5738 | 2024.08.18 06:19:07.352486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5739 | 2024.08.18 06:19:07.352516 [ 3 ] {} <Debug> HTTP-Session: d408d86b-1276-49e2-920a-b5e063f06594 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5740 | 2024.08.18 06:19:07.352543 [ 3 ] {} <Debug> HTTP-Session: d408d86b-1276-49e2-920a-b5e063f06594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.08.18 06:19:07.352562 [ 3 ] {} <Debug> HTTP-Session: d408d86b-1276-49e2-920a-b5e063f06594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5742 | 2024.08.18 06:19:07.352617 [ 3 ] {} <Trace> HTTP-Session: d408d86b-1276-49e2-920a-b5e063f06594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5743 | 2024.08.18 06:19:07.352815 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5744 | 2024.08.18 06:19:07.352888 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5745 | 2024.08.18 06:19:07.353099 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5746 | 2024.08.18 06:19:07.353594 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5747 | 2024.08.18 06:19:07.353636 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5748 | 2024.08.18 06:19:07.353990 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5749 | 2024.08.18 06:19:07.354323 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5750 | 2024.08.18 06:19:07.354458 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001709 sec., 15213.57519016969 rows/sec., 1.18 MiB/sec. | ||
5751 | 2024.08.18 06:19:07.354668 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Debug> DynamicQueryHandler: Done processing query | ||
5752 | 2024.08.18 06:19:07.354695 [ 3 ] {b18d0c8a-2b22-4300-9bea-f640cffbb884} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5753 | 2024.08.18 06:19:07.354711 [ 3 ] {} <Debug> HTTP-Session: d408d86b-1276-49e2-920a-b5e063f06594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.08.18 06:19:07.354853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5755 | 2024.08.18 06:19:07.354900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5756 | 2024.08.18 06:19:07.354919 [ 3 ] {} <Debug> HTTP-Session: ff6640e2-0990-42d9-b27d-195b2550a5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5757 | 2024.08.18 06:19:07.354936 [ 3 ] {} <Debug> HTTP-Session: ff6640e2-0990-42d9-b27d-195b2550a5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5758 | 2024.08.18 06:19:07.354950 [ 3 ] {} <Debug> HTTP-Session: ff6640e2-0990-42d9-b27d-195b2550a5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5759 | 2024.08.18 06:19:07.354980 [ 3 ] {} <Trace> HTTP-Session: ff6640e2-0990-42d9-b27d-195b2550a5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5760 | 2024.08.18 06:19:07.355079 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5761 | 2024.08.18 06:19:07.355121 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5762 | 2024.08.18 06:19:07.355246 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5763 | 2024.08.18 06:19:07.355581 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5764 | 2024.08.18 06:19:07.355616 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5765 | 2024.08.18 06:19:07.355909 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5766 | 2024.08.18 06:19:07.356204 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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.18 06:19:07.356325 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001273 sec., 21995.28672427337 rows/sec., 1.72 MiB/sec. | ||
5768 | 2024.08.18 06:19:07.356585 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Debug> DynamicQueryHandler: Done processing query | ||
5769 | 2024.08.18 06:19:07.356621 [ 3 ] {be7f35de-d2c0-4597-8e55-a55700403fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5770 | 2024.08.18 06:19:07.356640 [ 3 ] {} <Debug> HTTP-Session: ff6640e2-0990-42d9-b27d-195b2550a5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.08.18 06:19:07.356760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5772 | 2024.08.18 06:19:07.356808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5773 | 2024.08.18 06:19:07.356828 [ 3 ] {} <Debug> HTTP-Session: 8362df8e-bedc-4865-8bdb-9b76511f7c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5774 | 2024.08.18 06:19:07.356844 [ 3 ] {} <Debug> HTTP-Session: 8362df8e-bedc-4865-8bdb-9b76511f7c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5775 | 2024.08.18 06:19:07.356858 [ 3 ] {} <Debug> HTTP-Session: 8362df8e-bedc-4865-8bdb-9b76511f7c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.08.18 06:19:07.356889 [ 3 ] {} <Trace> HTTP-Session: 8362df8e-bedc-4865-8bdb-9b76511f7c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5777 | 2024.08.18 06:19:07.356989 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5778 | 2024.08.18 06:19:07.357034 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5779 | 2024.08.18 06:19:07.357189 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5780 | 2024.08.18 06:19:07.357500 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5781 | 2024.08.18 06:19:07.357536 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5782 | 2024.08.18 06:19:07.357896 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5783 | 2024.08.18 06:19:07.358211 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5784 | 2024.08.18 06:19:07.358341 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001381 sec., 7241.12961622013 rows/sec., 514.09 KiB/sec. | ||
5785 | 2024.08.18 06:19:07.358561 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Debug> DynamicQueryHandler: Done processing query | ||
5786 | 2024.08.18 06:19:07.358585 [ 3 ] {098bca3a-bde5-4b7d-9ff3-2173244dea04} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5787 | 2024.08.18 06:19:07.358600 [ 3 ] {} <Debug> HTTP-Session: 8362df8e-bedc-4865-8bdb-9b76511f7c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5788 | 2024.08.18 06:19:07.358714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5789 | 2024.08.18 06:19:07.358762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5790 | 2024.08.18 06:19:07.358780 [ 3 ] {} <Debug> HTTP-Session: 3294480d-238d-447e-ae86-f1f220b1e2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5791 | 2024.08.18 06:19:07.358796 [ 3 ] {} <Debug> HTTP-Session: 3294480d-238d-447e-ae86-f1f220b1e2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5792 | 2024.08.18 06:19:07.358810 [ 3 ] {} <Debug> HTTP-Session: 3294480d-238d-447e-ae86-f1f220b1e2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5793 | 2024.08.18 06:19:07.358841 [ 3 ] {} <Trace> HTTP-Session: 3294480d-238d-447e-ae86-f1f220b1e2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5794 | 2024.08.18 06:19:07.358933 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5795 | 2024.08.18 06:19:07.358976 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5796 | 2024.08.18 06:19:07.359103 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5797 | 2024.08.18 06:19:07.359386 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5798 | 2024.08.18 06:19:07.359422 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5799 | 2024.08.18 06:19:07.359760 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5800 | 2024.08.18 06:19:07.360074 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): 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.18 06:19:07.360201 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001292 sec., 3095.9752321981423 rows/sec., 217.69 KiB/sec. | ||
5802 | 2024.08.18 06:19:07.360365 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Debug> DynamicQueryHandler: Done processing query | ||
5803 | 2024.08.18 06:19:07.360389 [ 3 ] {cd133393-d8c7-4f5f-9c07-0b7a69feb0c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5804 | 2024.08.18 06:19:07.360405 [ 3 ] {} <Debug> HTTP-Session: 3294480d-238d-447e-ae86-f1f220b1e2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.08.18 06:19:10.224594 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5806 | 2024.08.18 06:19:10.224650 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5807 | 2024.08.18 06:19:12.359320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5808 | 2024.08.18 06:19:12.359442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5809 | 2024.08.18 06:19:12.359467 [ 3 ] {} <Debug> HTTP-Session: 8c21a381-4146-4e0b-a9e5-d41075c1a0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5810 | 2024.08.18 06:19:12.359490 [ 3 ] {} <Debug> HTTP-Session: 8c21a381-4146-4e0b-a9e5-d41075c1a0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.08.18 06:19:12.359504 [ 3 ] {} <Debug> HTTP-Session: 8c21a381-4146-4e0b-a9e5-d41075c1a0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.08.18 06:19:12.359552 [ 3 ] {} <Trace> HTTP-Session: 8c21a381-4146-4e0b-a9e5-d41075c1a0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2024.08.18 06:19:12.359721 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5814 | 2024.08.18 06:19:12.359784 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5815 | 2024.08.18 06:19:12.359970 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5816 | 2024.08.18 06:19:12.360402 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5817 | 2024.08.18 06:19:12.360441 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5818 | 2024.08.18 06:19:12.360792 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5819 | 2024.08.18 06:19:12.361111 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.08.18 06:19:12.361288 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001611 sec., 5586.592178770949 rows/sec., 452.82 KiB/sec. | ||
5821 | 2024.08.18 06:19:12.361484 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.08.18 06:19:12.361510 [ 3 ] {2610c4ab-e609-401d-92d4-08ab5a6b5fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5823 | 2024.08.18 06:19:12.361526 [ 3 ] {} <Debug> HTTP-Session: 8c21a381-4146-4e0b-a9e5-d41075c1a0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.08.18 06:19:12.361658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.08.18 06:19:12.361706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5826 | 2024.08.18 06:19:12.361726 [ 3 ] {} <Debug> HTTP-Session: c6bd1d74-d825-48ac-8096-58635fdfeb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5827 | 2024.08.18 06:19:12.361743 [ 3 ] {} <Debug> HTTP-Session: c6bd1d74-d825-48ac-8096-58635fdfeb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.08.18 06:19:12.361756 [ 3 ] {} <Debug> HTTP-Session: c6bd1d74-d825-48ac-8096-58635fdfeb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.08.18 06:19:12.361787 [ 3 ] {} <Trace> HTTP-Session: c6bd1d74-d825-48ac-8096-58635fdfeb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5830 | 2024.08.18 06:19:12.361875 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.08.18 06:19:12.361917 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5832 | 2024.08.18 06:19:12.362045 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5833 | 2024.08.18 06:19:12.362348 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2024.08.18 06:19:12.362385 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5835 | 2024.08.18 06:19:12.362678 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5836 | 2024.08.18 06:19:12.362971 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5837 | 2024.08.18 06:19:12.363122 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 129.54 KiB/sec. | ||
5838 | 2024.08.18 06:19:12.363122 [ 74 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5839 | 2024.08.18 06:19:12.363230 [ 74 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5840 | 2024.08.18 06:19:12.363277 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5841 | 2024.08.18 06:19:12.363365 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Debug> DynamicQueryHandler: Done processing query | ||
5842 | 2024.08.18 06:19:12.363430 [ 3 ] {8a9d27ed-ee4f-4297-8493-6c8e73aa078d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5843 | 2024.08.18 06:19:12.363472 [ 3 ] {} <Debug> HTTP-Session: c6bd1d74-d825-48ac-8096-58635fdfeb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.08.18 06:19:12.363509 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
5845 | 2024.08.18 06:19:12.363647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5846 | 2024.08.18 06:19:12.363760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5847 | 2024.08.18 06:19:12.363809 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5848 | 2024.08.18 06:19:12.363819 [ 3 ] {} <Debug> HTTP-Session: 99f384dd-0d58-4d61-9df7-bdfc797e4ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5849 | 2024.08.18 06:19:12.363873 [ 3 ] {} <Debug> HTTP-Session: 99f384dd-0d58-4d61-9df7-bdfc797e4ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5850 | 2024.08.18 06:19:12.363888 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
5851 | 2024.08.18 06:19:12.363901 [ 3 ] {} <Debug> HTTP-Session: 99f384dd-0d58-4d61-9df7-bdfc797e4ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5852 | 2024.08.18 06:19:12.363973 [ 3 ] {} <Trace> HTTP-Session: 99f384dd-0d58-4d61-9df7-bdfc797e4ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2024.08.18 06:19:12.364118 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5854 | 2024.08.18 06:19:12.364359 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5855 | 2024.08.18 06:19:12.364389 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
5856 | 2024.08.18 06:19:12.364555 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5857 | 2024.08.18 06:19:12.364784 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
5858 | 2024.08.18 06:19:12.365150 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
5859 | 2024.08.18 06:19:12.365526 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5860 | 2024.08.18 06:19:12.366016 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5861 | 2024.08.18 06:19:12.366887 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5862 | 2024.08.18 06:19:12.366958 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5863 | 2024.08.18 06:19:12.367765 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5864 | 2024.08.18 06:19:12.368309 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004945153 sec., 5257.673523953657 rows/sec., 428.73 KiB/sec. | ||
5865 | 2024.08.18 06:19:12.368518 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5866 | 2024.08.18 06:19:12.368665 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5867 | 2024.08.18 06:19:12.369047 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.004858 sec., 17291.066282420747 rows/sec., 1.38 MiB/sec. | ||
5868 | 2024.08.18 06:19:12.369382 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Debug> DynamicQueryHandler: Done processing query | ||
5869 | 2024.08.18 06:19:12.369426 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5870 | 2024.08.18 06:19:12.369429 [ 3 ] {ec91d840-b7b3-46ab-96c9-c148d7c27387} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5871 | 2024.08.18 06:19:12.369499 [ 3 ] {} <Debug> HTTP-Session: 99f384dd-0d58-4d61-9df7-bdfc797e4ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5872 | 2024.08.18 06:19:12.369588 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_6_1} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5873 | 2024.08.18 06:19:12.369701 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5874 | 2024.08.18 06:19:12.369709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5875 | 2024.08.18 06:19:12.369780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5876 | 2024.08.18 06:19:12.369799 [ 3 ] {} <Debug> HTTP-Session: 1294d876-876c-4b7d-a124-862b81955417 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5877 | 2024.08.18 06:19:12.369816 [ 3 ] {} <Debug> HTTP-Session: 1294d876-876c-4b7d-a124-862b81955417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.08.18 06:19:12.369829 [ 3 ] {} <Debug> HTTP-Session: 1294d876-876c-4b7d-a124-862b81955417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5879 | 2024.08.18 06:19:12.369860 [ 3 ] {} <Trace> HTTP-Session: 1294d876-876c-4b7d-a124-862b81955417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5880 | 2024.08.18 06:19:12.369958 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5881 | 2024.08.18 06:19:12.370001 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5882 | 2024.08.18 06:19:12.370144 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5883 | 2024.08.18 06:19:12.370425 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5884 | 2024.08.18 06:19:12.370461 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5885 | 2024.08.18 06:19:12.370758 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5886 | 2024.08.18 06:19:12.371061 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5887 | 2024.08.18 06:19:12.371204 [ 74 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5888 | 2024.08.18 06:19:12.371221 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
5889 | 2024.08.18 06:19:12.371256 [ 74 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5890 | 2024.08.18 06:19:12.371320 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5891 | 2024.08.18 06:19:12.371549 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Debug> DynamicQueryHandler: Done processing query | ||
5892 | 2024.08.18 06:19:12.371555 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
5893 | 2024.08.18 06:19:12.371579 [ 3 ] {18f31dd2-2992-48df-b925-849483871beb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5894 | 2024.08.18 06:19:12.371610 [ 3 ] {} <Debug> HTTP-Session: 1294d876-876c-4b7d-a124-862b81955417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.08.18 06:19:12.371708 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5896 | 2024.08.18 06:19:12.371749 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
5897 | 2024.08.18 06:19:12.371755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5898 | 2024.08.18 06:19:12.371848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5899 | 2024.08.18 06:19:12.371957 [ 3 ] {} <Debug> HTTP-Session: 1ac1ff16-bf30-4762-9f17-9eecbc03a16f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5900 | 2024.08.18 06:19:12.371990 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5901 | 2024.08.18 06:19:12.372018 [ 3 ] {} <Debug> HTTP-Session: 1ac1ff16-bf30-4762-9f17-9eecbc03a16f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5902 | 2024.08.18 06:19:12.372082 [ 3 ] {} <Debug> HTTP-Session: 1ac1ff16-bf30-4762-9f17-9eecbc03a16f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.08.18 06:19:12.372150 [ 3 ] {} <Trace> HTTP-Session: 1ac1ff16-bf30-4762-9f17-9eecbc03a16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5904 | 2024.08.18 06:19:12.372155 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
5905 | 2024.08.18 06:19:12.372420 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
5906 | 2024.08.18 06:19:12.372531 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5907 | 2024.08.18 06:19:12.372743 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5908 | 2024.08.18 06:19:12.372774 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
5909 | 2024.08.18 06:19:12.372977 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5910 | 2024.08.18 06:19:12.373355 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5911 | 2024.08.18 06:19:12.373948 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5912 | 2024.08.18 06:19:12.373997 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5913 | 2024.08.18 06:19:12.374569 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5914 | 2024.08.18 06:19:12.374624 [ 200 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00319561 sec., 8136.161796965212 rows/sec., 568.10 KiB/sec. | ||
5915 | 2024.08.18 06:19:12.374914 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5916 | 2024.08.18 06:19:12.375374 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.08.18 06:19:12.375802 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.003463 sec., 21657.522379439793 rows/sec., 1.69 MiB/sec. | ||
5918 | 2024.08.18 06:19:12.375977 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5919 | 2024.08.18 06:19:12.376131 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_6_1} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5920 | 2024.08.18 06:19:12.376165 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Debug> DynamicQueryHandler: Done processing query | ||
5921 | 2024.08.18 06:19:12.376260 [ 3 ] {a2c795d7-99fe-4987-ad9d-6ff410ea591f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5922 | 2024.08.18 06:19:12.376282 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5923 | 2024.08.18 06:19:12.376298 [ 3 ] {} <Debug> HTTP-Session: 1ac1ff16-bf30-4762-9f17-9eecbc03a16f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.08.18 06:19:12.376510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5925 | 2024.08.18 06:19:12.376559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5926 | 2024.08.18 06:19:12.376579 [ 3 ] {} <Debug> HTTP-Session: 64dc9a43-7d11-4147-9e2f-044f43210f83 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5927 | 2024.08.18 06:19:12.376595 [ 3 ] {} <Debug> HTTP-Session: 64dc9a43-7d11-4147-9e2f-044f43210f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5928 | 2024.08.18 06:19:12.376608 [ 3 ] {} <Debug> HTTP-Session: 64dc9a43-7d11-4147-9e2f-044f43210f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.08.18 06:19:12.376639 [ 3 ] {} <Trace> HTTP-Session: 64dc9a43-7d11-4147-9e2f-044f43210f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.08.18 06:19:12.376795 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5931 | 2024.08.18 06:19:12.376842 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5932 | 2024.08.18 06:19:12.377005 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5933 | 2024.08.18 06:19:12.377412 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5934 | 2024.08.18 06:19:12.377449 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5935 | 2024.08.18 06:19:12.377844 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5936 | 2024.08.18 06:19:12.378202 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5937 | 2024.08.18 06:19:12.378357 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00163 sec., 98773.00613496933 rows/sec., 6.88 MiB/sec. | ||
5938 | 2024.08.18 06:19:12.378531 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Debug> DynamicQueryHandler: Done processing query | ||
5939 | 2024.08.18 06:19:12.378555 [ 3 ] {65e9a640-4104-4d10-89f7-15844b710848} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5940 | 2024.08.18 06:19:12.378570 [ 3 ] {} <Debug> HTTP-Session: 64dc9a43-7d11-4147-9e2f-044f43210f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.08.18 06:19:12.378702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5942 | 2024.08.18 06:19:12.378749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5943 | 2024.08.18 06:19:12.378769 [ 3 ] {} <Debug> HTTP-Session: e717849f-0464-4d45-ba7e-e5f97fd0564b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5944 | 2024.08.18 06:19:12.378785 [ 3 ] {} <Debug> HTTP-Session: e717849f-0464-4d45-ba7e-e5f97fd0564b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.08.18 06:19:12.378798 [ 3 ] {} <Debug> HTTP-Session: e717849f-0464-4d45-ba7e-e5f97fd0564b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.08.18 06:19:12.378853 [ 3 ] {} <Trace> HTTP-Session: e717849f-0464-4d45-ba7e-e5f97fd0564b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5947 | 2024.08.18 06:19:12.379035 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5948 | 2024.08.18 06:19:12.379098 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <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 | ||
5949 | 2024.08.18 06:19:12.379499 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5950 | 2024.08.18 06:19:12.380028 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2024.08.18 06:19:12.380064 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5952 | 2024.08.18 06:19:12.380641 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5953 | 2024.08.18 06:19:12.381033 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.08.18 06:19:12.381227 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.0023 sec., 3913.0434782608695 rows/sec., 7.01 MiB/sec. | ||
5955 | 2024.08.18 06:19:12.381761 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Debug> DynamicQueryHandler: Done processing query | ||
5956 | 2024.08.18 06:19:12.381786 [ 3 ] {7e854dd1-a4d3-46bd-9e4e-ee7ef7d2efd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5957 | 2024.08.18 06:19:12.381802 [ 3 ] {} <Debug> HTTP-Session: e717849f-0464-4d45-ba7e-e5f97fd0564b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.08.18 06:19:12.381933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5959 | 2024.08.18 06:19:12.381980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5960 | 2024.08.18 06:19:12.381998 [ 3 ] {} <Debug> HTTP-Session: aedb2237-c8e3-4aac-9298-bc2695c42820 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5961 | 2024.08.18 06:19:12.382015 [ 3 ] {} <Debug> HTTP-Session: aedb2237-c8e3-4aac-9298-bc2695c42820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5962 | 2024.08.18 06:19:12.382028 [ 3 ] {} <Debug> HTTP-Session: aedb2237-c8e3-4aac-9298-bc2695c42820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.08.18 06:19:12.382059 [ 3 ] {} <Trace> HTTP-Session: aedb2237-c8e3-4aac-9298-bc2695c42820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5964 | 2024.08.18 06:19:12.382175 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5965 | 2024.08.18 06:19:12.382220 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5966 | 2024.08.18 06:19:12.382371 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5967 | 2024.08.18 06:19:12.382676 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5968 | 2024.08.18 06:19:12.382723 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5969 | 2024.08.18 06:19:12.383208 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5970 | 2024.08.18 06:19:12.383539 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5971 | 2024.08.18 06:19:12.383695 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
5972 | 2024.08.18 06:19:12.383864 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Debug> DynamicQueryHandler: Done processing query | ||
5973 | 2024.08.18 06:19:12.383887 [ 3 ] {e7684532-1938-4c76-8d28-94cde6e66832} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5974 | 2024.08.18 06:19:12.383902 [ 3 ] {} <Debug> HTTP-Session: aedb2237-c8e3-4aac-9298-bc2695c42820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5975 | 2024.08.18 06:19:17.364468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5976 | 2024.08.18 06:19:17.364596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5977 | 2024.08.18 06:19:17.364628 [ 3 ] {} <Debug> HTTP-Session: 879d6969-52a6-4544-8f1b-a9892aa9a041 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5978 | 2024.08.18 06:19:17.364653 [ 3 ] {} <Debug> HTTP-Session: 879d6969-52a6-4544-8f1b-a9892aa9a041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5979 | 2024.08.18 06:19:17.364669 [ 3 ] {} <Debug> HTTP-Session: 879d6969-52a6-4544-8f1b-a9892aa9a041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5980 | 2024.08.18 06:19:17.364720 [ 3 ] {} <Trace> HTTP-Session: 879d6969-52a6-4544-8f1b-a9892aa9a041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5981 | 2024.08.18 06:19:17.364948 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5982 | 2024.08.18 06:19:17.365032 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5983 | 2024.08.18 06:19:17.365300 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5984 | 2024.08.18 06:19:17.365758 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5985 | 2024.08.18 06:19:17.365801 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
5986 | 2024.08.18 06:19:17.366169 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5987 | 2024.08.18 06:19:17.366520 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5988 | 2024.08.18 06:19:17.366689 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00182 sec., 13186.813186813186 rows/sec., 1.04 MiB/sec. | ||
5989 | 2024.08.18 06:19:17.366887 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Debug> DynamicQueryHandler: Done processing query | ||
5990 | 2024.08.18 06:19:17.366913 [ 3 ] {f36f9ef8-5f97-44a2-9a8d-efe226e52237} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5991 | 2024.08.18 06:19:17.366930 [ 3 ] {} <Debug> HTTP-Session: 879d6969-52a6-4544-8f1b-a9892aa9a041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.08.18 06:19:17.367140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5993 | 2024.08.18 06:19:17.367190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5994 | 2024.08.18 06:19:17.367208 [ 3 ] {} <Debug> HTTP-Session: 39adf483-8400-4c9f-a7b5-0f4105829d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
5995 | 2024.08.18 06:19:17.367225 [ 3 ] {} <Debug> HTTP-Session: 39adf483-8400-4c9f-a7b5-0f4105829d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5996 | 2024.08.18 06:19:17.367238 [ 3 ] {} <Debug> HTTP-Session: 39adf483-8400-4c9f-a7b5-0f4105829d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5997 | 2024.08.18 06:19:17.367269 [ 3 ] {} <Trace> HTTP-Session: 39adf483-8400-4c9f-a7b5-0f4105829d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5998 | 2024.08.18 06:19:17.367441 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5999 | 2024.08.18 06:19:17.367484 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6000 | 2024.08.18 06:19:17.367610 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6001 | 2024.08.18 06:19:17.368092 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6002 | 2024.08.18 06:19:17.368129 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6003 | 2024.08.18 06:19:17.368482 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6004 | 2024.08.18 06:19:17.368788 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6005 | 2024.08.18 06:19:17.368942 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001576 sec., 165609.13705583758 rows/sec., 14.48 MiB/sec. | ||
6006 | 2024.08.18 06:19:17.368944 [ 23 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6007 | 2024.08.18 06:19:17.369048 [ 23 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6008 | 2024.08.18 06:19:17.369093 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6009 | 2024.08.18 06:19:17.369170 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Debug> DynamicQueryHandler: Done processing query | ||
6010 | 2024.08.18 06:19:17.369221 [ 3 ] {81d488fe-8508-4361-ac8b-6d85405223cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6011 | 2024.08.18 06:19:17.369276 [ 3 ] {} <Debug> HTTP-Session: 39adf483-8400-4c9f-a7b5-0f4105829d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.08.18 06:19:17.369359 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
6013 | 2024.08.18 06:19:17.369499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6014 | 2024.08.18 06:19:17.369623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6015 | 2024.08.18 06:19:17.369670 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6016 | 2024.08.18 06:19:17.369682 [ 3 ] {} <Debug> HTTP-Session: 33eec7ea-cd2f-4867-ae1c-eb68c8a650ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6017 | 2024.08.18 06:19:17.369736 [ 3 ] {} <Debug> HTTP-Session: 33eec7ea-cd2f-4867-ae1c-eb68c8a650ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6018 | 2024.08.18 06:19:17.369742 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1436 rows starting from the beginning of the part | ||
6019 | 2024.08.18 06:19:17.369758 [ 3 ] {} <Debug> HTTP-Session: 33eec7ea-cd2f-4867-ae1c-eb68c8a650ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.08.18 06:19:17.369840 [ 3 ] {} <Trace> HTTP-Session: 33eec7ea-cd2f-4867-ae1c-eb68c8a650ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6021 | 2024.08.18 06:19:17.369995 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 83 rows starting from the beginning of the part | ||
6022 | 2024.08.18 06:19:17.370179 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6023 | 2024.08.18 06:19:17.370345 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6024 | 2024.08.18 06:19:17.370367 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1405 rows starting from the beginning of the part | ||
6025 | 2024.08.18 06:19:17.370683 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
6026 | 2024.08.18 06:19:17.371074 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 84 rows starting from the beginning of the part | ||
6027 | 2024.08.18 06:19:17.371329 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6028 | 2024.08.18 06:19:17.371396 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 261 rows starting from the beginning of the part | ||
6029 | 2024.08.18 06:19:17.372189 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6030 | 2024.08.18 06:19:17.372252 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6031 | 2024.08.18 06:19:17.373084 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6032 | 2024.08.18 06:19:17.374011 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6033 | 2024.08.18 06:19:17.374205 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004173 sec., 3354.9005511622336 rows/sec., 234.96 KiB/sec. | ||
6034 | 2024.08.18 06:19:17.374412 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Debug> DynamicQueryHandler: Done processing query | ||
6035 | 2024.08.18 06:19:17.374467 [ 3 ] {53d9dd1e-61bd-4449-917d-1936d1215d91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6036 | 2024.08.18 06:19:17.374509 [ 3 ] {} <Debug> HTTP-Session: 33eec7ea-cd2f-4867-ae1c-eb68c8a650ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.08.18 06:19:17.374689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6038 | 2024.08.18 06:19:17.374739 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3295 rows, containing 4 columns (4 merged, 0 gathered) in 0.005546464 sec., 594072.1872529958 rows/sec., 49.54 MiB/sec. | ||
6039 | 2024.08.18 06:19:17.374761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6040 | 2024.08.18 06:19:17.374829 [ 3 ] {} <Debug> HTTP-Session: 04228749-e00f-4146-92dc-6d6f0a31e5e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6041 | 2024.08.18 06:19:17.374846 [ 3 ] {} <Debug> HTTP-Session: 04228749-e00f-4146-92dc-6d6f0a31e5e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.08.18 06:19:17.374860 [ 3 ] {} <Debug> HTTP-Session: 04228749-e00f-4146-92dc-6d6f0a31e5e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.08.18 06:19:17.374894 [ 3 ] {} <Trace> HTTP-Session: 04228749-e00f-4146-92dc-6d6f0a31e5e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6044 | 2024.08.18 06:19:17.375001 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6045 | 2024.08.18 06:19:17.375034 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6046 | 2024.08.18 06:19:17.375051 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6047 | 2024.08.18 06:19:17.375331 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6048 | 2024.08.18 06:19:17.375746 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6049 | 2024.08.18 06:19:17.375786 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6050 | 2024.08.18 06:19:17.375824 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6051 | 2024.08.18 06:19:17.375962 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_31_6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6052 | 2024.08.18 06:19:17.376083 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
6053 | 2024.08.18 06:19:17.376173 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6054 | 2024.08.18 06:19:17.376471 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6055 | 2024.08.18 06:19:17.376613 [ 23 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6056 | 2024.08.18 06:19:17.376629 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00165 sec., 3636.3636363636365 rows/sec., 214.84 KiB/sec. | ||
6057 | 2024.08.18 06:19:17.376673 [ 23 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6058 | 2024.08.18 06:19:17.376747 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6059 | 2024.08.18 06:19:17.376943 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Debug> DynamicQueryHandler: Done processing query | ||
6060 | 2024.08.18 06:19:17.376943 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::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 | ||
6061 | 2024.08.18 06:19:17.376981 [ 3 ] {8f82c48d-4f02-4258-b2bb-aadfeee5f30f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6062 | 2024.08.18 06:19:17.377028 [ 3 ] {} <Debug> HTTP-Session: 04228749-e00f-4146-92dc-6d6f0a31e5e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.08.18 06:19:17.377164 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6064 | 2024.08.18 06:19:17.377204 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
6065 | 2024.08.18 06:19:17.377256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6066 | 2024.08.18 06:19:17.377398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6067 | 2024.08.18 06:19:17.377425 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6068 | 2024.08.18 06:19:17.377484 [ 3 ] {} <Debug> HTTP-Session: 83c34df1-3090-465f-9634-28539ce1534e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6069 | 2024.08.18 06:19:17.377573 [ 3 ] {} <Debug> HTTP-Session: 83c34df1-3090-465f-9634-28539ce1534e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6070 | 2024.08.18 06:19:17.377650 [ 3 ] {} <Debug> HTTP-Session: 83c34df1-3090-465f-9634-28539ce1534e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6071 | 2024.08.18 06:19:17.377752 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6072 | 2024.08.18 06:19:17.377772 [ 3 ] {} <Trace> HTTP-Session: 83c34df1-3090-465f-9634-28539ce1534e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6073 | 2024.08.18 06:19:17.378016 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6074 | 2024.08.18 06:19:17.378211 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6075 | 2024.08.18 06:19:17.378299 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6076 | 2024.08.18 06:19:17.378470 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6077 | 2024.08.18 06:19:17.378926 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6078 | 2024.08.18 06:19:17.380084 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6079 | 2024.08.18 06:19:17.380166 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6080 | 2024.08.18 06:19:17.380562 [ 200 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003707669 sec., 8091.33717168388 rows/sec., 482.00 KiB/sec. | ||
6081 | 2024.08.18 06:19:17.380702 [ 200 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6082 | 2024.08.18 06:19:17.380832 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6083 | 2024.08.18 06:19:17.381211 [ 200 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6084 | 2024.08.18 06:19:17.381285 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6085 | 2024.08.18 06:19:17.381334 [ 200 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_13_3} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6086 | 2024.08.18 06:19:17.381518 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6087 | 2024.08.18 06:19:17.381550 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.003544 sec., 114559.81941309255 rows/sec., 8.16 MiB/sec. | ||
6088 | 2024.08.18 06:19:17.381518 [ 23 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6089 | 2024.08.18 06:19:17.381659 [ 23 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6090 | 2024.08.18 06:19:17.381706 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6091 | 2024.08.18 06:19:17.381834 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Debug> DynamicQueryHandler: Done processing query | ||
6092 | 2024.08.18 06:19:17.381840 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
6093 | 2024.08.18 06:19:17.381864 [ 3 ] {a1064c0a-5ba6-470e-9f07-dc95a4393111} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6094 | 2024.08.18 06:19:17.381891 [ 3 ] {} <Debug> HTTP-Session: 83c34df1-3090-465f-9634-28539ce1534e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.08.18 06:19:17.381977 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6096 | 2024.08.18 06:19:17.382008 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
6097 | 2024.08.18 06:19:17.382026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6098 | 2024.08.18 06:19:17.382103 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 73 rows starting from the beginning of the part | ||
6099 | 2024.08.18 06:19:17.382122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6100 | 2024.08.18 06:19:17.382202 [ 3 ] {} <Debug> HTTP-Session: 8983ac05-f2f0-48cf-ab1a-3f324614cac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6101 | 2024.08.18 06:19:17.382279 [ 3 ] {} <Debug> HTTP-Session: 8983ac05-f2f0-48cf-ab1a-3f324614cac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6102 | 2024.08.18 06:19:17.382362 [ 3 ] {} <Debug> HTTP-Session: 8983ac05-f2f0-48cf-ab1a-3f324614cac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6103 | 2024.08.18 06:19:17.382386 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 870 rows starting from the beginning of the part | ||
6104 | 2024.08.18 06:19:17.382517 [ 3 ] {} <Trace> HTTP-Session: 8983ac05-f2f0-48cf-ab1a-3f324614cac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6105 | 2024.08.18 06:19:17.382722 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
6106 | 2024.08.18 06:19:17.382892 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6107 | 2024.08.18 06:19:17.383155 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part | ||
6108 | 2024.08.18 06:19:17.383173 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6109 | 2024.08.18 06:19:17.383526 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 406 rows starting from the beginning of the part | ||
6110 | 2024.08.18 06:19:17.384021 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6111 | 2024.08.18 06:19:17.384430 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2024.08.18 06:19:17.384469 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6113 | 2024.08.18 06:19:17.384996 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6114 | 2024.08.18 06:19:17.385383 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2024.08.18 06:19:17.385513 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2357 rows, containing 4 columns (4 merged, 0 gathered) in 0.00372952 sec., 631984.8130590532 rows/sec., 45.98 MiB/sec. | ||
6116 | 2024.08.18 06:19:17.385662 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002927 sec., 2049.880423641954 rows/sec., 107.10 KiB/sec. | ||
6117 | 2024.08.18 06:19:17.385815 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6118 | 2024.08.18 06:19:17.385889 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Debug> DynamicQueryHandler: Done processing query | ||
6119 | 2024.08.18 06:19:17.385919 [ 3 ] {79e9ec84-acd2-411c-883d-9d4a5744297b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6120 | 2024.08.18 06:19:17.385945 [ 3 ] {} <Debug> HTTP-Session: 8983ac05-f2f0-48cf-ab1a-3f324614cac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6121 | 2024.08.18 06:19:17.386159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6122 | 2024.08.18 06:19:17.386222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6123 | 2024.08.18 06:19:17.386257 [ 3 ] {} <Debug> HTTP-Session: 627a1afc-f60f-4188-9e1e-b57772dbdb01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6124 | 2024.08.18 06:19:17.386259 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6125 | 2024.08.18 06:19:17.386282 [ 3 ] {} <Debug> HTTP-Session: 627a1afc-f60f-4188-9e1e-b57772dbdb01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.08.18 06:19:17.386305 [ 3 ] {} <Debug> HTTP-Session: 627a1afc-f60f-4188-9e1e-b57772dbdb01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.08.18 06:19:17.386350 [ 3 ] {} <Trace> HTTP-Session: 627a1afc-f60f-4188-9e1e-b57772dbdb01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6128 | 2024.08.18 06:19:17.386372 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_31_6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6129 | 2024.08.18 06:19:17.386462 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6130 | 2024.08.18 06:19:17.386604 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6131 | 2024.08.18 06:19:17.386651 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6132 | 2024.08.18 06:19:17.386793 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6133 | 2024.08.18 06:19:17.387297 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6134 | 2024.08.18 06:19:17.387335 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6135 | 2024.08.18 06:19:17.387709 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6136 | 2024.08.18 06:19:17.388038 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6137 | 2024.08.18 06:19:17.388187 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6138 | 2024.08.18 06:19:17.388195 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec. | ||
6139 | 2024.08.18 06:19:17.388232 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2024.08.18 06:19:17.388292 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6141 | 2024.08.18 06:19:17.388593 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Debug> DynamicQueryHandler: Done processing query | ||
6142 | 2024.08.18 06:19:17.388658 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
6143 | 2024.08.18 06:19:17.388674 [ 3 ] {b9e6eb72-c882-4708-8181-fee033d65f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6144 | 2024.08.18 06:19:17.388789 [ 3 ] {} <Debug> HTTP-Session: 627a1afc-f60f-4188-9e1e-b57772dbdb01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6145 | 2024.08.18 06:19:17.389060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6146 | 2024.08.18 06:19:17.389193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6147 | 2024.08.18 06:19:17.389256 [ 3 ] {} <Debug> HTTP-Session: 9458e454-4367-41c2-9774-5a1bc398004e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6148 | 2024.08.18 06:19:17.389263 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6149 | 2024.08.18 06:19:17.389286 [ 3 ] {} <Debug> HTTP-Session: 9458e454-4367-41c2-9774-5a1bc398004e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6150 | 2024.08.18 06:19:17.389336 [ 3 ] {} <Debug> HTTP-Session: 9458e454-4367-41c2-9774-5a1bc398004e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.08.18 06:19:17.389343 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7743 rows starting from the beginning of the part | ||
6152 | 2024.08.18 06:19:17.389412 [ 3 ] {} <Trace> HTTP-Session: 9458e454-4367-41c2-9774-5a1bc398004e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6153 | 2024.08.18 06:19:17.389634 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
6154 | 2024.08.18 06:19:17.389712 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6155 | 2024.08.18 06:19:17.389887 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6156 | 2024.08.18 06:19:17.389931 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 915 rows starting from the beginning of the part | ||
6157 | 2024.08.18 06:19:17.390321 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
6158 | 2024.08.18 06:19:17.390651 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
6159 | 2024.08.18 06:19:17.391045 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6160 | 2024.08.18 06:19:17.391079 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
6161 | 2024.08.18 06:19:17.391921 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6162 | 2024.08.18 06:19:17.391992 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6163 | 2024.08.18 06:19:17.392461 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6164 | 2024.08.18 06:19:17.393341 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6165 | 2024.08.18 06:19:17.393716 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004103 sec., 243.72410431391665 rows/sec., 16.42 KiB/sec. | ||
6166 | 2024.08.18 06:19:17.393946 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Debug> DynamicQueryHandler: Done processing query | ||
6167 | 2024.08.18 06:19:17.393971 [ 3 ] {f7f90971-79e9-4612-8f86-f30da4299eb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6168 | 2024.08.18 06:19:17.393987 [ 3 ] {} <Debug> HTTP-Session: 9458e454-4367-41c2-9774-5a1bc398004e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6169 | 2024.08.18 06:19:17.394159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6170 | 2024.08.18 06:19:17.394209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6171 | 2024.08.18 06:19:17.394227 [ 3 ] {} <Debug> HTTP-Session: fd5bc4b0-5c03-4629-88f5-936821586303 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6172 | 2024.08.18 06:19:17.394244 [ 3 ] {} <Debug> HTTP-Session: fd5bc4b0-5c03-4629-88f5-936821586303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6173 | 2024.08.18 06:19:17.394258 [ 3 ] {} <Debug> HTTP-Session: fd5bc4b0-5c03-4629-88f5-936821586303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.08.18 06:19:17.394289 [ 3 ] {} <Trace> HTTP-Session: fd5bc4b0-5c03-4629-88f5-936821586303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6175 | 2024.08.18 06:19:17.395276 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6176 | 2024.08.18 06:19:17.395395 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <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 | ||
6177 | 2024.08.18 06:19:17.396248 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9226 rows, containing 5 columns (5 merged, 0 gathered) in 0.007818277 sec., 1180055.4009534325 rows/sec., 79.68 MiB/sec. | ||
6178 | 2024.08.18 06:19:17.396544 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6179 | 2024.08.18 06:19:17.396552 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6180 | 2024.08.18 06:19:17.397218 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6181 | 2024.08.18 06:19:17.397379 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6182 | 2024.08.18 06:19:17.397578 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
6183 | 2024.08.18 06:19:17.397776 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6184 | 2024.08.18 06:19:17.397819 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6185 | 2024.08.18 06:19:17.398459 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6186 | 2024.08.18 06:19:17.398877 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6187 | 2024.08.18 06:19:17.399064 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004689 sec., 5118.362124120282 rows/sec., 9.17 MiB/sec. | ||
6188 | 2024.08.18 06:19:17.399308 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Debug> DynamicQueryHandler: Done processing query | ||
6189 | 2024.08.18 06:19:17.399335 [ 3 ] {d9f64a49-a471-442b-8675-b5e2ecb37d33} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6190 | 2024.08.18 06:19:17.399351 [ 3 ] {} <Debug> HTTP-Session: fd5bc4b0-5c03-4629-88f5-936821586303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6191 | 2024.08.18 06:19:17.399484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6192 | 2024.08.18 06:19:17.399532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6193 | 2024.08.18 06:19:17.399552 [ 3 ] {} <Debug> HTTP-Session: 7f3ed942-caf1-47d1-a81f-6c9887df9087 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6194 | 2024.08.18 06:19:17.399568 [ 3 ] {} <Debug> HTTP-Session: 7f3ed942-caf1-47d1-a81f-6c9887df9087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6195 | 2024.08.18 06:19:17.399582 [ 3 ] {} <Debug> HTTP-Session: 7f3ed942-caf1-47d1-a81f-6c9887df9087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6196 | 2024.08.18 06:19:17.399612 [ 3 ] {} <Trace> HTTP-Session: 7f3ed942-caf1-47d1-a81f-6c9887df9087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6197 | 2024.08.18 06:19:17.399746 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6198 | 2024.08.18 06:19:17.399789 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6199 | 2024.08.18 06:19:17.399916 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6200 | 2024.08.18 06:19:17.400233 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6201 | 2024.08.18 06:19:17.400272 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6202 | 2024.08.18 06:19:17.400633 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6203 | 2024.08.18 06:19:17.400953 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6204 | 2024.08.18 06:19:17.401107 [ 23 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6205 | 2024.08.18 06:19:17.401114 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001417 sec., 57868.73676781933 rows/sec., 3.68 MiB/sec. | ||
6206 | 2024.08.18 06:19:17.401151 [ 23 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6207 | 2024.08.18 06:19:17.401208 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6208 | 2024.08.18 06:19:17.401413 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6209 | 2024.08.18 06:19:17.401444 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Debug> DynamicQueryHandler: Done processing query | ||
6210 | 2024.08.18 06:19:17.401484 [ 3 ] {70c50325-4baa-4dbc-a8e5-fc737f8a2715} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6211 | 2024.08.18 06:19:17.401517 [ 3 ] {} <Debug> HTTP-Session: 7f3ed942-caf1-47d1-a81f-6c9887df9087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.08.18 06:19:17.401629 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6213 | 2024.08.18 06:19:17.401672 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1580 rows starting from the beginning of the part | ||
6214 | 2024.08.18 06:19:17.401778 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6215 | 2024.08.18 06:19:17.402003 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part | ||
6216 | 2024.08.18 06:19:17.402195 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
6217 | 2024.08.18 06:19:17.402323 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6218 | 2024.08.18 06:19:17.402512 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
6219 | 2024.08.18 06:19:17.403922 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.00262485 sec., 710135.8172847972 rows/sec., 46.27 MiB/sec. | ||
6220 | 2024.08.18 06:19:17.404212 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6221 | 2024.08.18 06:19:17.404680 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6222 | 2024.08.18 06:19:17.404776 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_31_6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6223 | 2024.08.18 06:19:17.404874 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6224 | 2024.08.18 06:19:22.359533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6225 | 2024.08.18 06:19:22.359669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6226 | 2024.08.18 06:19:22.359701 [ 3 ] {} <Debug> HTTP-Session: 43e9fe41-628a-4000-94ef-b436ff288a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6227 | 2024.08.18 06:19:22.359729 [ 3 ] {} <Debug> HTTP-Session: 43e9fe41-628a-4000-94ef-b436ff288a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.08.18 06:19:22.359746 [ 3 ] {} <Debug> HTTP-Session: 43e9fe41-628a-4000-94ef-b436ff288a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.08.18 06:19:22.359801 [ 3 ] {} <Trace> HTTP-Session: 43e9fe41-628a-4000-94ef-b436ff288a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6230 | 2024.08.18 06:19:22.359998 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.08.18 06:19:22.360070 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6232 | 2024.08.18 06:19:22.360285 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6233 | 2024.08.18 06:19:22.360726 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6234 | 2024.08.18 06:19:22.360766 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6235 | 2024.08.18 06:19:22.361122 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6236 | 2024.08.18 06:19:22.361445 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6237 | 2024.08.18 06:19:22.361625 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001678 sec., 5363.528009535161 rows/sec., 434.74 KiB/sec. | ||
6238 | 2024.08.18 06:19:22.361827 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Debug> DynamicQueryHandler: Done processing query | ||
6239 | 2024.08.18 06:19:22.361854 [ 3 ] {da3bb1c8-02b9-40a8-83f6-4a2483a41c2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6240 | 2024.08.18 06:19:22.361870 [ 3 ] {} <Debug> HTTP-Session: 43e9fe41-628a-4000-94ef-b436ff288a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6241 | 2024.08.18 06:19:22.362011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6242 | 2024.08.18 06:19:22.362059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6243 | 2024.08.18 06:19:22.362079 [ 3 ] {} <Debug> HTTP-Session: 624dd68e-521a-4f8c-8ad0-f7445d69e9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6244 | 2024.08.18 06:19:22.362096 [ 3 ] {} <Debug> HTTP-Session: 624dd68e-521a-4f8c-8ad0-f7445d69e9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.08.18 06:19:22.362110 [ 3 ] {} <Debug> HTTP-Session: 624dd68e-521a-4f8c-8ad0-f7445d69e9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.08.18 06:19:22.362141 [ 3 ] {} <Trace> HTTP-Session: 624dd68e-521a-4f8c-8ad0-f7445d69e9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6247 | 2024.08.18 06:19:22.362260 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6248 | 2024.08.18 06:19:22.362304 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6249 | 2024.08.18 06:19:22.362427 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6250 | 2024.08.18 06:19:22.362803 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6251 | 2024.08.18 06:19:22.362840 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6252 | 2024.08.18 06:19:22.363161 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6253 | 2024.08.18 06:19:22.363460 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6254 | 2024.08.18 06:19:22.363609 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001389 sec., 59755.219582433405 rows/sec., 4.77 MiB/sec. | ||
6255 | 2024.08.18 06:19:22.363785 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Debug> DynamicQueryHandler: Done processing query | ||
6256 | 2024.08.18 06:19:22.363810 [ 3 ] {b184f26c-a037-438a-8006-ec42c45c98e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6257 | 2024.08.18 06:19:22.363827 [ 3 ] {} <Debug> HTTP-Session: 624dd68e-521a-4f8c-8ad0-f7445d69e9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6258 | 2024.08.18 06:19:22.363962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6259 | 2024.08.18 06:19:22.364009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6260 | 2024.08.18 06:19:22.364029 [ 3 ] {} <Debug> HTTP-Session: ea015933-46ae-4f75-a58e-28b54c5d9298 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6261 | 2024.08.18 06:19:22.364045 [ 3 ] {} <Debug> HTTP-Session: ea015933-46ae-4f75-a58e-28b54c5d9298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6262 | 2024.08.18 06:19:22.364059 [ 3 ] {} <Debug> HTTP-Session: ea015933-46ae-4f75-a58e-28b54c5d9298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6263 | 2024.08.18 06:19:22.364091 [ 3 ] {} <Trace> HTTP-Session: ea015933-46ae-4f75-a58e-28b54c5d9298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6264 | 2024.08.18 06:19:22.364203 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6265 | 2024.08.18 06:19:22.364246 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6266 | 2024.08.18 06:19:22.364372 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6267 | 2024.08.18 06:19:22.364718 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6268 | 2024.08.18 06:19:22.364755 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6269 | 2024.08.18 06:19:22.365056 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6270 | 2024.08.18 06:19:22.365355 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6271 | 2024.08.18 06:19:22.365498 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001333 sec., 54763.69092273068 rows/sec., 4.28 MiB/sec. | ||
6272 | 2024.08.18 06:19:22.365772 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Debug> DynamicQueryHandler: Done processing query | ||
6273 | 2024.08.18 06:19:22.365834 [ 3 ] {e9116925-196c-4137-a391-f1a4f22ca898} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6274 | 2024.08.18 06:19:22.365891 [ 3 ] {} <Debug> HTTP-Session: ea015933-46ae-4f75-a58e-28b54c5d9298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6275 | 2024.08.18 06:19:22.366093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6276 | 2024.08.18 06:19:22.366142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6277 | 2024.08.18 06:19:22.366162 [ 3 ] {} <Debug> HTTP-Session: 66ad1f55-4ace-4f8f-a57a-97abe96e2964 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6278 | 2024.08.18 06:19:22.366178 [ 3 ] {} <Debug> HTTP-Session: 66ad1f55-4ace-4f8f-a57a-97abe96e2964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6279 | 2024.08.18 06:19:22.366192 [ 3 ] {} <Debug> HTTP-Session: 66ad1f55-4ace-4f8f-a57a-97abe96e2964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.08.18 06:19:22.366224 [ 3 ] {} <Trace> HTTP-Session: 66ad1f55-4ace-4f8f-a57a-97abe96e2964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6281 | 2024.08.18 06:19:22.366371 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6282 | 2024.08.18 06:19:22.366419 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6283 | 2024.08.18 06:19:22.366585 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6284 | 2024.08.18 06:19:22.366983 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6285 | 2024.08.18 06:19:22.367019 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6286 | 2024.08.18 06:19:22.367400 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6287 | 2024.08.18 06:19:22.367722 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6288 | 2024.08.18 06:19:22.367884 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
6289 | 2024.08.18 06:19:22.368098 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Debug> DynamicQueryHandler: Done processing query | ||
6290 | 2024.08.18 06:19:22.368125 [ 3 ] {235b8ddc-d0fd-4a47-a2c5-62be8881e728} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6291 | 2024.08.18 06:19:22.368141 [ 3 ] {} <Debug> HTTP-Session: 66ad1f55-4ace-4f8f-a57a-97abe96e2964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6292 | 2024.08.18 06:19:22.368336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6293 | 2024.08.18 06:19:22.368383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6294 | 2024.08.18 06:19:22.368402 [ 3 ] {} <Debug> HTTP-Session: 2e6f179c-ab1c-409e-9133-57a04bfa94cc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6295 | 2024.08.18 06:19:22.368418 [ 3 ] {} <Debug> HTTP-Session: 2e6f179c-ab1c-409e-9133-57a04bfa94cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6296 | 2024.08.18 06:19:22.368432 [ 3 ] {} <Debug> HTTP-Session: 2e6f179c-ab1c-409e-9133-57a04bfa94cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6297 | 2024.08.18 06:19:22.368462 [ 3 ] {} <Trace> HTTP-Session: 2e6f179c-ab1c-409e-9133-57a04bfa94cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6298 | 2024.08.18 06:19:22.368647 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6299 | 2024.08.18 06:19:22.368712 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <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 | ||
6300 | 2024.08.18 06:19:22.369124 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6301 | 2024.08.18 06:19:22.369664 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6302 | 2024.08.18 06:19:22.369704 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6303 | 2024.08.18 06:19:22.370289 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6304 | 2024.08.18 06:19:22.370681 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6305 | 2024.08.18 06:19:22.370874 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002332 sec., 3859.3481989708407 rows/sec., 6.92 MiB/sec. | ||
6306 | 2024.08.18 06:19:22.371080 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Debug> DynamicQueryHandler: Done processing query | ||
6307 | 2024.08.18 06:19:22.371104 [ 3 ] {9bda1a58-5a2b-4773-9bca-7705560d911a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6308 | 2024.08.18 06:19:22.371120 [ 3 ] {} <Debug> HTTP-Session: 2e6f179c-ab1c-409e-9133-57a04bfa94cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.08.18 06:19:22.371245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6310 | 2024.08.18 06:19:22.371291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6311 | 2024.08.18 06:19:22.371310 [ 3 ] {} <Debug> HTTP-Session: c00c2db7-46a2-48cc-a3d2-4af141be7321 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6312 | 2024.08.18 06:19:22.371327 [ 3 ] {} <Debug> HTTP-Session: c00c2db7-46a2-48cc-a3d2-4af141be7321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6313 | 2024.08.18 06:19:22.371341 [ 3 ] {} <Debug> HTTP-Session: c00c2db7-46a2-48cc-a3d2-4af141be7321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.08.18 06:19:22.371371 [ 3 ] {} <Trace> HTTP-Session: c00c2db7-46a2-48cc-a3d2-4af141be7321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6315 | 2024.08.18 06:19:22.371485 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6316 | 2024.08.18 06:19:22.371528 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6317 | 2024.08.18 06:19:22.371653 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6318 | 2024.08.18 06:19:22.371957 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6319 | 2024.08.18 06:19:22.371993 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6320 | 2024.08.18 06:19:22.372346 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6321 | 2024.08.18 06:19:22.372654 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6322 | 2024.08.18 06:19:22.372809 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
6323 | 2024.08.18 06:19:22.373150 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Debug> DynamicQueryHandler: Done processing query | ||
6324 | 2024.08.18 06:19:22.373193 [ 3 ] {8b6fbe5d-64e9-4de7-b47f-87e85f3c6bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6325 | 2024.08.18 06:19:22.373210 [ 3 ] {} <Debug> HTTP-Session: c00c2db7-46a2-48cc-a3d2-4af141be7321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6326 | 2024.08.18 06:19:25.224700 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6327 | 2024.08.18 06:19:25.224756 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6328 | 2024.08.18 06:19:27.365450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6329 | 2024.08.18 06:19:27.365584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6330 | 2024.08.18 06:19:27.365613 [ 3 ] {} <Debug> HTTP-Session: ded1ea4b-e7b5-4617-a782-dc6cf9a78cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6331 | 2024.08.18 06:19:27.365636 [ 3 ] {} <Debug> HTTP-Session: ded1ea4b-e7b5-4617-a782-dc6cf9a78cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.08.18 06:19:27.365650 [ 3 ] {} <Debug> HTTP-Session: ded1ea4b-e7b5-4617-a782-dc6cf9a78cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.08.18 06:19:27.365697 [ 3 ] {} <Trace> HTTP-Session: ded1ea4b-e7b5-4617-a782-dc6cf9a78cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6334 | 2024.08.18 06:19:27.365870 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6335 | 2024.08.18 06:19:27.365932 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6336 | 2024.08.18 06:19:27.366118 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6337 | 2024.08.18 06:19:27.366516 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6338 | 2024.08.18 06:19:27.366555 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6339 | 2024.08.18 06:19:27.366901 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6340 | 2024.08.18 06:19:27.367225 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6341 | 2024.08.18 06:19:27.367394 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001572 sec., 15267.175572519083 rows/sec., 1.21 MiB/sec. | ||
6342 | 2024.08.18 06:19:27.367406 [ 58 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6343 | 2024.08.18 06:19:27.367509 [ 58 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6344 | 2024.08.18 06:19:27.367550 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6345 | 2024.08.18 06:19:27.367670 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Debug> DynamicQueryHandler: Done processing query | ||
6346 | 2024.08.18 06:19:27.367726 [ 3 ] {080b0ff9-3266-4764-a7fc-b7ee59e169a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6347 | 2024.08.18 06:19:27.367738 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
6348 | 2024.08.18 06:19:27.367752 [ 3 ] {} <Debug> HTTP-Session: ded1ea4b-e7b5-4617-a782-dc6cf9a78cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.08.18 06:19:27.367986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6350 | 2024.08.18 06:19:27.367992 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6351 | 2024.08.18 06:19:27.368074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6352 | 2024.08.18 06:19:27.368079 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 33 rows starting from the beginning of the part | ||
6353 | 2024.08.18 06:19:27.368112 [ 3 ] {} <Debug> HTTP-Session: a363e591-56d5-4bdb-a764-36a75c498adf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6354 | 2024.08.18 06:19:27.368147 [ 3 ] {} <Debug> HTTP-Session: a363e591-56d5-4bdb-a764-36a75c498adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6355 | 2024.08.18 06:19:27.368195 [ 3 ] {} <Debug> HTTP-Session: a363e591-56d5-4bdb-a764-36a75c498adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6356 | 2024.08.18 06:19:27.368284 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
6357 | 2024.08.18 06:19:27.368309 [ 3 ] {} <Trace> HTTP-Session: a363e591-56d5-4bdb-a764-36a75c498adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6358 | 2024.08.18 06:19:27.368681 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
6359 | 2024.08.18 06:19:27.368750 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6360 | 2024.08.18 06:19:27.368905 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
6361 | 2024.08.18 06:19:27.368923 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6362 | 2024.08.18 06:19:27.369240 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
6363 | 2024.08.18 06:19:27.369550 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
6364 | 2024.08.18 06:19:27.370242 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6365 | 2024.08.18 06:19:27.370916 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6366 | 2024.08.18 06:19:27.370998 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6367 | 2024.08.18 06:19:27.371848 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6368 | 2024.08.18 06:19:27.372352 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004715068 sec., 26086.580299584224 rows/sec., 2.06 MiB/sec. | ||
6369 | 2024.08.18 06:19:27.372606 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6370 | 2024.08.18 06:19:27.372622 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6371 | 2024.08.18 06:19:27.372988 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004395 sec., 455.06257110352675 rows/sec., 37.11 KiB/sec. | ||
6372 | 2024.08.18 06:19:27.373614 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Debug> DynamicQueryHandler: Done processing query | ||
6373 | 2024.08.18 06:19:27.373661 [ 3 ] {e436fee4-782e-4e39-8130-fb5bb4c01f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6374 | 2024.08.18 06:19:27.373697 [ 3 ] {} <Debug> HTTP-Session: a363e591-56d5-4bdb-a764-36a75c498adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.08.18 06:19:27.373858 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6376 | 2024.08.18 06:19:27.373990 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_21_4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6377 | 2024.08.18 06:19:27.373990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6378 | 2024.08.18 06:19:27.374110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6379 | 2024.08.18 06:19:27.374152 [ 3 ] {} <Debug> HTTP-Session: e8ba128e-1b10-465a-bf66-20d8cac4c81e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6380 | 2024.08.18 06:19:27.374161 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6381 | 2024.08.18 06:19:27.374191 [ 3 ] {} <Debug> HTTP-Session: e8ba128e-1b10-465a-bf66-20d8cac4c81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6382 | 2024.08.18 06:19:27.374221 [ 3 ] {} <Debug> HTTP-Session: e8ba128e-1b10-465a-bf66-20d8cac4c81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.08.18 06:19:27.374253 [ 3 ] {} <Trace> HTTP-Session: e8ba128e-1b10-465a-bf66-20d8cac4c81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6384 | 2024.08.18 06:19:27.374437 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6385 | 2024.08.18 06:19:27.374481 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6386 | 2024.08.18 06:19:27.374629 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6387 | 2024.08.18 06:19:27.375096 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6388 | 2024.08.18 06:19:27.375132 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6389 | 2024.08.18 06:19:27.375453 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6390 | 2024.08.18 06:19:27.375754 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6391 | 2024.08.18 06:19:27.375909 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Debug> executeQuery: Read 262 rows, 23.44 KiB in 0.001566 sec., 167305.23627075352 rows/sec., 14.62 MiB/sec. | ||
6392 | 2024.08.18 06:19:27.376061 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Debug> DynamicQueryHandler: Done processing query | ||
6393 | 2024.08.18 06:19:27.376085 [ 3 ] {936c28aa-47ad-405a-8bfe-89584427eb2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6394 | 2024.08.18 06:19:27.376100 [ 3 ] {} <Debug> HTTP-Session: e8ba128e-1b10-465a-bf66-20d8cac4c81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.08.18 06:19:27.376231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6396 | 2024.08.18 06:19:27.376276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6397 | 2024.08.18 06:19:27.376295 [ 3 ] {} <Debug> HTTP-Session: 1b5a13ea-133a-4810-849d-da38d350630c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6398 | 2024.08.18 06:19:27.376310 [ 3 ] {} <Debug> HTTP-Session: 1b5a13ea-133a-4810-849d-da38d350630c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6399 | 2024.08.18 06:19:27.376324 [ 3 ] {} <Debug> HTTP-Session: 1b5a13ea-133a-4810-849d-da38d350630c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.08.18 06:19:27.376356 [ 3 ] {} <Trace> HTTP-Session: 1b5a13ea-133a-4810-849d-da38d350630c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6401 | 2024.08.18 06:19:27.376446 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6402 | 2024.08.18 06:19:27.376487 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6403 | 2024.08.18 06:19:27.376612 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6404 | 2024.08.18 06:19:27.376872 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6405 | 2024.08.18 06:19:27.376907 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6406 | 2024.08.18 06:19:27.377190 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6407 | 2024.08.18 06:19:27.377495 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6408 | 2024.08.18 06:19:27.377642 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 115.32 KiB/sec. | ||
6409 | 2024.08.18 06:19:27.377840 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Debug> DynamicQueryHandler: Done processing query | ||
6410 | 2024.08.18 06:19:27.377864 [ 3 ] {9ef422c2-c99d-4be6-9d4e-72f60b6fb860} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6411 | 2024.08.18 06:19:27.377879 [ 3 ] {} <Debug> HTTP-Session: 1b5a13ea-133a-4810-849d-da38d350630c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.08.18 06:19:27.377994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6413 | 2024.08.18 06:19:27.378040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6414 | 2024.08.18 06:19:27.378059 [ 3 ] {} <Debug> HTTP-Session: 430e8a03-087d-4c49-a4a4-525f5a48bc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6415 | 2024.08.18 06:19:27.378075 [ 3 ] {} <Debug> HTTP-Session: 430e8a03-087d-4c49-a4a4-525f5a48bc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6416 | 2024.08.18 06:19:27.378088 [ 3 ] {} <Debug> HTTP-Session: 430e8a03-087d-4c49-a4a4-525f5a48bc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.08.18 06:19:27.378118 [ 3 ] {} <Trace> HTTP-Session: 430e8a03-087d-4c49-a4a4-525f5a48bc61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6418 | 2024.08.18 06:19:27.378212 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6419 | 2024.08.18 06:19:27.378253 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6420 | 2024.08.18 06:19:27.378378 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6421 | 2024.08.18 06:19:27.378648 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6422 | 2024.08.18 06:19:27.378684 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6423 | 2024.08.18 06:19:27.378986 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6424 | 2024.08.18 06:19:27.379283 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6425 | 2024.08.18 06:19:27.379438 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001253 sec., 11173.184357541899 rows/sec., 782.50 KiB/sec. | ||
6426 | 2024.08.18 06:19:27.379587 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Debug> DynamicQueryHandler: Done processing query | ||
6427 | 2024.08.18 06:19:27.379610 [ 3 ] {6c944336-f56d-4122-b8d7-381ecb1d7265} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6428 | 2024.08.18 06:19:27.379625 [ 3 ] {} <Debug> HTTP-Session: 430e8a03-087d-4c49-a4a4-525f5a48bc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.08.18 06:19:27.379739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6430 | 2024.08.18 06:19:27.379785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6431 | 2024.08.18 06:19:27.379804 [ 3 ] {} <Debug> HTTP-Session: 0a53fb47-acf6-4cbb-8977-14bd76b5f9e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6432 | 2024.08.18 06:19:27.379820 [ 3 ] {} <Debug> HTTP-Session: 0a53fb47-acf6-4cbb-8977-14bd76b5f9e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.08.18 06:19:27.379833 [ 3 ] {} <Debug> HTTP-Session: 0a53fb47-acf6-4cbb-8977-14bd76b5f9e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.08.18 06:19:27.379862 [ 3 ] {} <Trace> HTTP-Session: 0a53fb47-acf6-4cbb-8977-14bd76b5f9e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2024.08.18 06:19:27.379954 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6436 | 2024.08.18 06:19:27.379995 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6437 | 2024.08.18 06:19:27.380119 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6438 | 2024.08.18 06:19:27.380382 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6439 | 2024.08.18 06:19:27.380417 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6440 | 2024.08.18 06:19:27.380711 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6441 | 2024.08.18 06:19:27.381003 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6442 | 2024.08.18 06:19:27.381152 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001215 sec., 4938.271604938272 rows/sec., 291.76 KiB/sec. | ||
6443 | 2024.08.18 06:19:27.381313 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Debug> DynamicQueryHandler: Done processing query | ||
6444 | 2024.08.18 06:19:27.381339 [ 3 ] {02b5c2e6-b076-46f5-9856-ab2f838a9baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6445 | 2024.08.18 06:19:27.381354 [ 3 ] {} <Debug> HTTP-Session: 0a53fb47-acf6-4cbb-8977-14bd76b5f9e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.08.18 06:19:27.381517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6447 | 2024.08.18 06:19:27.381564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6448 | 2024.08.18 06:19:27.381583 [ 3 ] {} <Debug> HTTP-Session: ed193bdb-440a-49d8-a751-fc83006544ed Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6449 | 2024.08.18 06:19:27.381600 [ 3 ] {} <Debug> HTTP-Session: ed193bdb-440a-49d8-a751-fc83006544ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6450 | 2024.08.18 06:19:27.381612 [ 3 ] {} <Debug> HTTP-Session: ed193bdb-440a-49d8-a751-fc83006544ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6451 | 2024.08.18 06:19:27.381642 [ 3 ] {} <Trace> HTTP-Session: ed193bdb-440a-49d8-a751-fc83006544ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6452 | 2024.08.18 06:19:27.381840 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6453 | 2024.08.18 06:19:27.381882 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6454 | 2024.08.18 06:19:27.382006 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6455 | 2024.08.18 06:19:27.382536 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2024.08.18 06:19:27.382573 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6457 | 2024.08.18 06:19:27.382886 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6458 | 2024.08.18 06:19:27.383184 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6459 | 2024.08.18 06:19:27.383339 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Debug> executeQuery: Read 408 rows, 29.77 KiB in 0.001593 sec., 256120.527306968 rows/sec., 18.25 MiB/sec. | ||
6460 | 2024.08.18 06:19:27.383627 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Debug> DynamicQueryHandler: Done processing query | ||
6461 | 2024.08.18 06:19:27.383664 [ 3 ] {e8c93f50-5d7d-4460-9505-c5c599b5d3f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6462 | 2024.08.18 06:19:27.383680 [ 3 ] {} <Debug> HTTP-Session: ed193bdb-440a-49d8-a751-fc83006544ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.08.18 06:19:27.383813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6464 | 2024.08.18 06:19:27.383859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6465 | 2024.08.18 06:19:27.383877 [ 3 ] {} <Debug> HTTP-Session: 4b6f5707-e99d-4c8f-8822-9c252dee9c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6466 | 2024.08.18 06:19:27.383893 [ 3 ] {} <Debug> HTTP-Session: 4b6f5707-e99d-4c8f-8822-9c252dee9c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6467 | 2024.08.18 06:19:27.383906 [ 3 ] {} <Debug> HTTP-Session: 4b6f5707-e99d-4c8f-8822-9c252dee9c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6468 | 2024.08.18 06:19:27.383936 [ 3 ] {} <Trace> HTTP-Session: 4b6f5707-e99d-4c8f-8822-9c252dee9c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2024.08.18 06:19:27.384032 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6470 | 2024.08.18 06:19:27.384077 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6471 | 2024.08.18 06:19:27.384219 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6472 | 2024.08.18 06:19:27.384585 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.08.18 06:19:27.384622 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6474 | 2024.08.18 06:19:27.384966 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6475 | 2024.08.18 06:19:27.385271 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.08.18 06:19:27.385426 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
6477 | 2024.08.18 06:19:27.385592 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Debug> DynamicQueryHandler: Done processing query | ||
6478 | 2024.08.18 06:19:27.385616 [ 3 ] {bfe349ac-38a0-4de0-9d48-5f291c05d606} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6479 | 2024.08.18 06:19:27.385632 [ 3 ] {} <Debug> HTTP-Session: 4b6f5707-e99d-4c8f-8822-9c252dee9c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.08.18 06:19:27.385868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6481 | 2024.08.18 06:19:27.385914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6482 | 2024.08.18 06:19:27.385933 [ 3 ] {} <Debug> HTTP-Session: bb86d761-9a0d-46ef-88b1-76f6701a8c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6483 | 2024.08.18 06:19:27.385949 [ 3 ] {} <Debug> HTTP-Session: bb86d761-9a0d-46ef-88b1-76f6701a8c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.08.18 06:19:27.385962 [ 3 ] {} <Debug> HTTP-Session: bb86d761-9a0d-46ef-88b1-76f6701a8c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.08.18 06:19:27.385992 [ 3 ] {} <Trace> HTTP-Session: bb86d761-9a0d-46ef-88b1-76f6701a8c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2024.08.18 06:19:27.386193 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6487 | 2024.08.18 06:19:27.386238 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6488 | 2024.08.18 06:19:27.386383 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6489 | 2024.08.18 06:19:27.386850 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6490 | 2024.08.18 06:19:27.386887 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6491 | 2024.08.18 06:19:27.387249 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6492 | 2024.08.18 06:19:27.387569 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6493 | 2024.08.18 06:19:27.387730 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001643 sec., 144856.96895922095 rows/sec., 9.71 MiB/sec. | ||
6494 | 2024.08.18 06:19:27.387907 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Debug> DynamicQueryHandler: Done processing query | ||
6495 | 2024.08.18 06:19:27.387929 [ 3 ] {dba0ba06-7569-442b-8621-d9861334dd8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6496 | 2024.08.18 06:19:27.387946 [ 3 ] {} <Debug> HTTP-Session: bb86d761-9a0d-46ef-88b1-76f6701a8c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.08.18 06:19:27.388118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.08.18 06:19:27.388165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6499 | 2024.08.18 06:19:27.388183 [ 3 ] {} <Debug> HTTP-Session: 26c0bce6-a704-47a9-b027-373c8f4641d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6500 | 2024.08.18 06:19:27.388199 [ 3 ] {} <Debug> HTTP-Session: 26c0bce6-a704-47a9-b027-373c8f4641d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.08.18 06:19:27.388213 [ 3 ] {} <Debug> HTTP-Session: 26c0bce6-a704-47a9-b027-373c8f4641d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.08.18 06:19:27.388242 [ 3 ] {} <Trace> HTTP-Session: 26c0bce6-a704-47a9-b027-373c8f4641d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6503 | 2024.08.18 06:19:27.388332 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6504 | 2024.08.18 06:19:27.388375 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6505 | 2024.08.18 06:19:27.388503 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.08.18 06:19:27.388761 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.08.18 06:19:27.388797 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6508 | 2024.08.18 06:19:27.389137 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6509 | 2024.08.18 06:19:27.389438 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6510 | 2024.08.18 06:19:27.389590 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
6511 | 2024.08.18 06:19:27.389752 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Debug> DynamicQueryHandler: Done processing query | ||
6512 | 2024.08.18 06:19:27.389775 [ 3 ] {f47c8972-371f-4a97-848e-4fea1b7ca2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6513 | 2024.08.18 06:19:27.389791 [ 3 ] {} <Debug> HTTP-Session: 26c0bce6-a704-47a9-b027-373c8f4641d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.08.18 06:19:27.389947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6515 | 2024.08.18 06:19:27.389993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6516 | 2024.08.18 06:19:27.390011 [ 3 ] {} <Debug> HTTP-Session: a3b2da28-1a00-417f-8645-9ccacd42ed39 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6517 | 2024.08.18 06:19:27.390028 [ 3 ] {} <Debug> HTTP-Session: a3b2da28-1a00-417f-8645-9ccacd42ed39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.08.18 06:19:27.390041 [ 3 ] {} <Debug> HTTP-Session: a3b2da28-1a00-417f-8645-9ccacd42ed39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.08.18 06:19:27.390070 [ 3 ] {} <Trace> HTTP-Session: a3b2da28-1a00-417f-8645-9ccacd42ed39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6520 | 2024.08.18 06:19:27.390350 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6521 | 2024.08.18 06:19:27.390412 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <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 | ||
6522 | 2024.08.18 06:19:27.390815 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6523 | 2024.08.18 06:19:27.391434 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.08.18 06:19:27.391471 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6525 | 2024.08.18 06:19:27.392060 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6526 | 2024.08.18 06:19:27.392456 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2024.08.18 06:19:27.392639 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002482 sec., 9669.621273166802 rows/sec., 17.33 MiB/sec. | ||
6528 | 2024.08.18 06:19:27.392666 [ 70 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6529 | 2024.08.18 06:19:27.392791 [ 70 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2024.08.18 06:19:27.392885 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6531 | 2024.08.18 06:19:27.393126 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Debug> DynamicQueryHandler: Done processing query | ||
6532 | 2024.08.18 06:19:27.393209 [ 3 ] {289b5391-79fe-4669-b02b-5ee85420bbfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6533 | 2024.08.18 06:19:27.393284 [ 3 ] {} <Debug> HTTP-Session: a3b2da28-1a00-417f-8645-9ccacd42ed39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6534 | 2024.08.18 06:19:27.393353 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
6535 | 2024.08.18 06:19:27.393634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6536 | 2024.08.18 06:19:27.393781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6537 | 2024.08.18 06:19:27.393840 [ 3 ] {} <Debug> HTTP-Session: 2d19b543-cf88-45b7-8487-087e73d740ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6538 | 2024.08.18 06:19:27.393904 [ 3 ] {} <Debug> HTTP-Session: 2d19b543-cf88-45b7-8487-087e73d740ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.08.18 06:19:27.393948 [ 3 ] {} <Debug> HTTP-Session: 2d19b543-cf88-45b7-8487-087e73d740ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6540 | 2024.08.18 06:19:27.394034 [ 3 ] {} <Trace> HTTP-Session: 2d19b543-cf88-45b7-8487-087e73d740ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6541 | 2024.08.18 06:19:27.394339 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6542 | 2024.08.18 06:19:27.394369 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6543 | 2024.08.18 06:19:27.394442 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6544 | 2024.08.18 06:19:27.394515 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 279 rows starting from the beginning of the part | ||
6545 | 2024.08.18 06:19:27.395341 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6546 | 2024.08.18 06:19:27.395394 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
6547 | 2024.08.18 06:19:27.396044 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
6548 | 2024.08.18 06:19:27.396597 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6549 | 2024.08.18 06:19:27.396714 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6550 | 2024.08.18 06:19:27.396750 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
6551 | 2024.08.18 06:19:27.397425 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
6552 | 2024.08.18 06:19:27.398033 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
6553 | 2024.08.18 06:19:27.398066 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6554 | 2024.08.18 06:19:27.399221 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6555 | 2024.08.18 06:19:27.399518 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005311 sec., 15439.653549237433 rows/sec., 1004.14 KiB/sec. | ||
6556 | 2024.08.18 06:19:27.399934 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Debug> DynamicQueryHandler: Done processing query | ||
6557 | 2024.08.18 06:19:27.399982 [ 3 ] {5ca2f4f6-5343-4ec0-a3c9-88bdc1299849} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6558 | 2024.08.18 06:19:27.400024 [ 3 ] {} <Debug> HTTP-Session: 2d19b543-cf88-45b7-8487-087e73d740ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6559 | 2024.08.18 06:19:27.402739 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 19 columns (19 merged, 0 gathered) in 0.009732993 sec., 37912.28453570243 rows/sec., 67.94 MiB/sec. | ||
6560 | 2024.08.18 06:19:27.403449 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6561 | 2024.08.18 06:19:27.404108 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6562 | 2024.08.18 06:19:27.404182 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6563 | 2024.08.18 06:19:27.404314 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
6564 | 2024.08.18 06:19:32.359005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6565 | 2024.08.18 06:19:32.359195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6566 | 2024.08.18 06:19:32.359240 [ 3 ] {} <Debug> HTTP-Session: d5852185-1381-44bf-9f46-82c873c4e6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6567 | 2024.08.18 06:19:32.359282 [ 3 ] {} <Debug> HTTP-Session: d5852185-1381-44bf-9f46-82c873c4e6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.08.18 06:19:32.359310 [ 3 ] {} <Debug> HTTP-Session: d5852185-1381-44bf-9f46-82c873c4e6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.08.18 06:19:32.359390 [ 3 ] {} <Trace> HTTP-Session: d5852185-1381-44bf-9f46-82c873c4e6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6570 | 2024.08.18 06:19:32.359666 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6571 | 2024.08.18 06:19:32.359771 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6572 | 2024.08.18 06:19:32.359977 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6573 | 2024.08.18 06:19:32.360466 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6574 | 2024.08.18 06:19:32.360508 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6575 | 2024.08.18 06:19:32.360863 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6576 | 2024.08.18 06:19:32.361188 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6577 | 2024.08.18 06:19:32.361353 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001767 sec., 5093.378607809847 rows/sec., 412.84 KiB/sec. | ||
6578 | 2024.08.18 06:19:32.361672 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Debug> DynamicQueryHandler: Done processing query | ||
6579 | 2024.08.18 06:19:32.361697 [ 3 ] {f1c19638-8ce5-4913-99f2-ade2583f82aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6580 | 2024.08.18 06:19:32.361714 [ 3 ] {} <Debug> HTTP-Session: d5852185-1381-44bf-9f46-82c873c4e6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6581 | 2024.08.18 06:19:32.361905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6582 | 2024.08.18 06:19:32.361954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6583 | 2024.08.18 06:19:32.361973 [ 3 ] {} <Debug> HTTP-Session: c20cee20-aeae-4d21-9dba-b08ef7acde6b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6584 | 2024.08.18 06:19:32.361990 [ 3 ] {} <Debug> HTTP-Session: c20cee20-aeae-4d21-9dba-b08ef7acde6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6585 | 2024.08.18 06:19:32.362004 [ 3 ] {} <Debug> HTTP-Session: c20cee20-aeae-4d21-9dba-b08ef7acde6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.08.18 06:19:32.362035 [ 3 ] {} <Trace> HTTP-Session: c20cee20-aeae-4d21-9dba-b08ef7acde6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6587 | 2024.08.18 06:19:32.362156 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6588 | 2024.08.18 06:19:32.362200 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6589 | 2024.08.18 06:19:32.362342 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6590 | 2024.08.18 06:19:32.362720 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6591 | 2024.08.18 06:19:32.362757 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6592 | 2024.08.18 06:19:32.363064 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6593 | 2024.08.18 06:19:32.363367 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6594 | 2024.08.18 06:19:32.363522 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001402 sec., 59201.14122681883 rows/sec., 4.73 MiB/sec. | ||
6595 | 2024.08.18 06:19:32.363806 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Debug> DynamicQueryHandler: Done processing query | ||
6596 | 2024.08.18 06:19:32.363851 [ 3 ] {378ca0c6-352d-46ca-8fd6-d74ff8e7f259} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6597 | 2024.08.18 06:19:32.363887 [ 3 ] {} <Debug> HTTP-Session: c20cee20-aeae-4d21-9dba-b08ef7acde6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6598 | 2024.08.18 06:19:32.364078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6599 | 2024.08.18 06:19:32.364127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6600 | 2024.08.18 06:19:32.364145 [ 3 ] {} <Debug> HTTP-Session: 516e5385-8a40-4fa0-9025-c3e49c305a11 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6601 | 2024.08.18 06:19:32.364162 [ 3 ] {} <Debug> HTTP-Session: 516e5385-8a40-4fa0-9025-c3e49c305a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6602 | 2024.08.18 06:19:32.364175 [ 3 ] {} <Debug> HTTP-Session: 516e5385-8a40-4fa0-9025-c3e49c305a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.08.18 06:19:32.364206 [ 3 ] {} <Trace> HTTP-Session: 516e5385-8a40-4fa0-9025-c3e49c305a11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6604 | 2024.08.18 06:19:32.364321 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6605 | 2024.08.18 06:19:32.364366 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6606 | 2024.08.18 06:19:32.364515 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6607 | 2024.08.18 06:19:32.364882 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6608 | 2024.08.18 06:19:32.364919 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6609 | 2024.08.18 06:19:32.365225 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6610 | 2024.08.18 06:19:32.365532 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6611 | 2024.08.18 06:19:32.365685 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001404 sec., 51994.30199430199 rows/sec., 4.06 MiB/sec. | ||
6612 | 2024.08.18 06:19:32.365852 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Debug> DynamicQueryHandler: Done processing query | ||
6613 | 2024.08.18 06:19:32.365876 [ 3 ] {f9ee7d2f-a576-4fdf-b389-93afbc87614d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6614 | 2024.08.18 06:19:32.365892 [ 3 ] {} <Debug> HTTP-Session: 516e5385-8a40-4fa0-9025-c3e49c305a11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6615 | 2024.08.18 06:19:32.366111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6616 | 2024.08.18 06:19:32.366159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6617 | 2024.08.18 06:19:32.366177 [ 3 ] {} <Debug> HTTP-Session: 199cf9e9-449f-477b-8ee7-199d554c8c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6618 | 2024.08.18 06:19:32.366193 [ 3 ] {} <Debug> HTTP-Session: 199cf9e9-449f-477b-8ee7-199d554c8c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6619 | 2024.08.18 06:19:32.366206 [ 3 ] {} <Debug> HTTP-Session: 199cf9e9-449f-477b-8ee7-199d554c8c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6620 | 2024.08.18 06:19:32.366237 [ 3 ] {} <Trace> HTTP-Session: 199cf9e9-449f-477b-8ee7-199d554c8c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6621 | 2024.08.18 06:19:32.366384 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6622 | 2024.08.18 06:19:32.366431 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6623 | 2024.08.18 06:19:32.366577 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6624 | 2024.08.18 06:19:32.366963 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6625 | 2024.08.18 06:19:32.366999 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6626 | 2024.08.18 06:19:32.367378 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6627 | 2024.08.18 06:19:32.367711 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6628 | 2024.08.18 06:19:32.367873 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
6629 | 2024.08.18 06:19:32.368045 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Debug> DynamicQueryHandler: Done processing query | ||
6630 | 2024.08.18 06:19:32.368069 [ 3 ] {0612292f-56cb-4f5d-8ef2-6388896015e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6631 | 2024.08.18 06:19:32.368084 [ 3 ] {} <Debug> HTTP-Session: 199cf9e9-449f-477b-8ee7-199d554c8c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6632 | 2024.08.18 06:19:32.368248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6633 | 2024.08.18 06:19:32.368297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6634 | 2024.08.18 06:19:32.368323 [ 3 ] {} <Debug> HTTP-Session: c94b6637-502d-43a1-a88e-ea8bc4e324c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6635 | 2024.08.18 06:19:32.368345 [ 3 ] {} <Debug> HTTP-Session: c94b6637-502d-43a1-a88e-ea8bc4e324c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6636 | 2024.08.18 06:19:32.368376 [ 3 ] {} <Debug> HTTP-Session: c94b6637-502d-43a1-a88e-ea8bc4e324c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.08.18 06:19:32.368433 [ 3 ] {} <Trace> HTTP-Session: c94b6637-502d-43a1-a88e-ea8bc4e324c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6638 | 2024.08.18 06:19:32.368652 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6639 | 2024.08.18 06:19:32.368729 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <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 | ||
6640 | 2024.08.18 06:19:32.369148 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6641 | 2024.08.18 06:19:32.369667 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6642 | 2024.08.18 06:19:32.369703 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6643 | 2024.08.18 06:19:32.370298 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6644 | 2024.08.18 06:19:32.370702 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6645 | 2024.08.18 06:19:32.370913 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00238 sec., 3781.5126050420167 rows/sec., 6.78 MiB/sec. | ||
6646 | 2024.08.18 06:19:32.371138 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Debug> DynamicQueryHandler: Done processing query | ||
6647 | 2024.08.18 06:19:32.371162 [ 3 ] {41d3bf02-89c2-4353-b7b4-f04ff9fc979d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6648 | 2024.08.18 06:19:32.371178 [ 3 ] {} <Debug> HTTP-Session: c94b6637-502d-43a1-a88e-ea8bc4e324c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6649 | 2024.08.18 06:19:32.371337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6650 | 2024.08.18 06:19:32.371387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6651 | 2024.08.18 06:19:32.371406 [ 3 ] {} <Debug> HTTP-Session: f9182910-9f25-46f0-8c72-56d9ac7a505f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6652 | 2024.08.18 06:19:32.371423 [ 3 ] {} <Debug> HTTP-Session: f9182910-9f25-46f0-8c72-56d9ac7a505f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6653 | 2024.08.18 06:19:32.371436 [ 3 ] {} <Debug> HTTP-Session: f9182910-9f25-46f0-8c72-56d9ac7a505f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6654 | 2024.08.18 06:19:32.371467 [ 3 ] {} <Trace> HTTP-Session: f9182910-9f25-46f0-8c72-56d9ac7a505f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6655 | 2024.08.18 06:19:32.371579 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6656 | 2024.08.18 06:19:32.371647 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6657 | 2024.08.18 06:19:32.371779 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6658 | 2024.08.18 06:19:32.372071 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6659 | 2024.08.18 06:19:32.372107 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6660 | 2024.08.18 06:19:32.372471 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6661 | 2024.08.18 06:19:32.372784 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6662 | 2024.08.18 06:19:32.372940 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
6663 | 2024.08.18 06:19:32.373111 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Debug> DynamicQueryHandler: Done processing query | ||
6664 | 2024.08.18 06:19:32.373135 [ 3 ] {5f5aabe8-962e-4607-82d2-57397cfd3099} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6665 | 2024.08.18 06:19:32.373151 [ 3 ] {} <Debug> HTTP-Session: f9182910-9f25-46f0-8c72-56d9ac7a505f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6666 | 2024.08.18 06:19:36.595600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6667 | 2024.08.18 06:19:36.595757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6668 | 2024.08.18 06:19:36.595792 [ 3 ] {} <Debug> HTTP-Session: f6ef179f-b5af-4d0c-bdf9-98b01e8ecf56 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6669 | 2024.08.18 06:19:36.595826 [ 3 ] {} <Debug> HTTP-Session: f6ef179f-b5af-4d0c-bdf9-98b01e8ecf56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6670 | 2024.08.18 06:19:36.595848 [ 3 ] {} <Debug> HTTP-Session: f6ef179f-b5af-4d0c-bdf9-98b01e8ecf56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6671 | 2024.08.18 06:19:36.595909 [ 3 ] {} <Trace> HTTP-Session: f6ef179f-b5af-4d0c-bdf9-98b01e8ecf56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6672 | 2024.08.18 06:19:36.596104 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6673 | 2024.08.18 06:19:36.596169 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6674 | 2024.08.18 06:19:36.596354 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6675 | 2024.08.18 06:19:36.596830 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6676 | 2024.08.18 06:19:36.596873 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6677 | 2024.08.18 06:19:36.597222 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6678 | 2024.08.18 06:19:36.597539 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6679 | 2024.08.18 06:19:36.597678 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001632 sec., 14705.882352941177 rows/sec., 1.16 MiB/sec. | ||
6680 | 2024.08.18 06:19:36.597960 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Debug> DynamicQueryHandler: Done processing query | ||
6681 | 2024.08.18 06:19:36.597993 [ 3 ] {76e705e1-e06d-4b6e-803b-df3c5654a0c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6682 | 2024.08.18 06:19:36.598010 [ 3 ] {} <Debug> HTTP-Session: f6ef179f-b5af-4d0c-bdf9-98b01e8ecf56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6683 | 2024.08.18 06:19:36.598401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6684 | 2024.08.18 06:19:36.598450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6685 | 2024.08.18 06:19:36.598469 [ 3 ] {} <Debug> HTTP-Session: 327b0304-b778-4777-b646-9981a7f8b702 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6686 | 2024.08.18 06:19:36.598487 [ 3 ] {} <Debug> HTTP-Session: 327b0304-b778-4777-b646-9981a7f8b702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6687 | 2024.08.18 06:19:36.598501 [ 3 ] {} <Debug> HTTP-Session: 327b0304-b778-4777-b646-9981a7f8b702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6688 | 2024.08.18 06:19:36.598532 [ 3 ] {} <Trace> HTTP-Session: 327b0304-b778-4777-b646-9981a7f8b702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6689 | 2024.08.18 06:19:36.599254 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6690 | 2024.08.18 06:19:36.599300 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6691 | 2024.08.18 06:19:36.599442 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6692 | 2024.08.18 06:19:36.600723 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6693 | 2024.08.18 06:19:36.600760 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6694 | 2024.08.18 06:19:36.601153 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6695 | 2024.08.18 06:19:36.601452 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6696 | 2024.08.18 06:19:36.601576 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Debug> executeQuery: Read 1401 rows, 119.49 KiB in 0.002902 sec., 482770.5031013094 rows/sec., 40.21 MiB/sec. | ||
6697 | 2024.08.18 06:19:36.601833 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Debug> DynamicQueryHandler: Done processing query | ||
6698 | 2024.08.18 06:19:36.601882 [ 3 ] {039c9185-fbcb-49a7-92e9-cecd51276724} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
6699 | 2024.08.18 06:19:36.601927 [ 3 ] {} <Debug> HTTP-Session: 327b0304-b778-4777-b646-9981a7f8b702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6700 | 2024.08.18 06:19:36.602254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6701 | 2024.08.18 06:19:36.602304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6702 | 2024.08.18 06:19:36.602324 [ 3 ] {} <Debug> HTTP-Session: e529731c-ccbf-46cd-927b-1c504ab0ea94 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6703 | 2024.08.18 06:19:36.602341 [ 3 ] {} <Debug> HTTP-Session: e529731c-ccbf-46cd-927b-1c504ab0ea94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6704 | 2024.08.18 06:19:36.602355 [ 3 ] {} <Debug> HTTP-Session: e529731c-ccbf-46cd-927b-1c504ab0ea94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6705 | 2024.08.18 06:19:36.602385 [ 3 ] {} <Trace> HTTP-Session: e529731c-ccbf-46cd-927b-1c504ab0ea94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6706 | 2024.08.18 06:19:36.602555 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6707 | 2024.08.18 06:19:36.602598 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6708 | 2024.08.18 06:19:36.602738 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6709 | 2024.08.18 06:19:36.603183 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6710 | 2024.08.18 06:19:36.603218 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6711 | 2024.08.18 06:19:36.603524 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6712 | 2024.08.18 06:19:36.603817 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6713 | 2024.08.18 06:19:36.603945 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001478 sec., 163734.7767253045 rows/sec., 11.09 MiB/sec. | ||
6714 | 2024.08.18 06:19:36.604108 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Debug> DynamicQueryHandler: Done processing query | ||
6715 | 2024.08.18 06:19:36.604132 [ 3 ] {a0739552-56b0-44a7-8501-d0a90d2955ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6716 | 2024.08.18 06:19:36.604148 [ 3 ] {} <Debug> HTTP-Session: e529731c-ccbf-46cd-927b-1c504ab0ea94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6717 | 2024.08.18 06:19:36.604275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6718 | 2024.08.18 06:19:36.604321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6719 | 2024.08.18 06:19:36.604341 [ 3 ] {} <Debug> HTTP-Session: 93bece0b-651c-472a-977c-d725f32dc01d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6720 | 2024.08.18 06:19:36.604357 [ 3 ] {} <Debug> HTTP-Session: 93bece0b-651c-472a-977c-d725f32dc01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.18 06:19:36.604371 [ 3 ] {} <Debug> HTTP-Session: 93bece0b-651c-472a-977c-d725f32dc01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6722 | 2024.08.18 06:19:36.604401 [ 3 ] {} <Trace> HTTP-Session: 93bece0b-651c-472a-977c-d725f32dc01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6723 | 2024.08.18 06:19:36.604495 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6724 | 2024.08.18 06:19:36.604536 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6725 | 2024.08.18 06:19:36.604658 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6726 | 2024.08.18 06:19:36.604932 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6727 | 2024.08.18 06:19:36.604967 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6728 | 2024.08.18 06:19:36.605259 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6729 | 2024.08.18 06:19:36.605558 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6730 | 2024.08.18 06:19:36.605682 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00121 sec., 4958.677685950413 rows/sec., 292.97 KiB/sec. | ||
6731 | 2024.08.18 06:19:36.605948 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Debug> DynamicQueryHandler: Done processing query | ||
6732 | 2024.08.18 06:19:36.605976 [ 3 ] {5861d313-6da6-4ca1-bca7-6615b9223f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6733 | 2024.08.18 06:19:36.605993 [ 3 ] {} <Debug> HTTP-Session: 93bece0b-651c-472a-977c-d725f32dc01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.08.18 06:19:36.606245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 140835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6735 | 2024.08.18 06:19:36.606294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6736 | 2024.08.18 06:19:36.606313 [ 3 ] {} <Debug> HTTP-Session: a3f1f195-96fc-4116-8d82-0d4d72bbae73 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6737 | 2024.08.18 06:19:36.606331 [ 3 ] {} <Debug> HTTP-Session: a3f1f195-96fc-4116-8d82-0d4d72bbae73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6738 | 2024.08.18 06:19:36.606346 [ 3 ] {} <Debug> HTTP-Session: a3f1f195-96fc-4116-8d82-0d4d72bbae73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6739 | 2024.08.18 06:19:36.606377 [ 3 ] {} <Trace> HTTP-Session: a3f1f195-96fc-4116-8d82-0d4d72bbae73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6740 | 2024.08.18 06:19:36.606792 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6741 | 2024.08.18 06:19:36.606838 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6742 | 2024.08.18 06:19:36.606985 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6743 | 2024.08.18 06:19:36.607878 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6744 | 2024.08.18 06:19:36.607915 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6745 | 2024.08.18 06:19:36.608252 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6746 | 2024.08.18 06:19:36.608556 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6747 | 2024.08.18 06:19:36.608680 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Debug> executeQuery: Read 862 rows, 63.89 KiB in 0.00218 sec., 395412.84403669724 rows/sec., 28.62 MiB/sec. | ||
6748 | 2024.08.18 06:19:36.608994 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Debug> DynamicQueryHandler: Done processing query | ||
6749 | 2024.08.18 06:19:36.609018 [ 3 ] {35b92fee-0dfc-4432-8b8d-388ad2ae001d} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
6750 | 2024.08.18 06:19:36.609034 [ 3 ] {} <Debug> HTTP-Session: a3f1f195-96fc-4116-8d82-0d4d72bbae73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6751 | 2024.08.18 06:19:36.609169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6752 | 2024.08.18 06:19:36.609218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6753 | 2024.08.18 06:19:36.609237 [ 3 ] {} <Debug> HTTP-Session: a1a73fe1-9ce4-4f91-8829-06ae1b210dab Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6754 | 2024.08.18 06:19:36.609253 [ 3 ] {} <Debug> HTTP-Session: a1a73fe1-9ce4-4f91-8829-06ae1b210dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.08.18 06:19:36.609267 [ 3 ] {} <Debug> HTTP-Session: a1a73fe1-9ce4-4f91-8829-06ae1b210dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6756 | 2024.08.18 06:19:36.609298 [ 3 ] {} <Trace> HTTP-Session: a1a73fe1-9ce4-4f91-8829-06ae1b210dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6757 | 2024.08.18 06:19:36.609394 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6758 | 2024.08.18 06:19:36.609439 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6759 | 2024.08.18 06:19:36.609586 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6760 | 2024.08.18 06:19:36.609841 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6761 | 2024.08.18 06:19:36.609877 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6762 | 2024.08.18 06:19:36.610225 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6763 | 2024.08.18 06:19:36.610533 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6764 | 2024.08.18 06:19:36.610661 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 243.19 KiB/sec. | ||
6765 | 2024.08.18 06:19:36.610957 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Debug> DynamicQueryHandler: Done processing query | ||
6766 | 2024.08.18 06:19:36.610981 [ 3 ] {e8e03d4f-be08-4561-8dcc-3bbd2b147870} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6767 | 2024.08.18 06:19:36.610997 [ 3 ] {} <Debug> HTTP-Session: a1a73fe1-9ce4-4f91-8829-06ae1b210dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.08.18 06:19:36.611237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6769 | 2024.08.18 06:19:36.611286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6770 | 2024.08.18 06:19:36.611306 [ 3 ] {} <Debug> HTTP-Session: 06e26fed-cdae-497b-8f5d-f91b5eb877b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6771 | 2024.08.18 06:19:36.611323 [ 3 ] {} <Debug> HTTP-Session: 06e26fed-cdae-497b-8f5d-f91b5eb877b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6772 | 2024.08.18 06:19:36.611338 [ 3 ] {} <Debug> HTTP-Session: 06e26fed-cdae-497b-8f5d-f91b5eb877b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6773 | 2024.08.18 06:19:36.611369 [ 3 ] {} <Trace> HTTP-Session: 06e26fed-cdae-497b-8f5d-f91b5eb877b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6774 | 2024.08.18 06:19:36.611751 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6775 | 2024.08.18 06:19:36.611799 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6776 | 2024.08.18 06:19:36.611960 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6777 | 2024.08.18 06:19:36.612819 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6778 | 2024.08.18 06:19:36.612856 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6779 | 2024.08.18 06:19:36.613268 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6780 | 2024.08.18 06:19:36.613605 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6781 | 2024.08.18 06:19:36.613733 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.00222 sec., 405855.8558558558 rows/sec., 27.10 MiB/sec. | ||
6782 | 2024.08.18 06:19:36.613905 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Debug> DynamicQueryHandler: Done processing query | ||
6783 | 2024.08.18 06:19:36.613929 [ 3 ] {ec3ef0eb-d145-4c6c-aad2-5c8afa755a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
6784 | 2024.08.18 06:19:36.613945 [ 3 ] {} <Debug> HTTP-Session: 06e26fed-cdae-497b-8f5d-f91b5eb877b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6785 | 2024.08.18 06:19:36.614141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6786 | 2024.08.18 06:19:36.614191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6787 | 2024.08.18 06:19:36.614211 [ 3 ] {} <Debug> HTTP-Session: 465eaf78-3184-47f8-9a43-260f8fb408ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6788 | 2024.08.18 06:19:36.614228 [ 3 ] {} <Debug> HTTP-Session: 465eaf78-3184-47f8-9a43-260f8fb408ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6789 | 2024.08.18 06:19:36.614241 [ 3 ] {} <Debug> HTTP-Session: 465eaf78-3184-47f8-9a43-260f8fb408ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6790 | 2024.08.18 06:19:36.614272 [ 3 ] {} <Trace> HTTP-Session: 465eaf78-3184-47f8-9a43-260f8fb408ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6791 | 2024.08.18 06:19:36.614363 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6792 | 2024.08.18 06:19:36.614408 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6793 | 2024.08.18 06:19:36.614534 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6794 | 2024.08.18 06:19:36.614778 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6795 | 2024.08.18 06:19:36.614814 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6796 | 2024.08.18 06:19:36.615153 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6797 | 2024.08.18 06:19:36.615463 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6798 | 2024.08.18 06:19:36.615577 [ 96 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6799 | 2024.08.18 06:19:36.615587 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001244 sec., 803.8585209003215 rows/sec., 54.17 KiB/sec. | ||
6800 | 2024.08.18 06:19:36.615620 [ 96 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6801 | 2024.08.18 06:19:36.615658 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6802 | 2024.08.18 06:19:36.615887 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Debug> DynamicQueryHandler: Done processing query | ||
6803 | 2024.08.18 06:19:36.615996 [ 3 ] {06a821c8-eac9-4179-99fb-97abc9315402} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6804 | 2024.08.18 06:19:36.616049 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6805 | 2024.08.18 06:19:36.616082 [ 3 ] {} <Debug> HTTP-Session: 465eaf78-3184-47f8-9a43-260f8fb408ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6806 | 2024.08.18 06:19:36.616387 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6807 | 2024.08.18 06:19:36.616389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6808 | 2024.08.18 06:19:36.616450 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
6809 | 2024.08.18 06:19:36.616507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6810 | 2024.08.18 06:19:36.616573 [ 3 ] {} <Debug> HTTP-Session: 84cdeb2f-e2d9-4d9f-a326-e52396a6cd22 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6811 | 2024.08.18 06:19:36.616662 [ 3 ] {} <Debug> HTTP-Session: 84cdeb2f-e2d9-4d9f-a326-e52396a6cd22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.08.18 06:19:36.616723 [ 3 ] {} <Debug> HTTP-Session: 84cdeb2f-e2d9-4d9f-a326-e52396a6cd22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.08.18 06:19:36.616739 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6814 | 2024.08.18 06:19:36.616845 [ 3 ] {} <Trace> HTTP-Session: 84cdeb2f-e2d9-4d9f-a326-e52396a6cd22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6815 | 2024.08.18 06:19:36.617016 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
6816 | 2024.08.18 06:19:36.617248 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
6817 | 2024.08.18 06:19:36.617485 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
6818 | 2024.08.18 06:19:36.617524 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6819 | 2024.08.18 06:19:36.617766 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
6820 | 2024.08.18 06:19:36.617859 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <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 | ||
6821 | 2024.08.18 06:19:36.620241 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6822 | 2024.08.18 06:19:36.621217 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005452713 sec., 2750.9241729759115 rows/sec., 185.37 KiB/sec. | ||
6823 | 2024.08.18 06:19:36.621524 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6824 | 2024.08.18 06:19:36.621891 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6825 | 2024.08.18 06:19:36.621951 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6826 | 2024.08.18 06:19:36.622892 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6827 | 2024.08.18 06:19:36.623123 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_15_3} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6828 | 2024.08.18 06:19:36.623291 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6829 | 2024.08.18 06:19:36.623623 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6830 | 2024.08.18 06:19:36.624055 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6831 | 2024.08.18 06:19:36.624204 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.007114 sec., 3373.629463030644 rows/sec., 6.05 MiB/sec. | ||
6832 | 2024.08.18 06:19:36.624451 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Debug> DynamicQueryHandler: Done processing query | ||
6833 | 2024.08.18 06:19:36.624476 [ 3 ] {de1f0ad5-7d1a-43e7-b4b9-575a1b8be35a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6834 | 2024.08.18 06:19:36.624493 [ 3 ] {} <Debug> HTTP-Session: 84cdeb2f-e2d9-4d9f-a326-e52396a6cd22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6835 | 2024.08.18 06:19:36.624623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6836 | 2024.08.18 06:19:36.624672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6837 | 2024.08.18 06:19:36.624692 [ 3 ] {} <Debug> HTTP-Session: e096e8ec-af6b-45d4-942f-d140d75dd3c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6838 | 2024.08.18 06:19:36.624708 [ 3 ] {} <Debug> HTTP-Session: e096e8ec-af6b-45d4-942f-d140d75dd3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.08.18 06:19:36.624722 [ 3 ] {} <Debug> HTTP-Session: e096e8ec-af6b-45d4-942f-d140d75dd3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.08.18 06:19:36.624754 [ 3 ] {} <Trace> HTTP-Session: e096e8ec-af6b-45d4-942f-d140d75dd3c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6841 | 2024.08.18 06:19:36.624883 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6842 | 2024.08.18 06:19:36.624927 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6843 | 2024.08.18 06:19:36.625056 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6844 | 2024.08.18 06:19:36.625412 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6845 | 2024.08.18 06:19:36.625449 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6846 | 2024.08.18 06:19:36.625817 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6847 | 2024.08.18 06:19:36.626133 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6848 | 2024.08.18 06:19:36.626263 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001432 sec., 53072.625698324024 rows/sec., 3.35 MiB/sec. | ||
6849 | 2024.08.18 06:19:36.626453 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Debug> DynamicQueryHandler: Done processing query | ||
6850 | 2024.08.18 06:19:36.626478 [ 3 ] {d294f4fe-eb8b-4aab-9775-8033699d3019} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6851 | 2024.08.18 06:19:36.626493 [ 3 ] {} <Debug> HTTP-Session: e096e8ec-af6b-45d4-942f-d140d75dd3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.08.18 06:19:37.351599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6853 | 2024.08.18 06:19:37.351713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6854 | 2024.08.18 06:19:37.351737 [ 3 ] {} <Debug> HTTP-Session: 70440e70-67ff-4ac3-8e90-da7f1a27d333 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6855 | 2024.08.18 06:19:37.351762 [ 3 ] {} <Debug> HTTP-Session: 70440e70-67ff-4ac3-8e90-da7f1a27d333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6856 | 2024.08.18 06:19:37.351778 [ 3 ] {} <Debug> HTTP-Session: 70440e70-67ff-4ac3-8e90-da7f1a27d333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6857 | 2024.08.18 06:19:37.351826 [ 3 ] {} <Trace> HTTP-Session: 70440e70-67ff-4ac3-8e90-da7f1a27d333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6858 | 2024.08.18 06:19:37.352005 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6859 | 2024.08.18 06:19:37.352069 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6860 | 2024.08.18 06:19:37.352255 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6861 | 2024.08.18 06:19:37.352716 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6862 | 2024.08.18 06:19:37.352758 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6863 | 2024.08.18 06:19:37.353113 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6864 | 2024.08.18 06:19:37.353432 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6865 | 2024.08.18 06:19:37.353593 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001642 sec., 15834.348355663824 rows/sec., 1.18 MiB/sec. | ||
6866 | 2024.08.18 06:19:37.353629 [ 102 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6867 | 2024.08.18 06:19:37.353755 [ 102 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6868 | 2024.08.18 06:19:37.353793 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6869 | 2024.08.18 06:19:37.353893 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Debug> DynamicQueryHandler: Done processing query | ||
6870 | 2024.08.18 06:19:37.353956 [ 3 ] {e3c8abb5-fe63-4743-8cef-d9d1218b7b07} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6871 | 2024.08.18 06:19:37.353991 [ 3 ] {} <Debug> HTTP-Session: 70440e70-67ff-4ac3-8e90-da7f1a27d333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.08.18 06:19:37.354014 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
6873 | 2024.08.18 06:19:37.354188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6874 | 2024.08.18 06:19:37.354264 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6875 | 2024.08.18 06:19:37.354282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6876 | 2024.08.18 06:19:37.354338 [ 3 ] {} <Debug> HTTP-Session: 8cbd579a-a2df-4209-9c1b-ddc9eb98ab17 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6877 | 2024.08.18 06:19:37.354339 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part | ||
6878 | 2024.08.18 06:19:37.354365 [ 3 ] {} <Debug> HTTP-Session: 8cbd579a-a2df-4209-9c1b-ddc9eb98ab17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.08.18 06:19:37.354410 [ 3 ] {} <Debug> HTTP-Session: 8cbd579a-a2df-4209-9c1b-ddc9eb98ab17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6880 | 2024.08.18 06:19:37.354500 [ 3 ] {} <Trace> HTTP-Session: 8cbd579a-a2df-4209-9c1b-ddc9eb98ab17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6881 | 2024.08.18 06:19:37.354585 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 83 rows starting from the beginning of the part | ||
6882 | 2024.08.18 06:19:37.354903 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6883 | 2024.08.18 06:19:37.354921 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 262 rows starting from the beginning of the part | ||
6884 | 2024.08.18 06:19:37.355044 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6885 | 2024.08.18 06:19:37.355177 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 83 rows starting from the beginning of the part | ||
6886 | 2024.08.18 06:19:37.355522 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1401 rows starting from the beginning of the part | ||
6887 | 2024.08.18 06:19:37.355880 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
6888 | 2024.08.18 06:19:37.356248 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6889 | 2024.08.18 06:19:37.357121 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6890 | 2024.08.18 06:19:37.357175 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6891 | 2024.08.18 06:19:37.358023 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6892 | 2024.08.18 06:19:37.358682 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6893 | 2024.08.18 06:19:37.358856 [ 102 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6894 | 2024.08.18 06:19:37.358863 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004108 sec., 6815.9688412852975 rows/sec., 544.38 KiB/sec. | ||
6895 | 2024.08.18 06:19:37.358908 [ 102 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6896 | 2024.08.18 06:19:37.359003 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6897 | 2024.08.18 06:19:37.359433 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Debug> DynamicQueryHandler: Done processing query | ||
6898 | 2024.08.18 06:19:37.359491 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
6899 | 2024.08.18 06:19:37.359515 [ 3 ] {36fffbe6-c54c-4de8-b855-defb60381bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6900 | 2024.08.18 06:19:37.359623 [ 3 ] {} <Debug> HTTP-Session: 8cbd579a-a2df-4209-9c1b-ddc9eb98ab17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6901 | 2024.08.18 06:19:37.359815 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 4 columns (4 merged, 0 gathered) in 0.005932051 sec., 554782.8230067476 rows/sec., 46.26 MiB/sec. | ||
6902 | 2024.08.18 06:19:37.359934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6903 | 2024.08.18 06:19:37.359938 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6904 | 2024.08.18 06:19:37.360015 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
6905 | 2024.08.18 06:19:37.360026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6906 | 2024.08.18 06:19:37.360100 [ 3 ] {} <Debug> HTTP-Session: 9e33b24a-5dfc-475a-b773-066a292dcfd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6907 | 2024.08.18 06:19:37.360224 [ 3 ] {} <Debug> HTTP-Session: 9e33b24a-5dfc-475a-b773-066a292dcfd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.08.18 06:19:37.360275 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6909 | 2024.08.18 06:19:37.360329 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part | ||
6910 | 2024.08.18 06:19:37.360323 [ 3 ] {} <Debug> HTTP-Session: 9e33b24a-5dfc-475a-b773-066a292dcfd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6911 | 2024.08.18 06:19:37.360567 [ 3 ] {} <Trace> HTTP-Session: 9e33b24a-5dfc-475a-b773-066a292dcfd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6912 | 2024.08.18 06:19:37.360782 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 408 rows starting from the beginning of the part | ||
6913 | 2024.08.18 06:19:37.361202 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6914 | 2024.08.18 06:19:37.361257 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 73 rows starting from the beginning of the part | ||
6915 | 2024.08.18 06:19:37.361523 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6916 | 2024.08.18 06:19:37.361803 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 862 rows starting from the beginning of the part | ||
6917 | 2024.08.18 06:19:37.362356 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
6918 | 2024.08.18 06:19:37.363413 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6919 | 2024.08.18 06:19:37.363596 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6920 | 2024.08.18 06:19:37.363692 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_36_7} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6921 | 2024.08.18 06:19:37.363954 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
6922 | 2024.08.18 06:19:37.364687 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6923 | 2024.08.18 06:19:37.364766 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6924 | 2024.08.18 06:19:37.365591 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6925 | 2024.08.18 06:19:37.366235 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2349 rows, containing 4 columns (4 merged, 0 gathered) in 0.007071792 sec., 332164.7469269458 rows/sec., 24.16 MiB/sec. | ||
6926 | 2024.08.18 06:19:37.366371 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6927 | 2024.08.18 06:19:37.366523 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6928 | 2024.08.18 06:19:37.366593 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6929 | 2024.08.18 06:19:37.366649 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.005696 sec., 3511.23595505618 rows/sec., 249.28 KiB/sec. | ||
6930 | 2024.08.18 06:19:37.366674 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6931 | 2024.08.18 06:19:37.366742 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6932 | 2024.08.18 06:19:37.367391 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Debug> DynamicQueryHandler: Done processing query | ||
6933 | 2024.08.18 06:19:37.367498 [ 3 ] {a9b4be25-fc12-4789-98a8-50e02667a0d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6934 | 2024.08.18 06:19:37.367558 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
6935 | 2024.08.18 06:19:37.367631 [ 3 ] {} <Debug> HTTP-Session: 9e33b24a-5dfc-475a-b773-066a292dcfd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6936 | 2024.08.18 06:19:37.368016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6937 | 2024.08.18 06:19:37.368269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6938 | 2024.08.18 06:19:37.368441 [ 3 ] {} <Debug> HTTP-Session: 82ce8b05-3fc6-4eca-8186-66e840b42788 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6939 | 2024.08.18 06:19:37.368567 [ 3 ] {} <Debug> HTTP-Session: 82ce8b05-3fc6-4eca-8186-66e840b42788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6940 | 2024.08.18 06:19:37.368701 [ 3 ] {} <Debug> HTTP-Session: 82ce8b05-3fc6-4eca-8186-66e840b42788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6941 | 2024.08.18 06:19:37.368921 [ 3 ] {} <Trace> HTTP-Session: 82ce8b05-3fc6-4eca-8186-66e840b42788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6942 | 2024.08.18 06:19:37.368989 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6943 | 2024.08.18 06:19:37.369119 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9226 rows starting from the beginning of the part | ||
6944 | 2024.08.18 06:19:37.369294 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6945 | 2024.08.18 06:19:37.369354 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6946 | 2024.08.18 06:19:37.369622 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6947 | 2024.08.18 06:19:37.369680 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
6948 | 2024.08.18 06:19:37.369721 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_36_7} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6949 | 2024.08.18 06:19:37.370014 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6950 | 2024.08.18 06:19:37.370291 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 238 rows starting from the beginning of the part | ||
6951 | 2024.08.18 06:19:37.370663 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6952 | 2024.08.18 06:19:37.370681 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
6953 | 2024.08.18 06:19:37.371010 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 901 rows starting from the beginning of the part | ||
6954 | 2024.08.18 06:19:37.371182 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
6955 | 2024.08.18 06:19:37.372023 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6956 | 2024.08.18 06:19:37.372110 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6957 | 2024.08.18 06:19:37.372819 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6958 | 2024.08.18 06:19:37.373283 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2024.08.18 06:19:37.373457 [ 102 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6960 | 2024.08.18 06:19:37.373467 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.004286 sec., 1399.906672888474 rows/sec., 98.20 KiB/sec. | ||
6961 | 2024.08.18 06:19:37.373510 [ 102 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6962 | 2024.08.18 06:19:37.373589 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6963 | 2024.08.18 06:19:37.374187 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
6964 | 2024.08.18 06:19:37.374367 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Debug> DynamicQueryHandler: Done processing query | ||
6965 | 2024.08.18 06:19:37.374471 [ 3 ] {79a373e4-5ffd-4fd2-abe1-38507a2a8ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6966 | 2024.08.18 06:19:37.374570 [ 3 ] {} <Debug> HTTP-Session: 82ce8b05-3fc6-4eca-8186-66e840b42788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.08.18 06:19:37.375145 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6968 | 2024.08.18 06:19:37.375263 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1864 rows starting from the beginning of the part | ||
6969 | 2024.08.18 06:19:37.375524 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6970 | 2024.08.18 06:19:37.375809 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
6971 | 2024.08.18 06:19:37.376170 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6972 | 2024.08.18 06:19:37.376461 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 76 rows starting from the beginning of the part | ||
6973 | 2024.08.18 06:19:37.376722 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
6974 | 2024.08.18 06:19:37.379273 [ 210 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.005550213 sec., 387012.17412737134 rows/sec., 25.22 MiB/sec. | ||
6975 | 2024.08.18 06:19:37.379494 [ 210 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6976 | 2024.08.18 06:19:37.379907 [ 210 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6977 | 2024.08.18 06:19:37.379994 [ 210 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_36_7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6978 | 2024.08.18 06:19:37.380092 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
6979 | 2024.08.18 06:19:37.380431 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10705 rows, containing 5 columns (5 merged, 0 gathered) in 0.013526533 sec., 791407.5247515383 rows/sec., 53.43 MiB/sec. | ||
6980 | 2024.08.18 06:19:37.380681 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6981 | 2024.08.18 06:19:37.381059 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6982 | 2024.08.18 06:19:37.381133 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6983 | 2024.08.18 06:19:37.381209 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
6984 | 2024.08.18 06:19:38.000220 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.77 MiB, peak 198.46 MiB, free memory in arenas 0.00 B, will set to 191.23 MiB (RSS), difference: 1.47 MiB | ||
6985 | 2024.08.18 06:19:40.225005 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6986 | 2024.08.18 06:19:40.225062 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6987 | 2024.08.18 06:19:42.359029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6988 | 2024.08.18 06:19:42.359162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6989 | 2024.08.18 06:19:42.359186 [ 3 ] {} <Debug> HTTP-Session: d241b5a0-5b70-45a5-aeda-6a08ed0cbeda Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
6990 | 2024.08.18 06:19:42.359210 [ 3 ] {} <Debug> HTTP-Session: d241b5a0-5b70-45a5-aeda-6a08ed0cbeda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.08.18 06:19:42.359225 [ 3 ] {} <Debug> HTTP-Session: d241b5a0-5b70-45a5-aeda-6a08ed0cbeda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6992 | 2024.08.18 06:19:42.359275 [ 3 ] {} <Trace> HTTP-Session: d241b5a0-5b70-45a5-aeda-6a08ed0cbeda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6993 | 2024.08.18 06:19:42.359455 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6994 | 2024.08.18 06:19:42.359521 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6995 | 2024.08.18 06:19:42.359712 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6996 | 2024.08.18 06:19:42.360145 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6997 | 2024.08.18 06:19:42.360187 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
6998 | 2024.08.18 06:19:42.360548 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6999 | 2024.08.18 06:19:42.360892 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7000 | 2024.08.18 06:19:42.361069 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001661 sec., 5418.4226369656835 rows/sec., 439.19 KiB/sec. | ||
7001 | 2024.08.18 06:19:42.361346 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Debug> DynamicQueryHandler: Done processing query | ||
7002 | 2024.08.18 06:19:42.361376 [ 3 ] {263ad0d3-5213-4946-8fbc-eb7817a22193} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7003 | 2024.08.18 06:19:42.361392 [ 3 ] {} <Debug> HTTP-Session: d241b5a0-5b70-45a5-aeda-6a08ed0cbeda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7004 | 2024.08.18 06:19:42.361571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7005 | 2024.08.18 06:19:42.361621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7006 | 2024.08.18 06:19:42.361640 [ 3 ] {} <Debug> HTTP-Session: 828ab258-6f4d-4349-bb6e-1e87b49ff2c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7007 | 2024.08.18 06:19:42.361657 [ 3 ] {} <Debug> HTTP-Session: 828ab258-6f4d-4349-bb6e-1e87b49ff2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7008 | 2024.08.18 06:19:42.361670 [ 3 ] {} <Debug> HTTP-Session: 828ab258-6f4d-4349-bb6e-1e87b49ff2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7009 | 2024.08.18 06:19:42.361701 [ 3 ] {} <Trace> HTTP-Session: 828ab258-6f4d-4349-bb6e-1e87b49ff2c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7010 | 2024.08.18 06:19:42.361821 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7011 | 2024.08.18 06:19:42.361865 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7012 | 2024.08.18 06:19:42.362010 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7013 | 2024.08.18 06:19:42.362372 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7014 | 2024.08.18 06:19:42.362408 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7015 | 2024.08.18 06:19:42.362718 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7016 | 2024.08.18 06:19:42.363011 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7017 | 2024.08.18 06:19:42.363156 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001373 sec., 60451.56591405681 rows/sec., 4.83 MiB/sec. | ||
7018 | 2024.08.18 06:19:42.363480 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Debug> DynamicQueryHandler: Done processing query | ||
7019 | 2024.08.18 06:19:42.363513 [ 3 ] {422f4063-c27e-47f6-bb9e-698df582e0ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7020 | 2024.08.18 06:19:42.363531 [ 3 ] {} <Debug> HTTP-Session: 828ab258-6f4d-4349-bb6e-1e87b49ff2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7021 | 2024.08.18 06:19:42.363751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7022 | 2024.08.18 06:19:42.363799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7023 | 2024.08.18 06:19:42.363818 [ 3 ] {} <Debug> HTTP-Session: ae33d399-a076-4a0e-8261-024df020f82f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7024 | 2024.08.18 06:19:42.363834 [ 3 ] {} <Debug> HTTP-Session: ae33d399-a076-4a0e-8261-024df020f82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.08.18 06:19:42.363848 [ 3 ] {} <Debug> HTTP-Session: ae33d399-a076-4a0e-8261-024df020f82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7026 | 2024.08.18 06:19:42.363878 [ 3 ] {} <Trace> HTTP-Session: ae33d399-a076-4a0e-8261-024df020f82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7027 | 2024.08.18 06:19:42.363998 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7028 | 2024.08.18 06:19:42.364042 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7029 | 2024.08.18 06:19:42.364188 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7030 | 2024.08.18 06:19:42.364532 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7031 | 2024.08.18 06:19:42.364568 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7032 | 2024.08.18 06:19:42.364869 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7033 | 2024.08.18 06:19:42.365171 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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.18 06:19:42.365328 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001371 sec., 53245.80598103574 rows/sec., 4.16 MiB/sec. | ||
7035 | 2024.08.18 06:19:42.365494 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Debug> DynamicQueryHandler: Done processing query | ||
7036 | 2024.08.18 06:19:42.365518 [ 3 ] {d9a6e823-5887-4e90-8166-b9f99abc2c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7037 | 2024.08.18 06:19:42.365533 [ 3 ] {} <Debug> HTTP-Session: ae33d399-a076-4a0e-8261-024df020f82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7038 | 2024.08.18 06:19:42.365720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7039 | 2024.08.18 06:19:42.365768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7040 | 2024.08.18 06:19:42.365787 [ 3 ] {} <Debug> HTTP-Session: f13975f2-015e-4ba6-b1d6-4ccd0e212005 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7041 | 2024.08.18 06:19:42.365803 [ 3 ] {} <Debug> HTTP-Session: f13975f2-015e-4ba6-b1d6-4ccd0e212005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.08.18 06:19:42.365817 [ 3 ] {} <Debug> HTTP-Session: f13975f2-015e-4ba6-b1d6-4ccd0e212005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7043 | 2024.08.18 06:19:42.365850 [ 3 ] {} <Trace> HTTP-Session: f13975f2-015e-4ba6-b1d6-4ccd0e212005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7044 | 2024.08.18 06:19:42.365992 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7045 | 2024.08.18 06:19:42.366037 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7046 | 2024.08.18 06:19:42.366183 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7047 | 2024.08.18 06:19:42.366562 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7048 | 2024.08.18 06:19:42.366598 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7049 | 2024.08.18 06:19:42.366984 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7050 | 2024.08.18 06:19:42.367318 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7051 | 2024.08.18 06:19:42.367469 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
7052 | 2024.08.18 06:19:42.367639 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Debug> DynamicQueryHandler: Done processing query | ||
7053 | 2024.08.18 06:19:42.367662 [ 3 ] {c8e07551-33c3-43de-beef-7b1dc2bf9a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7054 | 2024.08.18 06:19:42.367678 [ 3 ] {} <Debug> HTTP-Session: f13975f2-015e-4ba6-b1d6-4ccd0e212005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.08.18 06:19:42.367823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7056 | 2024.08.18 06:19:42.367869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7057 | 2024.08.18 06:19:42.367887 [ 3 ] {} <Debug> HTTP-Session: cf3ababb-5194-4011-8e4a-1d3469faec0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7058 | 2024.08.18 06:19:42.367904 [ 3 ] {} <Debug> HTTP-Session: cf3ababb-5194-4011-8e4a-1d3469faec0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7059 | 2024.08.18 06:19:42.367918 [ 3 ] {} <Debug> HTTP-Session: cf3ababb-5194-4011-8e4a-1d3469faec0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.08.18 06:19:42.367947 [ 3 ] {} <Trace> HTTP-Session: cf3ababb-5194-4011-8e4a-1d3469faec0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7061 | 2024.08.18 06:19:42.368128 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7062 | 2024.08.18 06:19:42.368189 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <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 | ||
7063 | 2024.08.18 06:19:42.368600 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7064 | 2024.08.18 06:19:42.369152 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7065 | 2024.08.18 06:19:42.369188 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7066 | 2024.08.18 06:19:42.369768 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7067 | 2024.08.18 06:19:42.370164 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7068 | 2024.08.18 06:19:42.370352 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002333 sec., 3857.6939562794687 rows/sec., 6.91 MiB/sec. | ||
7069 | 2024.08.18 06:19:42.370581 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Debug> DynamicQueryHandler: Done processing query | ||
7070 | 2024.08.18 06:19:42.370606 [ 3 ] {64edfea4-3116-4409-b453-9aae9b808420} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7071 | 2024.08.18 06:19:42.370622 [ 3 ] {} <Debug> HTTP-Session: cf3ababb-5194-4011-8e4a-1d3469faec0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7072 | 2024.08.18 06:19:42.370785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7073 | 2024.08.18 06:19:42.370832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7074 | 2024.08.18 06:19:42.370850 [ 3 ] {} <Debug> HTTP-Session: 85a09ac1-85d4-4643-8cf5-a086fdce2737 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7075 | 2024.08.18 06:19:42.370866 [ 3 ] {} <Debug> HTTP-Session: 85a09ac1-85d4-4643-8cf5-a086fdce2737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7076 | 2024.08.18 06:19:42.370880 [ 3 ] {} <Debug> HTTP-Session: 85a09ac1-85d4-4643-8cf5-a086fdce2737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7077 | 2024.08.18 06:19:42.370909 [ 3 ] {} <Trace> HTTP-Session: 85a09ac1-85d4-4643-8cf5-a086fdce2737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7078 | 2024.08.18 06:19:42.371021 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7079 | 2024.08.18 06:19:42.371064 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7080 | 2024.08.18 06:19:42.371190 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7081 | 2024.08.18 06:19:42.371477 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2024.08.18 06:19:42.371511 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7083 | 2024.08.18 06:19:42.371858 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7084 | 2024.08.18 06:19:42.372162 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7085 | 2024.08.18 06:19:42.372313 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
7086 | 2024.08.18 06:19:42.372478 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Debug> DynamicQueryHandler: Done processing query | ||
7087 | 2024.08.18 06:19:42.372502 [ 3 ] {1335b686-d3c7-4f04-8870-70b82e952941} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7088 | 2024.08.18 06:19:42.372518 [ 3 ] {} <Debug> HTTP-Session: 85a09ac1-85d4-4643-8cf5-a086fdce2737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7089 | 2024.08.18 06:19:47.365954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7090 | 2024.08.18 06:19:47.366079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7091 | 2024.08.18 06:19:47.366105 [ 3 ] {} <Debug> HTTP-Session: 2ab96ae8-1827-446a-9cc8-d97603a4d126 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7092 | 2024.08.18 06:19:47.366129 [ 3 ] {} <Debug> HTTP-Session: 2ab96ae8-1827-446a-9cc8-d97603a4d126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.08.18 06:19:47.366143 [ 3 ] {} <Debug> HTTP-Session: 2ab96ae8-1827-446a-9cc8-d97603a4d126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7094 | 2024.08.18 06:19:47.366192 [ 3 ] {} <Trace> HTTP-Session: 2ab96ae8-1827-446a-9cc8-d97603a4d126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7095 | 2024.08.18 06:19:47.366372 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7096 | 2024.08.18 06:19:47.366438 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7097 | 2024.08.18 06:19:47.366628 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7098 | 2024.08.18 06:19:47.367087 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7099 | 2024.08.18 06:19:47.367130 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7100 | 2024.08.18 06:19:47.367492 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7101 | 2024.08.18 06:19:47.367820 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7102 | 2024.08.18 06:19:47.367983 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001664 sec., 14423.076923076924 rows/sec., 1.14 MiB/sec. | ||
7103 | 2024.08.18 06:19:47.368207 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Debug> DynamicQueryHandler: Done processing query | ||
7104 | 2024.08.18 06:19:47.368233 [ 3 ] {1ae3bcc6-da2c-41e3-a61c-c40eb9b37cdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7105 | 2024.08.18 06:19:47.368249 [ 3 ] {} <Debug> HTTP-Session: 2ab96ae8-1827-446a-9cc8-d97603a4d126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7106 | 2024.08.18 06:19:47.368419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7107 | 2024.08.18 06:19:47.368468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7108 | 2024.08.18 06:19:47.368487 [ 3 ] {} <Debug> HTTP-Session: 08da1948-d40b-476d-9ad7-868c5a6feecc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7109 | 2024.08.18 06:19:47.368505 [ 3 ] {} <Debug> HTTP-Session: 08da1948-d40b-476d-9ad7-868c5a6feecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7110 | 2024.08.18 06:19:47.368519 [ 3 ] {} <Debug> HTTP-Session: 08da1948-d40b-476d-9ad7-868c5a6feecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.08.18 06:19:47.368550 [ 3 ] {} <Trace> HTTP-Session: 08da1948-d40b-476d-9ad7-868c5a6feecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7112 | 2024.08.18 06:19:47.368717 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7113 | 2024.08.18 06:19:47.368760 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7114 | 2024.08.18 06:19:47.368889 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7115 | 2024.08.18 06:19:47.369393 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7116 | 2024.08.18 06:19:47.369431 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7117 | 2024.08.18 06:19:47.369753 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7118 | 2024.08.18 06:19:47.370064 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7119 | 2024.08.18 06:19:47.370233 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001594 sec., 163739.02132998747 rows/sec., 14.32 MiB/sec. | ||
7120 | 2024.08.18 06:19:47.370406 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Debug> DynamicQueryHandler: Done processing query | ||
7121 | 2024.08.18 06:19:47.370429 [ 3 ] {acaa4256-9ead-4a23-b13e-218ac8ea1e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
7122 | 2024.08.18 06:19:47.370445 [ 3 ] {} <Debug> HTTP-Session: 08da1948-d40b-476d-9ad7-868c5a6feecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7123 | 2024.08.18 06:19:47.370579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7124 | 2024.08.18 06:19:47.370627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7125 | 2024.08.18 06:19:47.370645 [ 3 ] {} <Debug> HTTP-Session: 8e1c7d69-2d18-41bf-8b18-c4003c0a96bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7126 | 2024.08.18 06:19:47.370661 [ 3 ] {} <Debug> HTTP-Session: 8e1c7d69-2d18-41bf-8b18-c4003c0a96bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.08.18 06:19:47.370674 [ 3 ] {} <Debug> HTTP-Session: 8e1c7d69-2d18-41bf-8b18-c4003c0a96bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7128 | 2024.08.18 06:19:47.370705 [ 3 ] {} <Trace> HTTP-Session: 8e1c7d69-2d18-41bf-8b18-c4003c0a96bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7129 | 2024.08.18 06:19:47.370800 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7130 | 2024.08.18 06:19:47.370841 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7131 | 2024.08.18 06:19:47.370966 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7132 | 2024.08.18 06:19:47.371265 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7133 | 2024.08.18 06:19:47.371301 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7134 | 2024.08.18 06:19:47.371600 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7135 | 2024.08.18 06:19:47.371885 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7136 | 2024.08.18 06:19:47.372047 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001265 sec., 11067.193675889328 rows/sec., 775.07 KiB/sec. | ||
7137 | 2024.08.18 06:19:47.372047 [ 101 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7138 | 2024.08.18 06:19:47.372160 [ 101 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7139 | 2024.08.18 06:19:47.372207 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7140 | 2024.08.18 06:19:47.372310 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Debug> DynamicQueryHandler: Done processing query | ||
7141 | 2024.08.18 06:19:47.372370 [ 3 ] {0bad1331-3999-40a4-9d86-3123d328ccee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7142 | 2024.08.18 06:19:47.372405 [ 3 ] {} <Debug> HTTP-Session: 8e1c7d69-2d18-41bf-8b18-c4003c0a96bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.08.18 06:19:47.372412 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
7144 | 2024.08.18 06:19:47.372588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7145 | 2024.08.18 06:19:47.372665 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7146 | 2024.08.18 06:19:47.372687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7147 | 2024.08.18 06:19:47.372747 [ 3 ] {} <Debug> HTTP-Session: 93d2e617-095a-41da-984c-5117b82583be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7148 | 2024.08.18 06:19:47.372753 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
7149 | 2024.08.18 06:19:47.372773 [ 3 ] {} <Debug> HTTP-Session: 93d2e617-095a-41da-984c-5117b82583be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7150 | 2024.08.18 06:19:47.372822 [ 3 ] {} <Debug> HTTP-Session: 93d2e617-095a-41da-984c-5117b82583be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7151 | 2024.08.18 06:19:47.372928 [ 3 ] {} <Trace> HTTP-Session: 93d2e617-095a-41da-984c-5117b82583be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7152 | 2024.08.18 06:19:47.373045 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
7153 | 2024.08.18 06:19:47.373241 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7154 | 2024.08.18 06:19:47.373325 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
7155 | 2024.08.18 06:19:47.373434 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7156 | 2024.08.18 06:19:47.373669 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
7157 | 2024.08.18 06:19:47.373984 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
7158 | 2024.08.18 06:19:47.374367 [ 197 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
7159 | 2024.08.18 06:19:47.374860 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7160 | 2024.08.18 06:19:47.375634 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7161 | 2024.08.18 06:19:47.375682 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7162 | 2024.08.18 06:19:47.376652 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7163 | 2024.08.18 06:19:47.377354 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005060285 sec., 151770.10781013322 rows/sec., 9.72 MiB/sec. | ||
7164 | 2024.08.18 06:19:47.377392 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7165 | 2024.08.18 06:19:47.377669 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004542 sec., 1321.003963011889 rows/sec., 78.05 KiB/sec. | ||
7166 | 2024.08.18 06:19:47.377700 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7167 | 2024.08.18 06:19:47.378000 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Debug> DynamicQueryHandler: Done processing query | ||
7168 | 2024.08.18 06:19:47.378055 [ 3 ] {35ebe115-211e-4f47-bec4-159fd53558ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7169 | 2024.08.18 06:19:47.378117 [ 3 ] {} <Debug> HTTP-Session: 93d2e617-095a-41da-984c-5117b82583be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7170 | 2024.08.18 06:19:47.378435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7171 | 2024.08.18 06:19:47.378484 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7172 | 2024.08.18 06:19:47.378528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7173 | 2024.08.18 06:19:47.378571 [ 3 ] {} <Debug> HTTP-Session: 525f233a-820f-4202-8ea3-411efa24e339 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7174 | 2024.08.18 06:19:47.378611 [ 3 ] {} <Debug> HTTP-Session: 525f233a-820f-4202-8ea3-411efa24e339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7175 | 2024.08.18 06:19:47.378630 [ 3 ] {} <Debug> HTTP-Session: 525f233a-820f-4202-8ea3-411efa24e339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7176 | 2024.08.18 06:19:47.378646 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_16_3} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7177 | 2024.08.18 06:19:47.378695 [ 3 ] {} <Trace> HTTP-Session: 525f233a-820f-4202-8ea3-411efa24e339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7178 | 2024.08.18 06:19:47.378811 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7179 | 2024.08.18 06:19:47.379000 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7180 | 2024.08.18 06:19:47.379063 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7181 | 2024.08.18 06:19:47.379213 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7182 | 2024.08.18 06:19:47.379763 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.08.18 06:19:47.379800 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7184 | 2024.08.18 06:19:47.380134 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7185 | 2024.08.18 06:19:47.380443 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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.18 06:19:47.380601 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001727 sec., 235089.7510133179 rows/sec., 16.74 MiB/sec. | ||
7187 | 2024.08.18 06:19:47.380771 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Debug> DynamicQueryHandler: Done processing query | ||
7188 | 2024.08.18 06:19:47.380797 [ 3 ] {03891d0d-1451-433f-868c-530b962e50b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7189 | 2024.08.18 06:19:47.380812 [ 3 ] {} <Debug> HTTP-Session: 525f233a-820f-4202-8ea3-411efa24e339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.08.18 06:19:47.381032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7191 | 2024.08.18 06:19:47.381080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7192 | 2024.08.18 06:19:47.381100 [ 3 ] {} <Debug> HTTP-Session: be22f85a-7438-44ea-94b2-254b239afbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7193 | 2024.08.18 06:19:47.381115 [ 3 ] {} <Debug> HTTP-Session: be22f85a-7438-44ea-94b2-254b239afbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.08.18 06:19:47.381129 [ 3 ] {} <Debug> HTTP-Session: be22f85a-7438-44ea-94b2-254b239afbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.08.18 06:19:47.381159 [ 3 ] {} <Trace> HTTP-Session: be22f85a-7438-44ea-94b2-254b239afbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2024.08.18 06:19:47.381254 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7197 | 2024.08.18 06:19:47.381298 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7198 | 2024.08.18 06:19:47.381433 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7199 | 2024.08.18 06:19:47.381710 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7200 | 2024.08.18 06:19:47.381746 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7201 | 2024.08.18 06:19:47.382100 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7202 | 2024.08.18 06:19:47.382422 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.08.18 06:19:47.382580 [ 101 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7204 | 2024.08.18 06:19:47.382587 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
7205 | 2024.08.18 06:19:47.382639 [ 101 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7206 | 2024.08.18 06:19:47.382704 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7207 | 2024.08.18 06:19:47.382880 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7208 | 2024.08.18 06:19:47.382895 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Debug> DynamicQueryHandler: Done processing query | ||
7209 | 2024.08.18 06:19:47.382930 [ 3 ] {f399b637-964c-42be-a2f9-67a9264089aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7210 | 2024.08.18 06:19:47.382956 [ 3 ] {} <Debug> HTTP-Session: be22f85a-7438-44ea-94b2-254b239afbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.08.18 06:19:47.383032 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7212 | 2024.08.18 06:19:47.383065 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7213 | 2024.08.18 06:19:47.383210 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7214 | 2024.08.18 06:19:47.383229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7215 | 2024.08.18 06:19:47.383426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7216 | 2024.08.18 06:19:47.383493 [ 3 ] {} <Debug> HTTP-Session: 68e692b7-803b-491c-8e51-ace9def9328b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7217 | 2024.08.18 06:19:47.383493 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7218 | 2024.08.18 06:19:47.383522 [ 3 ] {} <Debug> HTTP-Session: 68e692b7-803b-491c-8e51-ace9def9328b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.08.18 06:19:47.383554 [ 3 ] {} <Debug> HTTP-Session: 68e692b7-803b-491c-8e51-ace9def9328b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.08.18 06:19:47.383720 [ 3 ] {} <Trace> HTTP-Session: 68e692b7-803b-491c-8e51-ace9def9328b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7221 | 2024.08.18 06:19:47.383773 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7222 | 2024.08.18 06:19:47.383964 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7223 | 2024.08.18 06:19:47.384146 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
7224 | 2024.08.18 06:19:47.384183 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7225 | 2024.08.18 06:19:47.384387 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7226 | 2024.08.18 06:19:47.384759 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7227 | 2024.08.18 06:19:47.385461 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7228 | 2024.08.18 06:19:47.385508 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7229 | 2024.08.18 06:19:47.385855 [ 200 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003037246 sec., 31607.581341781337 rows/sec., 1.61 MiB/sec. | ||
7230 | 2024.08.18 06:19:47.386078 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7231 | 2024.08.18 06:19:47.386209 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7232 | 2024.08.18 06:19:47.387292 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_16_3} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7233 | 2024.08.18 06:19:47.387306 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7234 | 2024.08.18 06:19:47.387499 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_16_3} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7235 | 2024.08.18 06:19:47.387721 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003759 sec., 63048.683160415 rows/sec., 4.23 MiB/sec. | ||
7236 | 2024.08.18 06:19:47.387778 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7237 | 2024.08.18 06:19:47.388241 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Debug> DynamicQueryHandler: Done processing query | ||
7238 | 2024.08.18 06:19:47.388299 [ 3 ] {bd450554-edf5-498b-a8e8-0c823a3f7a01} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7239 | 2024.08.18 06:19:47.388349 [ 3 ] {} <Debug> HTTP-Session: 68e692b7-803b-491c-8e51-ace9def9328b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.08.18 06:19:47.388544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7241 | 2024.08.18 06:19:47.388597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7242 | 2024.08.18 06:19:47.388616 [ 3 ] {} <Debug> HTTP-Session: 3fe39d5d-15a5-4fe5-8921-784e1d610ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7243 | 2024.08.18 06:19:47.388633 [ 3 ] {} <Debug> HTTP-Session: 3fe39d5d-15a5-4fe5-8921-784e1d610ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.08.18 06:19:47.388646 [ 3 ] {} <Debug> HTTP-Session: 3fe39d5d-15a5-4fe5-8921-784e1d610ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.08.18 06:19:47.388677 [ 3 ] {} <Trace> HTTP-Session: 3fe39d5d-15a5-4fe5-8921-784e1d610ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7246 | 2024.08.18 06:19:47.388774 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7247 | 2024.08.18 06:19:47.388821 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7248 | 2024.08.18 06:19:47.388976 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7249 | 2024.08.18 06:19:47.389247 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7250 | 2024.08.18 06:19:47.389283 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7251 | 2024.08.18 06:19:47.389629 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7252 | 2024.08.18 06:19:47.390011 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2024.08.18 06:19:47.390414 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001655 sec., 604.2296072507553 rows/sec., 40.71 KiB/sec. | ||
7254 | 2024.08.18 06:19:47.390734 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Debug> DynamicQueryHandler: Done processing query | ||
7255 | 2024.08.18 06:19:47.390758 [ 3 ] {8cc68431-5eb2-4957-acbb-1a9e0e98c0d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7256 | 2024.08.18 06:19:47.390775 [ 3 ] {} <Debug> HTTP-Session: 3fe39d5d-15a5-4fe5-8921-784e1d610ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.08.18 06:19:47.390944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7258 | 2024.08.18 06:19:47.390992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7259 | 2024.08.18 06:19:47.391010 [ 3 ] {} <Debug> HTTP-Session: 5518da7b-016d-43e5-bc12-cb8b3e11b838 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7260 | 2024.08.18 06:19:47.391026 [ 3 ] {} <Debug> HTTP-Session: 5518da7b-016d-43e5-bc12-cb8b3e11b838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7261 | 2024.08.18 06:19:47.391040 [ 3 ] {} <Debug> HTTP-Session: 5518da7b-016d-43e5-bc12-cb8b3e11b838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.08.18 06:19:47.391070 [ 3 ] {} <Trace> HTTP-Session: 5518da7b-016d-43e5-bc12-cb8b3e11b838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7263 | 2024.08.18 06:19:47.391356 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7264 | 2024.08.18 06:19:47.391427 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <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 | ||
7265 | 2024.08.18 06:19:47.391869 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7266 | 2024.08.18 06:19:47.392485 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7267 | 2024.08.18 06:19:47.392525 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7268 | 2024.08.18 06:19:47.393114 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7269 | 2024.08.18 06:19:47.393513 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7270 | 2024.08.18 06:19:47.393714 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002552 sec., 9404.388714733543 rows/sec., 16.85 MiB/sec. | ||
7271 | 2024.08.18 06:19:47.393920 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Debug> DynamicQueryHandler: Done processing query | ||
7272 | 2024.08.18 06:19:47.393945 [ 3 ] {e99debca-c585-4b47-8a41-8544702d17b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7273 | 2024.08.18 06:19:47.393960 [ 3 ] {} <Debug> HTTP-Session: 5518da7b-016d-43e5-bc12-cb8b3e11b838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7274 | 2024.08.18 06:19:47.394094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7275 | 2024.08.18 06:19:47.394143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7276 | 2024.08.18 06:19:47.394161 [ 3 ] {} <Debug> HTTP-Session: fc969c8f-051d-41b4-8fb6-43d155d34515 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7277 | 2024.08.18 06:19:47.394177 [ 3 ] {} <Debug> HTTP-Session: fc969c8f-051d-41b4-8fb6-43d155d34515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7278 | 2024.08.18 06:19:47.394190 [ 3 ] {} <Debug> HTTP-Session: fc969c8f-051d-41b4-8fb6-43d155d34515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7279 | 2024.08.18 06:19:47.394220 [ 3 ] {} <Trace> HTTP-Session: fc969c8f-051d-41b4-8fb6-43d155d34515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7280 | 2024.08.18 06:19:47.394331 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7281 | 2024.08.18 06:19:47.394375 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7282 | 2024.08.18 06:19:47.394501 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7283 | 2024.08.18 06:19:47.394805 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7284 | 2024.08.18 06:19:47.394842 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7285 | 2024.08.18 06:19:47.395188 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7286 | 2024.08.18 06:19:47.395496 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7287 | 2024.08.18 06:19:47.395635 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001343 sec., 61057.33432613552 rows/sec., 3.88 MiB/sec. | ||
7288 | 2024.08.18 06:19:47.395808 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Debug> DynamicQueryHandler: Done processing query | ||
7289 | 2024.08.18 06:19:47.395831 [ 3 ] {9a9791cb-054e-41a7-a804-cc3bbf03fdf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7290 | 2024.08.18 06:19:47.395846 [ 3 ] {} <Debug> HTTP-Session: fc969c8f-051d-41b4-8fb6-43d155d34515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7291 | 2024.08.18 06:19:52.359283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7292 | 2024.08.18 06:19:52.359416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7293 | 2024.08.18 06:19:52.359441 [ 3 ] {} <Debug> HTTP-Session: 848849d0-420e-441f-8904-605ead20452b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7294 | 2024.08.18 06:19:52.359466 [ 3 ] {} <Debug> HTTP-Session: 848849d0-420e-441f-8904-605ead20452b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.08.18 06:19:52.359481 [ 3 ] {} <Debug> HTTP-Session: 848849d0-420e-441f-8904-605ead20452b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7296 | 2024.08.18 06:19:52.359531 [ 3 ] {} <Trace> HTTP-Session: 848849d0-420e-441f-8904-605ead20452b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7297 | 2024.08.18 06:19:52.359710 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7298 | 2024.08.18 06:19:52.359775 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7299 | 2024.08.18 06:19:52.359973 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7300 | 2024.08.18 06:19:52.360384 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7301 | 2024.08.18 06:19:52.360429 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7302 | 2024.08.18 06:19:52.360787 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7303 | 2024.08.18 06:19:52.361125 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7304 | 2024.08.18 06:19:52.361301 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001641 sec., 5484.460694698354 rows/sec., 444.54 KiB/sec. | ||
7305 | 2024.08.18 06:19:52.361314 [ 94 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7306 | 2024.08.18 06:19:52.361419 [ 94 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7307 | 2024.08.18 06:19:52.361465 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7308 | 2024.08.18 06:19:52.361581 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Debug> DynamicQueryHandler: Done processing query | ||
7309 | 2024.08.18 06:19:52.361616 [ 3 ] {f287a027-ea25-4c42-9eb2-1a02762ee34e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7310 | 2024.08.18 06:19:52.361618 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
7311 | 2024.08.18 06:19:52.361634 [ 3 ] {} <Debug> HTTP-Session: 848849d0-420e-441f-8904-605ead20452b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.08.18 06:19:52.361762 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7313 | 2024.08.18 06:19:52.361791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7314 | 2024.08.18 06:19:52.361805 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 33 rows starting from the beginning of the part | ||
7315 | 2024.08.18 06:19:52.361849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7316 | 2024.08.18 06:19:52.361883 [ 3 ] {} <Debug> HTTP-Session: 71c0a378-7736-4060-9583-87274c66adf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7317 | 2024.08.18 06:19:52.361933 [ 3 ] {} <Debug> HTTP-Session: 71c0a378-7736-4060-9583-87274c66adf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7318 | 2024.08.18 06:19:52.361957 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
7319 | 2024.08.18 06:19:52.361962 [ 3 ] {} <Debug> HTTP-Session: 71c0a378-7736-4060-9583-87274c66adf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7320 | 2024.08.18 06:19:52.362037 [ 3 ] {} <Trace> HTTP-Session: 71c0a378-7736-4060-9583-87274c66adf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7321 | 2024.08.18 06:19:52.362104 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
7322 | 2024.08.18 06:19:52.362384 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7323 | 2024.08.18 06:19:52.362627 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
7324 | 2024.08.18 06:19:52.362629 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7325 | 2024.08.18 06:19:52.362902 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
7326 | 2024.08.18 06:19:52.363089 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
7327 | 2024.08.18 06:19:52.363772 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7328 | 2024.08.18 06:19:52.364266 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7329 | 2024.08.18 06:19:52.364312 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7330 | 2024.08.18 06:19:52.364800 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
7331 | 2024.08.18 06:19:52.364985 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.003440434 sec., 31391.388412043365 rows/sec., 2.48 MiB/sec. | ||
7332 | 2024.08.18 06:19:52.365114 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7333 | 2024.08.18 06:19:52.365247 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7334 | 2024.08.18 06:19:52.365561 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003323 sec., 1203.7315678603672 rows/sec., 98.16 KiB/sec. | ||
7335 | 2024.08.18 06:19:52.366047 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7336 | 2024.08.18 06:19:52.366310 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Debug> DynamicQueryHandler: Done processing query | ||
7337 | 2024.08.18 06:19:52.366384 [ 3 ] {97745c68-3dd9-456e-94b2-4d3c0ddc422e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7338 | 2024.08.18 06:19:52.366386 [ 196 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_26_5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7339 | 2024.08.18 06:19:52.366414 [ 3 ] {} <Debug> HTTP-Session: 71c0a378-7736-4060-9583-87274c66adf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7340 | 2024.08.18 06:19:52.366489 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7341 | 2024.08.18 06:19:52.366561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7342 | 2024.08.18 06:19:52.366611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7343 | 2024.08.18 06:19:52.366630 [ 3 ] {} <Debug> HTTP-Session: 8699b839-9266-4dce-becc-75277b161bfc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7344 | 2024.08.18 06:19:52.366647 [ 3 ] {} <Debug> HTTP-Session: 8699b839-9266-4dce-becc-75277b161bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7345 | 2024.08.18 06:19:52.366661 [ 3 ] {} <Debug> HTTP-Session: 8699b839-9266-4dce-becc-75277b161bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7346 | 2024.08.18 06:19:52.366692 [ 3 ] {} <Trace> HTTP-Session: 8699b839-9266-4dce-becc-75277b161bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7347 | 2024.08.18 06:19:52.366809 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7348 | 2024.08.18 06:19:52.366852 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7349 | 2024.08.18 06:19:52.366991 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7350 | 2024.08.18 06:19:52.367333 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7351 | 2024.08.18 06:19:52.367371 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7352 | 2024.08.18 06:19:52.367680 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7353 | 2024.08.18 06:19:52.367982 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7354 | 2024.08.18 06:19:52.368133 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Debug> executeQuery: Read 85 rows, 6.94 KiB in 0.001359 sec., 62545.98969830758 rows/sec., 4.98 MiB/sec. | ||
7355 | 2024.08.18 06:19:52.368298 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Debug> DynamicQueryHandler: Done processing query | ||
7356 | 2024.08.18 06:19:52.368323 [ 3 ] {0e265f95-7fc3-43c3-92df-4344a4156f6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7357 | 2024.08.18 06:19:52.368391 [ 3 ] {} <Debug> HTTP-Session: 8699b839-9266-4dce-becc-75277b161bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7358 | 2024.08.18 06:19:52.368517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7359 | 2024.08.18 06:19:52.368564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7360 | 2024.08.18 06:19:52.368583 [ 3 ] {} <Debug> HTTP-Session: 95e19775-05cb-4d2d-916a-e9ddc55c7ab0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7361 | 2024.08.18 06:19:52.368600 [ 3 ] {} <Debug> HTTP-Session: 95e19775-05cb-4d2d-916a-e9ddc55c7ab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7362 | 2024.08.18 06:19:52.368614 [ 3 ] {} <Debug> HTTP-Session: 95e19775-05cb-4d2d-916a-e9ddc55c7ab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.08.18 06:19:52.368645 [ 3 ] {} <Trace> HTTP-Session: 95e19775-05cb-4d2d-916a-e9ddc55c7ab0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7364 | 2024.08.18 06:19:52.368737 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7365 | 2024.08.18 06:19:52.368779 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7366 | 2024.08.18 06:19:52.368908 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7367 | 2024.08.18 06:19:52.369201 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7368 | 2024.08.18 06:19:52.369238 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7369 | 2024.08.18 06:19:52.369536 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
7370 | 2024.08.18 06:19:52.369842 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7371 | 2024.08.18 06:19:52.369991 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001272 sec., 3144.654088050315 rows/sec., 219.57 KiB/sec. | ||
7372 | 2024.08.18 06:19:52.370271 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Debug> DynamicQueryHandler: Done processing query | ||
7373 | 2024.08.18 06:19:52.370296 [ 3 ] {0de13ae9-ae9e-4ec6-ad39-4a45445101e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7374 | 2024.08.18 06:19:52.370312 [ 3 ] {} <Debug> HTTP-Session: 95e19775-05cb-4d2d-916a-e9ddc55c7ab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7375 | 2024.08.18 06:19:52.370470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7376 | 2024.08.18 06:19:52.370518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7377 | 2024.08.18 06:19:52.370537 [ 3 ] {} <Debug> HTTP-Session: d9c4da3f-b61e-4315-b0b0-ae28f210e6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7378 | 2024.08.18 06:19:52.370553 [ 3 ] {} <Debug> HTTP-Session: d9c4da3f-b61e-4315-b0b0-ae28f210e6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7379 | 2024.08.18 06:19:52.370566 [ 3 ] {} <Debug> HTTP-Session: d9c4da3f-b61e-4315-b0b0-ae28f210e6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.08.18 06:19:52.370598 [ 3 ] {} <Trace> HTTP-Session: d9c4da3f-b61e-4315-b0b0-ae28f210e6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7381 | 2024.08.18 06:19:52.370710 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7382 | 2024.08.18 06:19:52.370754 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7383 | 2024.08.18 06:19:52.370899 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7384 | 2024.08.18 06:19:52.371223 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7385 | 2024.08.18 06:19:52.371260 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7386 | 2024.08.18 06:19:52.371562 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7387 | 2024.08.18 06:19:52.371856 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7388 | 2024.08.18 06:19:52.372010 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001331 sec., 57851.23966942149 rows/sec., 4.52 MiB/sec. | ||
7389 | 2024.08.18 06:19:52.372302 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Debug> DynamicQueryHandler: Done processing query | ||
7390 | 2024.08.18 06:19:52.372331 [ 3 ] {8353208a-ee43-4aa5-b79c-8dfc5137e8bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7391 | 2024.08.18 06:19:52.372348 [ 3 ] {} <Debug> HTTP-Session: d9c4da3f-b61e-4315-b0b0-ae28f210e6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7392 | 2024.08.18 06:19:52.372520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7393 | 2024.08.18 06:19:52.372568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7394 | 2024.08.18 06:19:52.372588 [ 3 ] {} <Debug> HTTP-Session: 5f46de70-ede8-4e8e-aa7e-152d18d27f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7395 | 2024.08.18 06:19:52.372605 [ 3 ] {} <Debug> HTTP-Session: 5f46de70-ede8-4e8e-aa7e-152d18d27f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7396 | 2024.08.18 06:19:52.372618 [ 3 ] {} <Debug> HTTP-Session: 5f46de70-ede8-4e8e-aa7e-152d18d27f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.08.18 06:19:52.372649 [ 3 ] {} <Trace> HTTP-Session: 5f46de70-ede8-4e8e-aa7e-152d18d27f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7398 | 2024.08.18 06:19:52.372793 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7399 | 2024.08.18 06:19:52.372843 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7400 | 2024.08.18 06:19:52.373002 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7401 | 2024.08.18 06:19:52.373379 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7402 | 2024.08.18 06:19:52.373415 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7403 | 2024.08.18 06:19:52.373804 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7404 | 2024.08.18 06:19:52.374133 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7405 | 2024.08.18 06:19:52.374289 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.25 MiB/sec. | ||
7406 | 2024.08.18 06:19:52.374462 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Debug> DynamicQueryHandler: Done processing query | ||
7407 | 2024.08.18 06:19:52.374486 [ 3 ] {c23253c5-c9b9-4954-9ebb-f30d1a2bf95d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7408 | 2024.08.18 06:19:52.374503 [ 3 ] {} <Debug> HTTP-Session: 5f46de70-ede8-4e8e-aa7e-152d18d27f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7409 | 2024.08.18 06:19:52.374632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7410 | 2024.08.18 06:19:52.374681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7411 | 2024.08.18 06:19:52.374701 [ 3 ] {} <Debug> HTTP-Session: 3c7704e3-04d3-46d5-b3f3-91250848eae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7412 | 2024.08.18 06:19:52.374717 [ 3 ] {} <Debug> HTTP-Session: 3c7704e3-04d3-46d5-b3f3-91250848eae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7413 | 2024.08.18 06:19:52.374731 [ 3 ] {} <Debug> HTTP-Session: 3c7704e3-04d3-46d5-b3f3-91250848eae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.08.18 06:19:52.374762 [ 3 ] {} <Trace> HTTP-Session: 3c7704e3-04d3-46d5-b3f3-91250848eae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7415 | 2024.08.18 06:19:52.374924 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7416 | 2024.08.18 06:19:52.374987 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <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 | ||
7417 | 2024.08.18 06:19:52.375394 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7418 | 2024.08.18 06:19:52.375970 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7419 | 2024.08.18 06:19:52.376007 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7420 | 2024.08.18 06:19:52.376574 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7421 | 2024.08.18 06:19:52.376972 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7422 | 2024.08.18 06:19:52.377159 [ 93 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7423 | 2024.08.18 06:19:52.377173 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002333 sec., 3857.6939562794687 rows/sec., 6.91 MiB/sec. | ||
7424 | 2024.08.18 06:19:52.377249 [ 93 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7425 | 2024.08.18 06:19:52.377329 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7426 | 2024.08.18 06:19:52.377641 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
7427 | 2024.08.18 06:19:52.377777 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Debug> DynamicQueryHandler: Done processing query | ||
7428 | 2024.08.18 06:19:52.377827 [ 3 ] {fb100abc-1ca4-468c-9b83-3a9ab94bc9f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7429 | 2024.08.18 06:19:52.377877 [ 3 ] {} <Debug> HTTP-Session: 3c7704e3-04d3-46d5-b3f3-91250848eae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.08.18 06:19:52.378091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7431 | 2024.08.18 06:19:52.378225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7432 | 2024.08.18 06:19:52.378296 [ 3 ] {} <Debug> HTTP-Session: 1971d1d3-1cff-49e4-81d3-5e9973560289 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7433 | 2024.08.18 06:19:52.378296 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7434 | 2024.08.18 06:19:52.378323 [ 3 ] {} <Debug> HTTP-Session: 1971d1d3-1cff-49e4-81d3-5e9973560289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7435 | 2024.08.18 06:19:52.378378 [ 3 ] {} <Debug> HTTP-Session: 1971d1d3-1cff-49e4-81d3-5e9973560289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.08.18 06:19:52.378464 [ 3 ] {} <Trace> HTTP-Session: 1971d1d3-1cff-49e4-81d3-5e9973560289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7437 | 2024.08.18 06:19:52.378465 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 369 rows starting from the beginning of the part | ||
7438 | 2024.08.18 06:19:52.378770 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7439 | 2024.08.18 06:19:52.378957 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7440 | 2024.08.18 06:19:52.379250 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
7441 | 2024.08.18 06:19:52.379809 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7442 | 2024.08.18 06:19:52.380106 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
7443 | 2024.08.18 06:19:52.380779 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
7444 | 2024.08.18 06:19:52.380951 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7445 | 2024.08.18 06:19:52.381051 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7446 | 2024.08.18 06:19:52.381415 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
7447 | 2024.08.18 06:19:52.382131 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
7448 | 2024.08.18 06:19:52.382345 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7449 | 2024.08.18 06:19:52.383354 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7450 | 2024.08.18 06:19:52.383651 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005027 sec., 11935.548040580863 rows/sec., 823.68 KiB/sec. | ||
7451 | 2024.08.18 06:19:52.384093 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Debug> DynamicQueryHandler: Done processing query | ||
7452 | 2024.08.18 06:19:52.384132 [ 3 ] {01afbe0c-7bb5-449a-a2c4-280d90056458} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7453 | 2024.08.18 06:19:52.384168 [ 3 ] {} <Debug> HTTP-Session: 1971d1d3-1cff-49e4-81d3-5e9973560289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7454 | 2024.08.18 06:19:52.386407 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 19 columns (19 merged, 0 gathered) in 0.008961788 sec., 49543.684809326 rows/sec., 88.78 MiB/sec. | ||
7455 | 2024.08.18 06:19:52.387068 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7456 | 2024.08.18 06:19:52.387757 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7457 | 2024.08.18 06:19:52.387849 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7458 | 2024.08.18 06:19:52.388013 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
7459 | 2024.08.18 06:19:55.225122 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7460 | 2024.08.18 06:19:55.225195 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7461 | 2024.08.18 06:19:57.365408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7462 | 2024.08.18 06:19:57.365535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7463 | 2024.08.18 06:19:57.365560 [ 3 ] {} <Debug> HTTP-Session: 52a18092-f77c-43cb-9ec5-1c242700ae29 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7464 | 2024.08.18 06:19:57.365585 [ 3 ] {} <Debug> HTTP-Session: 52a18092-f77c-43cb-9ec5-1c242700ae29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7465 | 2024.08.18 06:19:57.365599 [ 3 ] {} <Debug> HTTP-Session: 52a18092-f77c-43cb-9ec5-1c242700ae29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.08.18 06:19:57.365648 [ 3 ] {} <Trace> HTTP-Session: 52a18092-f77c-43cb-9ec5-1c242700ae29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7467 | 2024.08.18 06:19:57.365837 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7468 | 2024.08.18 06:19:57.365902 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7469 | 2024.08.18 06:19:57.366090 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7470 | 2024.08.18 06:19:57.366518 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7471 | 2024.08.18 06:19:57.366559 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7472 | 2024.08.18 06:19:57.366911 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7473 | 2024.08.18 06:19:57.367237 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7474 | 2024.08.18 06:19:57.367386 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001607 sec., 14934.660858743 rows/sec., 1.18 MiB/sec. | ||
7475 | 2024.08.18 06:19:57.367672 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Debug> DynamicQueryHandler: Done processing query | ||
7476 | 2024.08.18 06:19:57.367700 [ 3 ] {3ebab11f-b595-42cd-8a9d-41e38b8be861} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7477 | 2024.08.18 06:19:57.367717 [ 3 ] {} <Debug> HTTP-Session: 52a18092-f77c-43cb-9ec5-1c242700ae29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.08.18 06:19:57.367921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7479 | 2024.08.18 06:19:57.367970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7480 | 2024.08.18 06:19:57.367989 [ 3 ] {} <Debug> HTTP-Session: 3e999be0-79c9-4fd1-8460-a1bb44e4e3c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7481 | 2024.08.18 06:19:57.368006 [ 3 ] {} <Debug> HTTP-Session: 3e999be0-79c9-4fd1-8460-a1bb44e4e3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.08.18 06:19:57.368020 [ 3 ] {} <Debug> HTTP-Session: 3e999be0-79c9-4fd1-8460-a1bb44e4e3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.08.18 06:19:57.368052 [ 3 ] {} <Trace> HTTP-Session: 3e999be0-79c9-4fd1-8460-a1bb44e4e3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7484 | 2024.08.18 06:19:57.368224 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7485 | 2024.08.18 06:19:57.368268 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7486 | 2024.08.18 06:19:57.368411 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7487 | 2024.08.18 06:19:57.368858 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7488 | 2024.08.18 06:19:57.368895 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7489 | 2024.08.18 06:19:57.369226 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7490 | 2024.08.18 06:19:57.369525 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7491 | 2024.08.18 06:19:57.369682 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001541 sec., 169370.53861129135 rows/sec., 14.81 MiB/sec. | ||
7492 | 2024.08.18 06:19:57.369846 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Debug> DynamicQueryHandler: Done processing query | ||
7493 | 2024.08.18 06:19:57.369870 [ 3 ] {760a5152-82fd-4aad-a1c2-839994a2efd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
7494 | 2024.08.18 06:19:57.369885 [ 3 ] {} <Debug> HTTP-Session: 3e999be0-79c9-4fd1-8460-a1bb44e4e3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.08.18 06:19:57.370021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7496 | 2024.08.18 06:19:57.370068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7497 | 2024.08.18 06:19:57.370088 [ 3 ] {} <Debug> HTTP-Session: b809a76b-097f-4c7a-9b1f-3a7c9c858b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7498 | 2024.08.18 06:19:57.370104 [ 3 ] {} <Debug> HTTP-Session: b809a76b-097f-4c7a-9b1f-3a7c9c858b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7499 | 2024.08.18 06:19:57.370117 [ 3 ] {} <Debug> HTTP-Session: b809a76b-097f-4c7a-9b1f-3a7c9c858b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.08.18 06:19:57.370147 [ 3 ] {} <Trace> HTTP-Session: b809a76b-097f-4c7a-9b1f-3a7c9c858b1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7501 | 2024.08.18 06:19:57.370243 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7502 | 2024.08.18 06:19:57.370284 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7503 | 2024.08.18 06:19:57.370409 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7504 | 2024.08.18 06:19:57.370690 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7505 | 2024.08.18 06:19:57.370725 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7506 | 2024.08.18 06:19:57.371023 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7507 | 2024.08.18 06:19:57.371321 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7508 | 2024.08.18 06:19:57.371471 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001252 sec., 11182.108626198082 rows/sec., 783.12 KiB/sec. | ||
7509 | 2024.08.18 06:19:57.371784 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Debug> DynamicQueryHandler: Done processing query | ||
7510 | 2024.08.18 06:19:57.371809 [ 3 ] {118cbbb6-8b9a-450a-ba97-2c5ba9a11876} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7511 | 2024.08.18 06:19:57.371825 [ 3 ] {} <Debug> HTTP-Session: b809a76b-097f-4c7a-9b1f-3a7c9c858b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7512 | 2024.08.18 06:19:57.371936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7513 | 2024.08.18 06:19:57.371985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7514 | 2024.08.18 06:19:57.372005 [ 3 ] {} <Debug> HTTP-Session: be516f4e-69f9-4742-a361-3e0c826752cd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7515 | 2024.08.18 06:19:57.372021 [ 3 ] {} <Debug> HTTP-Session: be516f4e-69f9-4742-a361-3e0c826752cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7516 | 2024.08.18 06:19:57.372034 [ 3 ] {} <Debug> HTTP-Session: be516f4e-69f9-4742-a361-3e0c826752cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.08.18 06:19:57.372064 [ 3 ] {} <Trace> HTTP-Session: be516f4e-69f9-4742-a361-3e0c826752cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7518 | 2024.08.18 06:19:57.372160 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7519 | 2024.08.18 06:19:57.372203 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7520 | 2024.08.18 06:19:57.372346 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7521 | 2024.08.18 06:19:57.372621 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7522 | 2024.08.18 06:19:57.372656 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7523 | 2024.08.18 06:19:57.372951 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7524 | 2024.08.18 06:19:57.373252 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7525 | 2024.08.18 06:19:57.373402 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 281.34 KiB/sec. | ||
7526 | 2024.08.18 06:19:57.373409 [ 90 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7527 | 2024.08.18 06:19:57.373516 [ 90 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7528 | 2024.08.18 06:19:57.373560 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7529 | 2024.08.18 06:19:57.373656 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Debug> DynamicQueryHandler: Done processing query | ||
7530 | 2024.08.18 06:19:57.373722 [ 3 ] {d75fe5fe-6d2e-41b3-8d51-875f85f057e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7531 | 2024.08.18 06:19:57.373758 [ 3 ] {} <Debug> HTTP-Session: be516f4e-69f9-4742-a361-3e0c826752cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.08.18 06:19:57.373793 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::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 | ||
7533 | 2024.08.18 06:19:57.373996 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7534 | 2024.08.18 06:19:57.374020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7535 | 2024.08.18 06:19:57.374051 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
7536 | 2024.08.18 06:19:57.374123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7537 | 2024.08.18 06:19:57.374208 [ 3 ] {} <Debug> HTTP-Session: 6b9251ea-e06f-4bab-b06f-fabb60bc2e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7538 | 2024.08.18 06:19:57.374287 [ 3 ] {} <Debug> HTTP-Session: 6b9251ea-e06f-4bab-b06f-fabb60bc2e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.08.18 06:19:57.374324 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7540 | 2024.08.18 06:19:57.374353 [ 3 ] {} <Debug> HTTP-Session: 6b9251ea-e06f-4bab-b06f-fabb60bc2e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7541 | 2024.08.18 06:19:57.374480 [ 3 ] {} <Trace> HTTP-Session: 6b9251ea-e06f-4bab-b06f-fabb60bc2e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7542 | 2024.08.18 06:19:57.374642 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7543 | 2024.08.18 06:19:57.374782 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
7544 | 2024.08.18 06:19:57.374954 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7545 | 2024.08.18 06:19:57.375130 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7546 | 2024.08.18 06:19:57.375157 [ 197 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
7547 | 2024.08.18 06:19:57.375922 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7548 | 2024.08.18 06:19:57.376878 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7549 | 2024.08.18 06:19:57.376947 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7550 | 2024.08.18 06:19:57.377659 [ 188 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004003165 sec., 7494.070316861782 rows/sec., 446.42 KiB/sec. | ||
7551 | 2024.08.18 06:19:57.377780 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7552 | 2024.08.18 06:19:57.377887 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7553 | 2024.08.18 06:19:57.378586 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7554 | 2024.08.18 06:19:57.378885 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.004165 sec., 97478.99159663865 rows/sec., 6.94 MiB/sec. | ||
7555 | 2024.08.18 06:19:57.378958 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7556 | 2024.08.18 06:19:57.379154 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_17_4} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7557 | 2024.08.18 06:19:57.379181 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Debug> DynamicQueryHandler: Done processing query | ||
7558 | 2024.08.18 06:19:57.379227 [ 3 ] {fa8603ed-ed6a-4fe4-aa57-df3267a2ff36} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7559 | 2024.08.18 06:19:57.379286 [ 3 ] {} <Debug> HTTP-Session: 6b9251ea-e06f-4bab-b06f-fabb60bc2e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.08.18 06:19:57.379325 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7561 | 2024.08.18 06:19:57.379448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7562 | 2024.08.18 06:19:57.379504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7563 | 2024.08.18 06:19:57.379523 [ 3 ] {} <Debug> HTTP-Session: c272a0dc-91ae-411d-a32e-004faeb3bb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7564 | 2024.08.18 06:19:57.379540 [ 3 ] {} <Debug> HTTP-Session: c272a0dc-91ae-411d-a32e-004faeb3bb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7565 | 2024.08.18 06:19:57.379553 [ 3 ] {} <Debug> HTTP-Session: c272a0dc-91ae-411d-a32e-004faeb3bb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.08.18 06:19:57.379587 [ 3 ] {} <Trace> HTTP-Session: c272a0dc-91ae-411d-a32e-004faeb3bb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7567 | 2024.08.18 06:19:57.379688 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7568 | 2024.08.18 06:19:57.379734 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7569 | 2024.08.18 06:19:57.379880 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7570 | 2024.08.18 06:19:57.380143 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7571 | 2024.08.18 06:19:57.380178 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7572 | 2024.08.18 06:19:57.380530 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7573 | 2024.08.18 06:19:57.380848 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7574 | 2024.08.18 06:19:57.380985 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
7575 | 2024.08.18 06:19:57.381250 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Debug> DynamicQueryHandler: Done processing query | ||
7576 | 2024.08.18 06:19:57.381274 [ 3 ] {bea37b6e-6874-48c6-8a2e-a0beea9ed1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7577 | 2024.08.18 06:19:57.381290 [ 3 ] {} <Debug> HTTP-Session: c272a0dc-91ae-411d-a32e-004faeb3bb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.08.18 06:19:57.381474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7579 | 2024.08.18 06:19:57.381522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7580 | 2024.08.18 06:19:57.381540 [ 3 ] {} <Debug> HTTP-Session: d101580e-1867-43bc-8252-2f58fa9b69cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7581 | 2024.08.18 06:19:57.381556 [ 3 ] {} <Debug> HTTP-Session: d101580e-1867-43bc-8252-2f58fa9b69cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.08.18 06:19:57.381569 [ 3 ] {} <Debug> HTTP-Session: d101580e-1867-43bc-8252-2f58fa9b69cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.08.18 06:19:57.381599 [ 3 ] {} <Trace> HTTP-Session: d101580e-1867-43bc-8252-2f58fa9b69cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7584 | 2024.08.18 06:19:57.381781 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7585 | 2024.08.18 06:19:57.381828 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7586 | 2024.08.18 06:19:57.381987 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7587 | 2024.08.18 06:19:57.382599 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7588 | 2024.08.18 06:19:57.382635 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7589 | 2024.08.18 06:19:57.383019 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7590 | 2024.08.18 06:19:57.383353 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7591 | 2024.08.18 06:19:57.383510 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001806 sec., 131229.23588039866 rows/sec., 8.80 MiB/sec. | ||
7592 | 2024.08.18 06:19:57.383682 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Debug> DynamicQueryHandler: Done processing query | ||
7593 | 2024.08.18 06:19:57.383706 [ 3 ] {90128286-aaf3-443a-8069-96ca2d0ac3fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7594 | 2024.08.18 06:19:57.383721 [ 3 ] {} <Debug> HTTP-Session: d101580e-1867-43bc-8252-2f58fa9b69cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.08.18 06:19:57.383847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7596 | 2024.08.18 06:19:57.383894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7597 | 2024.08.18 06:19:57.383914 [ 3 ] {} <Debug> HTTP-Session: c480e17e-47b0-4cc0-8cab-94e63ea7edc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7598 | 2024.08.18 06:19:57.383930 [ 3 ] {} <Debug> HTTP-Session: c480e17e-47b0-4cc0-8cab-94e63ea7edc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7599 | 2024.08.18 06:19:57.383943 [ 3 ] {} <Debug> HTTP-Session: c480e17e-47b0-4cc0-8cab-94e63ea7edc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.08.18 06:19:57.383974 [ 3 ] {} <Trace> HTTP-Session: c480e17e-47b0-4cc0-8cab-94e63ea7edc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7601 | 2024.08.18 06:19:57.384064 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7602 | 2024.08.18 06:19:57.384110 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7603 | 2024.08.18 06:19:57.384236 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7604 | 2024.08.18 06:19:57.384522 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7605 | 2024.08.18 06:19:57.384556 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7606 | 2024.08.18 06:19:57.384892 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7607 | 2024.08.18 06:19:57.385194 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7608 | 2024.08.18 06:19:57.385342 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
7609 | 2024.08.18 06:19:57.385505 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Debug> DynamicQueryHandler: Done processing query | ||
7610 | 2024.08.18 06:19:57.385529 [ 3 ] {6f07b8ae-f608-4483-86b7-d0fee5811257} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7611 | 2024.08.18 06:19:57.385544 [ 3 ] {} <Debug> HTTP-Session: c480e17e-47b0-4cc0-8cab-94e63ea7edc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7612 | 2024.08.18 06:19:57.385708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7613 | 2024.08.18 06:19:57.385756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7614 | 2024.08.18 06:19:57.385775 [ 3 ] {} <Debug> HTTP-Session: 92bf03f0-1a52-4903-8bff-7fcc327b8567 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7615 | 2024.08.18 06:19:57.385791 [ 3 ] {} <Debug> HTTP-Session: 92bf03f0-1a52-4903-8bff-7fcc327b8567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.08.18 06:19:57.385805 [ 3 ] {} <Debug> HTTP-Session: 92bf03f0-1a52-4903-8bff-7fcc327b8567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7617 | 2024.08.18 06:19:57.385835 [ 3 ] {} <Trace> HTTP-Session: 92bf03f0-1a52-4903-8bff-7fcc327b8567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7618 | 2024.08.18 06:19:57.386123 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.08.18 06:19:57.386185 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <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 | ||
7620 | 2024.08.18 06:19:57.386588 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7621 | 2024.08.18 06:19:57.387219 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7622 | 2024.08.18 06:19:57.387255 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7623 | 2024.08.18 06:19:57.387859 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7624 | 2024.08.18 06:19:57.388250 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7625 | 2024.08.18 06:19:57.388402 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002472 sec., 9708.737864077671 rows/sec., 17.40 MiB/sec. | ||
7626 | 2024.08.18 06:19:57.388625 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Debug> DynamicQueryHandler: Done processing query | ||
7627 | 2024.08.18 06:19:57.388650 [ 3 ] {11cc77c8-06f5-42eb-a5d3-527c90b3c732} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7628 | 2024.08.18 06:19:57.388665 [ 3 ] {} <Debug> HTTP-Session: 92bf03f0-1a52-4903-8bff-7fcc327b8567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.08.18 06:19:57.388795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7630 | 2024.08.18 06:19:57.388843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7631 | 2024.08.18 06:19:57.388862 [ 3 ] {} <Debug> HTTP-Session: 776c1569-94f6-4b03-8eb3-8e5b8a169e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7632 | 2024.08.18 06:19:57.388878 [ 3 ] {} <Debug> HTTP-Session: 776c1569-94f6-4b03-8eb3-8e5b8a169e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.08.18 06:19:57.388892 [ 3 ] {} <Debug> HTTP-Session: 776c1569-94f6-4b03-8eb3-8e5b8a169e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.08.18 06:19:57.388922 [ 3 ] {} <Trace> HTTP-Session: 776c1569-94f6-4b03-8eb3-8e5b8a169e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7635 | 2024.08.18 06:19:57.389047 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7636 | 2024.08.18 06:19:57.389091 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7637 | 2024.08.18 06:19:57.389217 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7638 | 2024.08.18 06:19:57.389540 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7639 | 2024.08.18 06:19:57.389577 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7640 | 2024.08.18 06:19:57.389924 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7641 | 2024.08.18 06:19:57.390243 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7642 | 2024.08.18 06:19:57.390400 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001395 sec., 58781.362007168456 rows/sec., 3.73 MiB/sec. | ||
7643 | 2024.08.18 06:19:57.390669 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Debug> DynamicQueryHandler: Done processing query | ||
7644 | 2024.08.18 06:19:57.390734 [ 3 ] {1cffcaa6-7c00-417c-b66d-8283c1037a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7645 | 2024.08.18 06:19:57.390792 [ 3 ] {} <Debug> HTTP-Session: 776c1569-94f6-4b03-8eb3-8e5b8a169e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.08.18 06:20:02.359801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7647 | 2024.08.18 06:20:02.359941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7648 | 2024.08.18 06:20:02.359972 [ 3 ] {} <Debug> HTTP-Session: 4bbd5a96-d0e6-4d6d-8516-849fb0507da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7649 | 2024.08.18 06:20:02.360000 [ 3 ] {} <Debug> HTTP-Session: 4bbd5a96-d0e6-4d6d-8516-849fb0507da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7650 | 2024.08.18 06:20:02.360017 [ 3 ] {} <Debug> HTTP-Session: 4bbd5a96-d0e6-4d6d-8516-849fb0507da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7651 | 2024.08.18 06:20:02.360073 [ 3 ] {} <Trace> HTTP-Session: 4bbd5a96-d0e6-4d6d-8516-849fb0507da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7652 | 2024.08.18 06:20:02.360270 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7653 | 2024.08.18 06:20:02.360344 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7654 | 2024.08.18 06:20:02.360560 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7655 | 2024.08.18 06:20:02.361039 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7656 | 2024.08.18 06:20:02.361080 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7657 | 2024.08.18 06:20:02.361436 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7658 | 2024.08.18 06:20:02.361763 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7659 | 2024.08.18 06:20:02.361918 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001708 sec., 5269.320843091335 rows/sec., 427.10 KiB/sec. | ||
7660 | 2024.08.18 06:20:02.362128 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Debug> DynamicQueryHandler: Done processing query | ||
7661 | 2024.08.18 06:20:02.362153 [ 3 ] {986c3106-a0fc-40cc-9c8c-fe3e47c6f57e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7662 | 2024.08.18 06:20:02.362169 [ 3 ] {} <Debug> HTTP-Session: 4bbd5a96-d0e6-4d6d-8516-849fb0507da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7663 | 2024.08.18 06:20:02.362332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7664 | 2024.08.18 06:20:02.362383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7665 | 2024.08.18 06:20:02.362402 [ 3 ] {} <Debug> HTTP-Session: 0017c92f-6471-45fc-b0fa-a2e996109e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7666 | 2024.08.18 06:20:02.362418 [ 3 ] {} <Debug> HTTP-Session: 0017c92f-6471-45fc-b0fa-a2e996109e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7667 | 2024.08.18 06:20:02.362431 [ 3 ] {} <Debug> HTTP-Session: 0017c92f-6471-45fc-b0fa-a2e996109e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7668 | 2024.08.18 06:20:02.362464 [ 3 ] {} <Trace> HTTP-Session: 0017c92f-6471-45fc-b0fa-a2e996109e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7669 | 2024.08.18 06:20:02.362578 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7670 | 2024.08.18 06:20:02.362621 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7671 | 2024.08.18 06:20:02.362744 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7672 | 2024.08.18 06:20:02.363120 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7673 | 2024.08.18 06:20:02.363156 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7674 | 2024.08.18 06:20:02.363462 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7675 | 2024.08.18 06:20:02.363763 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7676 | 2024.08.18 06:20:02.363910 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001372 sec., 60495.626822157436 rows/sec., 4.83 MiB/sec. | ||
7677 | 2024.08.18 06:20:02.363934 [ 82 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7678 | 2024.08.18 06:20:02.364034 [ 82 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7679 | 2024.08.18 06:20:02.364085 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7680 | 2024.08.18 06:20:02.364167 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Debug> DynamicQueryHandler: Done processing query | ||
7681 | 2024.08.18 06:20:02.364204 [ 3 ] {efa39e92-e537-47dc-a487-1a58e8bfd26b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7682 | 2024.08.18 06:20:02.364231 [ 3 ] {} <Debug> HTTP-Session: 0017c92f-6471-45fc-b0fa-a2e996109e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.08.18 06:20:02.364253 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
7684 | 2024.08.18 06:20:02.364396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7685 | 2024.08.18 06:20:02.364399 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7686 | 2024.08.18 06:20:02.364456 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part | ||
7687 | 2024.08.18 06:20:02.364459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7688 | 2024.08.18 06:20:02.364496 [ 3 ] {} <Debug> HTTP-Session: 252113bc-8c3e-4f64-8f25-1372a1f50175 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7689 | 2024.08.18 06:20:02.364522 [ 3 ] {} <Debug> HTTP-Session: 252113bc-8c3e-4f64-8f25-1372a1f50175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7690 | 2024.08.18 06:20:02.364549 [ 3 ] {} <Debug> HTTP-Session: 252113bc-8c3e-4f64-8f25-1372a1f50175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7691 | 2024.08.18 06:20:02.364565 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 83 rows starting from the beginning of the part | ||
7692 | 2024.08.18 06:20:02.364660 [ 3 ] {} <Trace> HTTP-Session: 252113bc-8c3e-4f64-8f25-1372a1f50175 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7693 | 2024.08.18 06:20:02.364919 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 261 rows starting from the beginning of the part | ||
7694 | 2024.08.18 06:20:02.365129 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7695 | 2024.08.18 06:20:02.365243 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 85 rows starting from the beginning of the part | ||
7696 | 2024.08.18 06:20:02.365323 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7697 | 2024.08.18 06:20:02.365591 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 261 rows starting from the beginning of the part | ||
7698 | 2024.08.18 06:20:02.365903 [ 200 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 83 rows starting from the beginning of the part | ||
7699 | 2024.08.18 06:20:02.366420 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7700 | 2024.08.18 06:20:02.366909 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7701 | 2024.08.18 06:20:02.366958 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7702 | 2024.08.18 06:20:02.367612 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7703 | 2024.08.18 06:20:02.368179 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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.18 06:20:02.368381 [ 82 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7705 | 2024.08.18 06:20:02.368513 [ 82 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7706 | 2024.08.18 06:20:02.368566 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003623 sec., 20149.047750483027 rows/sec., 1.57 MiB/sec. | ||
7707 | 2024.08.18 06:20:02.368597 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7708 | 2024.08.18 06:20:02.369066 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 4 columns (4 merged, 0 gathered) in 0.004884541 sec., 452243.10738716286 rows/sec., 37.93 MiB/sec. | ||
7709 | 2024.08.18 06:20:02.369179 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
7710 | 2024.08.18 06:20:02.369254 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Debug> DynamicQueryHandler: Done processing query | ||
7711 | 2024.08.18 06:20:02.369332 [ 3 ] {71df0ab8-275d-4b90-a62f-ec48329778a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7712 | 2024.08.18 06:20:02.369401 [ 3 ] {} <Debug> HTTP-Session: 252113bc-8c3e-4f64-8f25-1372a1f50175 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.08.18 06:20:02.369450 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7714 | 2024.08.18 06:20:02.369669 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7715 | 2024.08.18 06:20:02.369684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7716 | 2024.08.18 06:20:02.369765 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
7717 | 2024.08.18 06:20:02.369803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7718 | 2024.08.18 06:20:02.369897 [ 3 ] {} <Debug> HTTP-Session: 157e0ddf-31ef-4e98-bd7a-f0bee5c37ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7719 | 2024.08.18 06:20:02.370056 [ 3 ] {} <Debug> HTTP-Session: 157e0ddf-31ef-4e98-bd7a-f0bee5c37ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7720 | 2024.08.18 06:20:02.370192 [ 3 ] {} <Debug> HTTP-Session: 157e0ddf-31ef-4e98-bd7a-f0bee5c37ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7721 | 2024.08.18 06:20:02.370254 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 73 rows starting from the beginning of the part | ||
7722 | 2024.08.18 06:20:02.370428 [ 3 ] {} <Trace> HTTP-Session: 157e0ddf-31ef-4e98-bd7a-f0bee5c37ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7723 | 2024.08.18 06:20:02.370811 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 406 rows starting from the beginning of the part | ||
7724 | 2024.08.18 06:20:02.371104 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7725 | 2024.08.18 06:20:02.371312 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
7726 | 2024.08.18 06:20:02.371390 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7727 | 2024.08.18 06:20:02.371821 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 406 rows starting from the beginning of the part | ||
7728 | 2024.08.18 06:20:02.371869 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): 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.18 06:20:02.372324 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 73 rows starting from the beginning of the part | ||
7730 | 2024.08.18 06:20:02.372357 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_41_8} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7731 | 2024.08.18 06:20:02.372806 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
7732 | 2024.08.18 06:20:02.373260 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7733 | 2024.08.18 06:20:02.374254 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7734 | 2024.08.18 06:20:02.374333 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7735 | 2024.08.18 06:20:02.375343 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7736 | 2024.08.18 06:20:02.375645 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 4 columns (4 merged, 0 gathered) in 0.006819297 sec., 284486.8026718883 rows/sec., 20.68 MiB/sec. | ||
7737 | 2024.08.18 06:20:02.375832 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7738 | 2024.08.18 06:20:02.375925 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7739 | 2024.08.18 06:20:02.376163 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7740 | 2024.08.18 06:20:02.376248 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005415 sec., 29547.553093259467 rows/sec., 2.06 MiB/sec. | ||
7741 | 2024.08.18 06:20:02.376299 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2024.08.18 06:20:02.376436 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7743 | 2024.08.18 06:20:02.376871 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Debug> DynamicQueryHandler: Done processing query | ||
7744 | 2024.08.18 06:20:02.376884 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7745 | 2024.08.18 06:20:02.376971 [ 3 ] {7d41e7b3-8d4c-48b1-baaf-8f753fa20d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7746 | 2024.08.18 06:20:02.377077 [ 3 ] {} <Debug> HTTP-Session: 157e0ddf-31ef-4e98-bd7a-f0bee5c37ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7747 | 2024.08.18 06:20:02.377292 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_41_8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7748 | 2024.08.18 06:20:02.377408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7749 | 2024.08.18 06:20:02.377619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7750 | 2024.08.18 06:20:02.377707 [ 3 ] {} <Debug> HTTP-Session: 9f6197d0-b630-4752-87d4-73823fc70a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7751 | 2024.08.18 06:20:02.377790 [ 3 ] {} <Debug> HTTP-Session: 9f6197d0-b630-4752-87d4-73823fc70a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.08.18 06:20:02.377852 [ 3 ] {} <Debug> HTTP-Session: 9f6197d0-b630-4752-87d4-73823fc70a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.08.18 06:20:02.377930 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
7754 | 2024.08.18 06:20:02.377945 [ 3 ] {} <Trace> HTTP-Session: 9f6197d0-b630-4752-87d4-73823fc70a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7755 | 2024.08.18 06:20:02.377996 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
7756 | 2024.08.18 06:20:02.378221 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7757 | 2024.08.18 06:20:02.378257 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7758 | 2024.08.18 06:20:02.378280 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10705 rows starting from the beginning of the part | ||
7759 | 2024.08.18 06:20:02.378448 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <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 | ||
7760 | 2024.08.18 06:20:02.378639 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
7761 | 2024.08.18 06:20:02.379047 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
7762 | 2024.08.18 06:20:02.379424 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
7763 | 2024.08.18 06:20:02.379788 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
7764 | 2024.08.18 06:20:02.380283 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
7765 | 2024.08.18 06:20:02.381560 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7766 | 2024.08.18 06:20:02.382449 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7767 | 2024.08.18 06:20:02.382492 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7768 | 2024.08.18 06:20:02.384384 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7769 | 2024.08.18 06:20:02.385160 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7770 | 2024.08.18 06:20:02.385721 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007639 sec., 1178.1646812410002 rows/sec., 2.11 MiB/sec. | ||
7771 | 2024.08.18 06:20:02.386507 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Debug> DynamicQueryHandler: Done processing query | ||
7772 | 2024.08.18 06:20:02.386532 [ 3 ] {d4275d60-039b-4635-a791-f445572726f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7773 | 2024.08.18 06:20:02.386549 [ 3 ] {} <Debug> HTTP-Session: 9f6197d0-b630-4752-87d4-73823fc70a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7774 | 2024.08.18 06:20:02.386681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7775 | 2024.08.18 06:20:02.386740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7776 | 2024.08.18 06:20:02.386760 [ 3 ] {} <Debug> HTTP-Session: 1cfabbe0-5a5d-4211-a53d-7e808e49ec00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7777 | 2024.08.18 06:20:02.386776 [ 3 ] {} <Debug> HTTP-Session: 1cfabbe0-5a5d-4211-a53d-7e808e49ec00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7778 | 2024.08.18 06:20:02.386790 [ 3 ] {} <Debug> HTTP-Session: 1cfabbe0-5a5d-4211-a53d-7e808e49ec00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7779 | 2024.08.18 06:20:02.386850 [ 3 ] {} <Trace> HTTP-Session: 1cfabbe0-5a5d-4211-a53d-7e808e49ec00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7780 | 2024.08.18 06:20:02.387024 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7781 | 2024.08.18 06:20:02.387168 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7782 | 2024.08.18 06:20:02.387432 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11661 rows, containing 5 columns (5 merged, 0 gathered) in 0.010718781 sec., 1087903.5591827093 rows/sec., 73.52 MiB/sec. | ||
7783 | 2024.08.18 06:20:02.387575 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7784 | 2024.08.18 06:20:02.387766 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7785 | 2024.08.18 06:20:02.388193 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7786 | 2024.08.18 06:20:02.388300 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7787 | 2024.08.18 06:20:02.388730 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7788 | 2024.08.18 06:20:02.388919 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7789 | 2024.08.18 06:20:02.389073 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
7790 | 2024.08.18 06:20:02.389117 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7791 | 2024.08.18 06:20:02.389458 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7792 | 2024.08.18 06:20:02.389627 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002685 sec., 22346.3687150838 rows/sec., 1.51 MiB/sec. | ||
7793 | 2024.08.18 06:20:02.389628 [ 82 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7794 | 2024.08.18 06:20:02.389725 [ 82 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7795 | 2024.08.18 06:20:02.389763 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7796 | 2024.08.18 06:20:02.389915 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Debug> DynamicQueryHandler: Done processing query | ||
7797 | 2024.08.18 06:20:02.389916 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
7798 | 2024.08.18 06:20:02.389946 [ 3 ] {fe52f88c-f3a7-4197-9db0-8573d343e023} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7799 | 2024.08.18 06:20:02.389970 [ 3 ] {} <Debug> HTTP-Session: 1cfabbe0-5a5d-4211-a53d-7e808e49ec00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7800 | 2024.08.18 06:20:02.390063 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7801 | 2024.08.18 06:20:02.390093 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2148 rows starting from the beginning of the part | ||
7802 | 2024.08.18 06:20:02.390179 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
7803 | 2024.08.18 06:20:02.390362 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
7804 | 2024.08.18 06:20:02.390565 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
7805 | 2024.08.18 06:20:02.390745 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
7806 | 2024.08.18 06:20:02.390858 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
7807 | 2024.08.18 06:20:02.392377 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2492 rows, containing 4 columns (4 merged, 0 gathered) in 0.002514297 sec., 991131.9148056097 rows/sec., 64.63 MiB/sec. | ||
7808 | 2024.08.18 06:20:02.392720 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7809 | 2024.08.18 06:20:02.393174 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7810 | 2024.08.18 06:20:02.393265 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_41_8} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7811 | 2024.08.18 06:20:02.393360 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
7812 | 2024.08.18 06:20:03.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.76 MiB, peak 200.35 MiB, free memory in arenas 0.00 B, will set to 193.22 MiB (RSS), difference: 1.46 MiB | ||
7813 | 2024.08.18 06:20:06.680922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7814 | 2024.08.18 06:20:06.681041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7815 | 2024.08.18 06:20:06.681066 [ 3 ] {} <Debug> HTTP-Session: 0bb07b0c-7a24-4c83-92ac-bb2472509123 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7816 | 2024.08.18 06:20:06.681089 [ 3 ] {} <Debug> HTTP-Session: 0bb07b0c-7a24-4c83-92ac-bb2472509123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.08.18 06:20:06.681104 [ 3 ] {} <Debug> HTTP-Session: 0bb07b0c-7a24-4c83-92ac-bb2472509123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.08.18 06:20:06.681154 [ 3 ] {} <Trace> HTTP-Session: 0bb07b0c-7a24-4c83-92ac-bb2472509123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7819 | 2024.08.18 06:20:06.681334 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7820 | 2024.08.18 06:20:06.681405 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7821 | 2024.08.18 06:20:06.681588 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7822 | 2024.08.18 06:20:06.682034 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7823 | 2024.08.18 06:20:06.682074 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7824 | 2024.08.18 06:20:06.682455 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7825 | 2024.08.18 06:20:06.682806 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7826 | 2024.08.18 06:20:06.682987 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001705 sec., 14076.24633431085 rows/sec., 1.11 MiB/sec. | ||
7827 | 2024.08.18 06:20:06.683335 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Debug> DynamicQueryHandler: Done processing query | ||
7828 | 2024.08.18 06:20:06.683363 [ 3 ] {1b0a2236-6f7b-4633-ab90-530f486eabfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7829 | 2024.08.18 06:20:06.683379 [ 3 ] {} <Debug> HTTP-Session: 0bb07b0c-7a24-4c83-92ac-bb2472509123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7830 | 2024.08.18 06:20:06.683523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7831 | 2024.08.18 06:20:06.683572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7832 | 2024.08.18 06:20:06.683591 [ 3 ] {} <Debug> HTTP-Session: 969114a8-bd38-4d22-bfd0-3476766d0ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7833 | 2024.08.18 06:20:06.683608 [ 3 ] {} <Debug> HTTP-Session: 969114a8-bd38-4d22-bfd0-3476766d0ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7834 | 2024.08.18 06:20:06.683622 [ 3 ] {} <Debug> HTTP-Session: 969114a8-bd38-4d22-bfd0-3476766d0ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.08.18 06:20:06.683653 [ 3 ] {} <Trace> HTTP-Session: 969114a8-bd38-4d22-bfd0-3476766d0ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7836 | 2024.08.18 06:20:06.683753 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7837 | 2024.08.18 06:20:06.683798 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7838 | 2024.08.18 06:20:06.683945 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7839 | 2024.08.18 06:20:06.684258 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7840 | 2024.08.18 06:20:06.684294 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7841 | 2024.08.18 06:20:06.684593 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7842 | 2024.08.18 06:20:06.684899 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7843 | 2024.08.18 06:20:06.685053 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001324 sec., 6042.296072507553 rows/sec., 492.71 KiB/sec. | ||
7844 | 2024.08.18 06:20:06.685361 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Debug> DynamicQueryHandler: Done processing query | ||
7845 | 2024.08.18 06:20:06.685387 [ 3 ] {f7498253-d9e9-4c2d-b4b9-f12bd07a876e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7846 | 2024.08.18 06:20:06.685404 [ 3 ] {} <Debug> HTTP-Session: 969114a8-bd38-4d22-bfd0-3476766d0ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7847 | 2024.08.18 06:20:06.685683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7848 | 2024.08.18 06:20:06.685732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7849 | 2024.08.18 06:20:06.685752 [ 3 ] {} <Debug> HTTP-Session: b91e16ef-4f5c-48f3-b4e6-323be7119980 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7850 | 2024.08.18 06:20:06.685768 [ 3 ] {} <Debug> HTTP-Session: b91e16ef-4f5c-48f3-b4e6-323be7119980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7851 | 2024.08.18 06:20:06.685782 [ 3 ] {} <Debug> HTTP-Session: b91e16ef-4f5c-48f3-b4e6-323be7119980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.08.18 06:20:06.685812 [ 3 ] {} <Trace> HTTP-Session: b91e16ef-4f5c-48f3-b4e6-323be7119980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7853 | 2024.08.18 06:20:06.686403 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7854 | 2024.08.18 06:20:06.686448 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7855 | 2024.08.18 06:20:06.686593 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7856 | 2024.08.18 06:20:06.687916 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7857 | 2024.08.18 06:20:06.687953 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7858 | 2024.08.18 06:20:06.688357 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7859 | 2024.08.18 06:20:06.688717 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7860 | 2024.08.18 06:20:06.688854 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.002883 sec., 487339.57682969124 rows/sec., 40.57 MiB/sec. | ||
7861 | 2024.08.18 06:20:06.689058 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Debug> DynamicQueryHandler: Done processing query | ||
7862 | 2024.08.18 06:20:06.689091 [ 3 ] {1ad2f112-966f-4097-abaf-07f5d745a47b} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7863 | 2024.08.18 06:20:06.689113 [ 3 ] {} <Debug> HTTP-Session: b91e16ef-4f5c-48f3-b4e6-323be7119980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7864 | 2024.08.18 06:20:06.689535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7865 | 2024.08.18 06:20:06.689585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7866 | 2024.08.18 06:20:06.689604 [ 3 ] {} <Debug> HTTP-Session: 5310a939-bd0b-44d9-b76b-003f4881fa5e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7867 | 2024.08.18 06:20:06.689619 [ 3 ] {} <Debug> HTTP-Session: 5310a939-bd0b-44d9-b76b-003f4881fa5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7868 | 2024.08.18 06:20:06.689634 [ 3 ] {} <Debug> HTTP-Session: 5310a939-bd0b-44d9-b76b-003f4881fa5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.08.18 06:20:06.689664 [ 3 ] {} <Trace> HTTP-Session: 5310a939-bd0b-44d9-b76b-003f4881fa5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7870 | 2024.08.18 06:20:06.689760 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7871 | 2024.08.18 06:20:06.689801 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7872 | 2024.08.18 06:20:06.689931 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7873 | 2024.08.18 06:20:06.690224 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7874 | 2024.08.18 06:20:06.690261 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7875 | 2024.08.18 06:20:06.690571 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7876 | 2024.08.18 06:20:06.690885 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7877 | 2024.08.18 06:20:06.691044 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.0013 sec., 6153.846153846154 rows/sec., 429.69 KiB/sec. | ||
7878 | 2024.08.18 06:20:06.691307 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Debug> DynamicQueryHandler: Done processing query | ||
7879 | 2024.08.18 06:20:06.691333 [ 3 ] {2687cd19-7f29-479f-b8df-6c7d7261978d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7880 | 2024.08.18 06:20:06.691350 [ 3 ] {} <Debug> HTTP-Session: 5310a939-bd0b-44d9-b76b-003f4881fa5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7881 | 2024.08.18 06:20:06.691521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7882 | 2024.08.18 06:20:06.691574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7883 | 2024.08.18 06:20:06.691593 [ 3 ] {} <Debug> HTTP-Session: 866ac70a-1061-4d49-9edc-0d3e51ba91e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7884 | 2024.08.18 06:20:06.691610 [ 3 ] {} <Debug> HTTP-Session: 866ac70a-1061-4d49-9edc-0d3e51ba91e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7885 | 2024.08.18 06:20:06.691624 [ 3 ] {} <Debug> HTTP-Session: 866ac70a-1061-4d49-9edc-0d3e51ba91e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.08.18 06:20:06.691655 [ 3 ] {} <Trace> HTTP-Session: 866ac70a-1061-4d49-9edc-0d3e51ba91e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2024.08.18 06:20:06.691826 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7888 | 2024.08.18 06:20:06.691870 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7889 | 2024.08.18 06:20:06.692014 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7890 | 2024.08.18 06:20:06.692441 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2024.08.18 06:20:06.692479 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7892 | 2024.08.18 06:20:06.692799 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7893 | 2024.08.18 06:20:06.693105 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2024.08.18 06:20:06.693269 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001524 sec., 158792.65091863516 rows/sec., 10.76 MiB/sec. | ||
7895 | 2024.08.18 06:20:06.693475 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Debug> DynamicQueryHandler: Done processing query | ||
7896 | 2024.08.18 06:20:06.693500 [ 3 ] {c30ceea8-53bc-4724-8afc-c5b85b1f5c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7897 | 2024.08.18 06:20:06.693516 [ 3 ] {} <Debug> HTTP-Session: 866ac70a-1061-4d49-9edc-0d3e51ba91e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7898 | 2024.08.18 06:20:06.693685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7899 | 2024.08.18 06:20:06.693734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7900 | 2024.08.18 06:20:06.693753 [ 3 ] {} <Debug> HTTP-Session: 99ca077a-82c6-43d7-8ff6-81b20485f049 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7901 | 2024.08.18 06:20:06.693770 [ 3 ] {} <Debug> HTTP-Session: 99ca077a-82c6-43d7-8ff6-81b20485f049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7902 | 2024.08.18 06:20:06.693784 [ 3 ] {} <Debug> HTTP-Session: 99ca077a-82c6-43d7-8ff6-81b20485f049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.08.18 06:20:06.693814 [ 3 ] {} <Trace> HTTP-Session: 99ca077a-82c6-43d7-8ff6-81b20485f049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7904 | 2024.08.18 06:20:06.693908 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7905 | 2024.08.18 06:20:06.693950 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7906 | 2024.08.18 06:20:06.694077 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7907 | 2024.08.18 06:20:06.694359 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7908 | 2024.08.18 06:20:06.694396 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7909 | 2024.08.18 06:20:06.694693 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7910 | 2024.08.18 06:20:06.694993 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7911 | 2024.08.18 06:20:06.695151 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001265 sec., 4743.083003952569 rows/sec., 280.23 KiB/sec. | ||
7912 | 2024.08.18 06:20:06.695319 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Debug> DynamicQueryHandler: Done processing query | ||
7913 | 2024.08.18 06:20:06.695343 [ 3 ] {c7681450-2997-4f2e-b8b5-906ac73dbeb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7914 | 2024.08.18 06:20:06.695359 [ 3 ] {} <Debug> HTTP-Session: 99ca077a-82c6-43d7-8ff6-81b20485f049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.08.18 06:20:06.695565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7916 | 2024.08.18 06:20:06.695614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7917 | 2024.08.18 06:20:06.695632 [ 3 ] {} <Debug> HTTP-Session: 207a5e54-3377-4afd-b086-b3a64d788da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7918 | 2024.08.18 06:20:06.695649 [ 3 ] {} <Debug> HTTP-Session: 207a5e54-3377-4afd-b086-b3a64d788da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7919 | 2024.08.18 06:20:06.695663 [ 3 ] {} <Debug> HTTP-Session: 207a5e54-3377-4afd-b086-b3a64d788da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.08.18 06:20:06.695693 [ 3 ] {} <Trace> HTTP-Session: 207a5e54-3377-4afd-b086-b3a64d788da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7921 | 2024.08.18 06:20:06.696089 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7922 | 2024.08.18 06:20:06.696133 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7923 | 2024.08.18 06:20:06.696259 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7924 | 2024.08.18 06:20:06.697112 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7925 | 2024.08.18 06:20:06.697149 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7926 | 2024.08.18 06:20:06.697487 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7927 | 2024.08.18 06:20:06.697791 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7928 | 2024.08.18 06:20:06.697945 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.002128 sec., 408834.5864661654 rows/sec., 29.62 MiB/sec. | ||
7929 | 2024.08.18 06:20:06.698117 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Debug> DynamicQueryHandler: Done processing query | ||
7930 | 2024.08.18 06:20:06.698142 [ 3 ] {38a199de-e41c-45a7-816a-c57a5b62f6c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
7931 | 2024.08.18 06:20:06.698158 [ 3 ] {} <Debug> HTTP-Session: 207a5e54-3377-4afd-b086-b3a64d788da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.08.18 06:20:06.698440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7933 | 2024.08.18 06:20:06.698488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7934 | 2024.08.18 06:20:06.698508 [ 3 ] {} <Debug> HTTP-Session: 4c2dff38-68a1-4942-846f-2ed5b716ed52 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7935 | 2024.08.18 06:20:06.698524 [ 3 ] {} <Debug> HTTP-Session: 4c2dff38-68a1-4942-846f-2ed5b716ed52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.08.18 06:20:06.698538 [ 3 ] {} <Debug> HTTP-Session: 4c2dff38-68a1-4942-846f-2ed5b716ed52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7937 | 2024.08.18 06:20:06.698568 [ 3 ] {} <Trace> HTTP-Session: 4c2dff38-68a1-4942-846f-2ed5b716ed52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7938 | 2024.08.18 06:20:06.698662 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7939 | 2024.08.18 06:20:06.698708 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7940 | 2024.08.18 06:20:06.698836 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7941 | 2024.08.18 06:20:06.699095 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7942 | 2024.08.18 06:20:06.699132 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7943 | 2024.08.18 06:20:06.699484 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7944 | 2024.08.18 06:20:06.699789 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7945 | 2024.08.18 06:20:06.699950 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
7946 | 2024.08.18 06:20:06.700121 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Debug> DynamicQueryHandler: Done processing query | ||
7947 | 2024.08.18 06:20:06.700145 [ 3 ] {3b0e97a1-f1f9-43d2-9dba-18b6c0b2e03d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7948 | 2024.08.18 06:20:06.700161 [ 3 ] {} <Debug> HTTP-Session: 4c2dff38-68a1-4942-846f-2ed5b716ed52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.08.18 06:20:06.700484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 171264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7950 | 2024.08.18 06:20:06.700532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7951 | 2024.08.18 06:20:06.700552 [ 3 ] {} <Debug> HTTP-Session: 59d16cc2-7e53-4c29-ab56-cde3a6c22703 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7952 | 2024.08.18 06:20:06.700568 [ 3 ] {} <Debug> HTTP-Session: 59d16cc2-7e53-4c29-ab56-cde3a6c22703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.08.18 06:20:06.700582 [ 3 ] {} <Debug> HTTP-Session: 59d16cc2-7e53-4c29-ab56-cde3a6c22703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7954 | 2024.08.18 06:20:06.700612 [ 3 ] {} <Trace> HTTP-Session: 59d16cc2-7e53-4c29-ab56-cde3a6c22703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7955 | 2024.08.18 06:20:06.701073 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7956 | 2024.08.18 06:20:06.701119 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7957 | 2024.08.18 06:20:06.701257 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7958 | 2024.08.18 06:20:06.702063 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7959 | 2024.08.18 06:20:06.702101 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7960 | 2024.08.18 06:20:06.702526 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7961 | 2024.08.18 06:20:06.702861 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7962 | 2024.08.18 06:20:06.703016 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Debug> executeQuery: Read 905 rows, 61.89 KiB in 0.002247 sec., 402759.2345349355 rows/sec., 26.90 MiB/sec. | ||
7963 | 2024.08.18 06:20:06.703334 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Debug> DynamicQueryHandler: Done processing query | ||
7964 | 2024.08.18 06:20:06.703398 [ 3 ] {7e144dc6-06ea-4bb5-9b13-c7536f34b9eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
7965 | 2024.08.18 06:20:06.703473 [ 3 ] {} <Debug> HTTP-Session: 59d16cc2-7e53-4c29-ab56-cde3a6c22703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.08.18 06:20:06.703878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7967 | 2024.08.18 06:20:06.703932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7968 | 2024.08.18 06:20:06.703952 [ 3 ] {} <Debug> HTTP-Session: 5682200f-effd-4b97-ae1a-62ccdb5f87eb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7969 | 2024.08.18 06:20:06.703969 [ 3 ] {} <Debug> HTTP-Session: 5682200f-effd-4b97-ae1a-62ccdb5f87eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.08.18 06:20:06.703983 [ 3 ] {} <Debug> HTTP-Session: 5682200f-effd-4b97-ae1a-62ccdb5f87eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7971 | 2024.08.18 06:20:06.704015 [ 3 ] {} <Trace> HTTP-Session: 5682200f-effd-4b97-ae1a-62ccdb5f87eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7972 | 2024.08.18 06:20:06.704111 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7973 | 2024.08.18 06:20:06.704157 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7974 | 2024.08.18 06:20:06.704305 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7975 | 2024.08.18 06:20:06.704645 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7976 | 2024.08.18 06:20:06.704682 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7977 | 2024.08.18 06:20:06.705031 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7978 | 2024.08.18 06:20:06.705339 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7979 | 2024.08.18 06:20:06.705501 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. | ||
7980 | 2024.08.18 06:20:06.705712 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Debug> DynamicQueryHandler: Done processing query | ||
7981 | 2024.08.18 06:20:06.705737 [ 3 ] {5c2e8aa5-7a7c-4cce-af68-3bfe70ff74da} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7982 | 2024.08.18 06:20:06.705753 [ 3 ] {} <Debug> HTTP-Session: 5682200f-effd-4b97-ae1a-62ccdb5f87eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.08.18 06:20:06.705914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7984 | 2024.08.18 06:20:06.705963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7985 | 2024.08.18 06:20:06.705982 [ 3 ] {} <Debug> HTTP-Session: 70c38462-3dde-43f2-8ce8-303f2b14194f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
7986 | 2024.08.18 06:20:06.705998 [ 3 ] {} <Debug> HTTP-Session: 70c38462-3dde-43f2-8ce8-303f2b14194f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.08.18 06:20:06.706012 [ 3 ] {} <Debug> HTTP-Session: 70c38462-3dde-43f2-8ce8-303f2b14194f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7988 | 2024.08.18 06:20:06.706043 [ 3 ] {} <Trace> HTTP-Session: 70c38462-3dde-43f2-8ce8-303f2b14194f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7989 | 2024.08.18 06:20:06.706430 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7990 | 2024.08.18 06:20:06.706492 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <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 | ||
7991 | 2024.08.18 06:20:06.706909 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7992 | 2024.08.18 06:20:06.707576 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7993 | 2024.08.18 06:20:06.707612 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
7994 | 2024.08.18 06:20:06.708219 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7995 | 2024.08.18 06:20:06.708613 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7996 | 2024.08.18 06:20:06.708826 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002691 sec., 8918.61761426979 rows/sec., 15.98 MiB/sec. | ||
7997 | 2024.08.18 06:20:06.709438 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Debug> DynamicQueryHandler: Done processing query | ||
7998 | 2024.08.18 06:20:06.709468 [ 3 ] {0e6802d1-da81-48bd-9707-e5e8b4db45ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7999 | 2024.08.18 06:20:06.709488 [ 3 ] {} <Debug> HTTP-Session: 70c38462-3dde-43f2-8ce8-303f2b14194f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.08.18 06:20:06.709649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8001 | 2024.08.18 06:20:06.709711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8002 | 2024.08.18 06:20:06.709734 [ 3 ] {} <Debug> HTTP-Session: 6fec1cb6-0ba5-4af5-a595-ab03ba70ce5d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8003 | 2024.08.18 06:20:06.709751 [ 3 ] {} <Debug> HTTP-Session: 6fec1cb6-0ba5-4af5-a595-ab03ba70ce5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.08.18 06:20:06.709765 [ 3 ] {} <Debug> HTTP-Session: 6fec1cb6-0ba5-4af5-a595-ab03ba70ce5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8005 | 2024.08.18 06:20:06.709796 [ 3 ] {} <Trace> HTTP-Session: 6fec1cb6-0ba5-4af5-a595-ab03ba70ce5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8006 | 2024.08.18 06:20:06.709914 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8007 | 2024.08.18 06:20:06.709961 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8008 | 2024.08.18 06:20:06.710114 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8009 | 2024.08.18 06:20:06.710431 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8010 | 2024.08.18 06:20:06.710468 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8011 | 2024.08.18 06:20:06.710826 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8012 | 2024.08.18 06:20:06.711149 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8013 | 2024.08.18 06:20:06.711302 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001427 sec., 53258.58444288717 rows/sec., 3.36 MiB/sec. | ||
8014 | 2024.08.18 06:20:06.711470 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Debug> DynamicQueryHandler: Done processing query | ||
8015 | 2024.08.18 06:20:06.711494 [ 3 ] {5d596503-b3ab-47f9-a2bd-e06b325e1014} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8016 | 2024.08.18 06:20:06.711510 [ 3 ] {} <Debug> HTTP-Session: 6fec1cb6-0ba5-4af5-a595-ab03ba70ce5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.08.18 06:20:07.352492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8018 | 2024.08.18 06:20:07.352603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8019 | 2024.08.18 06:20:07.352632 [ 3 ] {} <Debug> HTTP-Session: 5789556f-ee39-4c4d-8800-5eb88c94900a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8020 | 2024.08.18 06:20:07.352660 [ 3 ] {} <Debug> HTTP-Session: 5789556f-ee39-4c4d-8800-5eb88c94900a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.08.18 06:20:07.352678 [ 3 ] {} <Debug> HTTP-Session: 5789556f-ee39-4c4d-8800-5eb88c94900a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8022 | 2024.08.18 06:20:07.352732 [ 3 ] {} <Trace> HTTP-Session: 5789556f-ee39-4c4d-8800-5eb88c94900a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8023 | 2024.08.18 06:20:07.352915 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8024 | 2024.08.18 06:20:07.352979 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8025 | 2024.08.18 06:20:07.353164 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8026 | 2024.08.18 06:20:07.353612 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8027 | 2024.08.18 06:20:07.353657 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8028 | 2024.08.18 06:20:07.354027 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8029 | 2024.08.18 06:20:07.354355 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8030 | 2024.08.18 06:20:07.354505 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001645 sec., 15805.47112462006 rows/sec., 1.18 MiB/sec. | ||
8031 | 2024.08.18 06:20:07.354709 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Debug> DynamicQueryHandler: Done processing query | ||
8032 | 2024.08.18 06:20:07.354736 [ 3 ] {f9240e47-2eff-44f1-813e-d2ecb5de03fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8033 | 2024.08.18 06:20:07.354752 [ 3 ] {} <Debug> HTTP-Session: 5789556f-ee39-4c4d-8800-5eb88c94900a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.08.18 06:20:07.354880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8035 | 2024.08.18 06:20:07.354936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8036 | 2024.08.18 06:20:07.354957 [ 3 ] {} <Debug> HTTP-Session: c384f093-170a-474e-a834-aa9cfacdd01f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8037 | 2024.08.18 06:20:07.354974 [ 3 ] {} <Debug> HTTP-Session: c384f093-170a-474e-a834-aa9cfacdd01f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.08.18 06:20:07.354988 [ 3 ] {} <Debug> HTTP-Session: c384f093-170a-474e-a834-aa9cfacdd01f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8039 | 2024.08.18 06:20:07.355024 [ 3 ] {} <Trace> HTTP-Session: c384f093-170a-474e-a834-aa9cfacdd01f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8040 | 2024.08.18 06:20:07.355142 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8041 | 2024.08.18 06:20:07.355188 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8042 | 2024.08.18 06:20:07.355323 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8043 | 2024.08.18 06:20:07.355704 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8044 | 2024.08.18 06:20:07.355741 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8045 | 2024.08.18 06:20:07.356050 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8046 | 2024.08.18 06:20:07.356355 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8047 | 2024.08.18 06:20:07.356482 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001377 sec., 20334.059549745823 rows/sec., 1.59 MiB/sec. | ||
8048 | 2024.08.18 06:20:07.356745 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Debug> DynamicQueryHandler: Done processing query | ||
8049 | 2024.08.18 06:20:07.356799 [ 3 ] {4129c1e7-5519-498e-86cd-fd606903aa3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8050 | 2024.08.18 06:20:07.356842 [ 3 ] {} <Debug> HTTP-Session: c384f093-170a-474e-a834-aa9cfacdd01f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.08.18 06:20:07.357027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8052 | 2024.08.18 06:20:07.357079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8053 | 2024.08.18 06:20:07.357099 [ 3 ] {} <Debug> HTTP-Session: 272b6091-8b32-48c2-a981-46f4c90b5a6a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8054 | 2024.08.18 06:20:07.357116 [ 3 ] {} <Debug> HTTP-Session: 272b6091-8b32-48c2-a981-46f4c90b5a6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.08.18 06:20:07.357130 [ 3 ] {} <Debug> HTTP-Session: 272b6091-8b32-48c2-a981-46f4c90b5a6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8056 | 2024.08.18 06:20:07.357162 [ 3 ] {} <Trace> HTTP-Session: 272b6091-8b32-48c2-a981-46f4c90b5a6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8057 | 2024.08.18 06:20:07.357273 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8058 | 2024.08.18 06:20:07.357322 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8059 | 2024.08.18 06:20:07.357485 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8060 | 2024.08.18 06:20:07.357792 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8061 | 2024.08.18 06:20:07.357828 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8062 | 2024.08.18 06:20:07.358209 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8063 | 2024.08.18 06:20:07.358538 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8064 | 2024.08.18 06:20:07.358670 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001432 sec., 13966.480446927375 rows/sec., 991.57 KiB/sec. | ||
8065 | 2024.08.18 06:20:07.358828 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Debug> DynamicQueryHandler: Done processing query | ||
8066 | 2024.08.18 06:20:07.358852 [ 3 ] {1005602c-936a-492a-9fc7-bcd793dbae33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8067 | 2024.08.18 06:20:07.358867 [ 3 ] {} <Debug> HTTP-Session: 272b6091-8b32-48c2-a981-46f4c90b5a6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.08.18 06:20:07.358980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8069 | 2024.08.18 06:20:07.359026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8070 | 2024.08.18 06:20:07.359072 [ 3 ] {} <Debug> HTTP-Session: bf59c12d-5b99-497d-93a7-ad791a94bb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8071 | 2024.08.18 06:20:07.359088 [ 3 ] {} <Debug> HTTP-Session: bf59c12d-5b99-497d-93a7-ad791a94bb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.08.18 06:20:07.359102 [ 3 ] {} <Debug> HTTP-Session: bf59c12d-5b99-497d-93a7-ad791a94bb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8073 | 2024.08.18 06:20:07.359132 [ 3 ] {} <Trace> HTTP-Session: bf59c12d-5b99-497d-93a7-ad791a94bb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8074 | 2024.08.18 06:20:07.359228 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8075 | 2024.08.18 06:20:07.359272 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8076 | 2024.08.18 06:20:07.359398 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8077 | 2024.08.18 06:20:07.359677 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2024.08.18 06:20:07.359717 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8079 | 2024.08.18 06:20:07.360064 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8080 | 2024.08.18 06:20:07.360409 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8081 | 2024.08.18 06:20:07.360534 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 316.70 KiB/sec. | ||
8082 | 2024.08.18 06:20:07.360733 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Debug> DynamicQueryHandler: Done processing query | ||
8083 | 2024.08.18 06:20:07.360760 [ 3 ] {9fde2c13-4dda-4c47-a99f-19f749da682d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8084 | 2024.08.18 06:20:07.360776 [ 3 ] {} <Debug> HTTP-Session: bf59c12d-5b99-497d-93a7-ad791a94bb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.08.18 06:20:10.225254 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8086 | 2024.08.18 06:20:10.225311 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8087 | 2024.08.18 06:20:12.359681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8088 | 2024.08.18 06:20:12.359806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8089 | 2024.08.18 06:20:12.359830 [ 3 ] {} <Debug> HTTP-Session: 112b36cd-fde2-48e9-99f2-c0e7c9bb54ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8090 | 2024.08.18 06:20:12.359854 [ 3 ] {} <Debug> HTTP-Session: 112b36cd-fde2-48e9-99f2-c0e7c9bb54ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8091 | 2024.08.18 06:20:12.359868 [ 3 ] {} <Debug> HTTP-Session: 112b36cd-fde2-48e9-99f2-c0e7c9bb54ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8092 | 2024.08.18 06:20:12.359918 [ 3 ] {} <Trace> HTTP-Session: 112b36cd-fde2-48e9-99f2-c0e7c9bb54ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8093 | 2024.08.18 06:20:12.360096 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8094 | 2024.08.18 06:20:12.360162 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8095 | 2024.08.18 06:20:12.360352 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8096 | 2024.08.18 06:20:12.360742 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8097 | 2024.08.18 06:20:12.360784 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8098 | 2024.08.18 06:20:12.361136 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8099 | 2024.08.18 06:20:12.361450 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8100 | 2024.08.18 06:20:12.361620 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.00157 sec., 5732.484076433121 rows/sec., 464.64 KiB/sec. | ||
8101 | 2024.08.18 06:20:12.361808 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Debug> DynamicQueryHandler: Done processing query | ||
8102 | 2024.08.18 06:20:12.361833 [ 3 ] {fb906fa6-3dba-4957-8abb-9eede3b63d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8103 | 2024.08.18 06:20:12.361849 [ 3 ] {} <Debug> HTTP-Session: 112b36cd-fde2-48e9-99f2-c0e7c9bb54ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8104 | 2024.08.18 06:20:12.361970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8105 | 2024.08.18 06:20:12.362017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8106 | 2024.08.18 06:20:12.362035 [ 3 ] {} <Debug> HTTP-Session: 4abd0bcb-f6d3-490c-90da-fbf921a8dc2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8107 | 2024.08.18 06:20:12.362052 [ 3 ] {} <Debug> HTTP-Session: 4abd0bcb-f6d3-490c-90da-fbf921a8dc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8108 | 2024.08.18 06:20:12.362065 [ 3 ] {} <Debug> HTTP-Session: 4abd0bcb-f6d3-490c-90da-fbf921a8dc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8109 | 2024.08.18 06:20:12.362096 [ 3 ] {} <Trace> HTTP-Session: 4abd0bcb-f6d3-490c-90da-fbf921a8dc2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8110 | 2024.08.18 06:20:12.362187 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8111 | 2024.08.18 06:20:12.362229 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8112 | 2024.08.18 06:20:12.362356 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8113 | 2024.08.18 06:20:12.362657 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8114 | 2024.08.18 06:20:12.362694 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8115 | 2024.08.18 06:20:12.362995 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
8116 | 2024.08.18 06:20:12.363291 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8117 | 2024.08.18 06:20:12.363442 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 128.72 KiB/sec. | ||
8118 | 2024.08.18 06:20:12.363607 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Debug> DynamicQueryHandler: Done processing query | ||
8119 | 2024.08.18 06:20:12.363632 [ 3 ] {a26c1e48-a3c9-46fa-a3bd-172bb4e07e2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8120 | 2024.08.18 06:20:12.363647 [ 3 ] {} <Debug> HTTP-Session: 4abd0bcb-f6d3-490c-90da-fbf921a8dc2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8121 | 2024.08.18 06:20:12.363774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8122 | 2024.08.18 06:20:12.363822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8123 | 2024.08.18 06:20:12.363840 [ 3 ] {} <Debug> HTTP-Session: 407fec7b-37b1-43d4-9808-4c61feef9b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8124 | 2024.08.18 06:20:12.363856 [ 3 ] {} <Debug> HTTP-Session: 407fec7b-37b1-43d4-9808-4c61feef9b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8125 | 2024.08.18 06:20:12.363869 [ 3 ] {} <Debug> HTTP-Session: 407fec7b-37b1-43d4-9808-4c61feef9b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8126 | 2024.08.18 06:20:12.363900 [ 3 ] {} <Trace> HTTP-Session: 407fec7b-37b1-43d4-9808-4c61feef9b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8127 | 2024.08.18 06:20:12.364017 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8128 | 2024.08.18 06:20:12.364059 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8129 | 2024.08.18 06:20:12.364181 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8130 | 2024.08.18 06:20:12.364564 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8131 | 2024.08.18 06:20:12.364616 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8132 | 2024.08.18 06:20:12.365162 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8133 | 2024.08.18 06:20:12.365454 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8134 | 2024.08.18 06:20:12.365604 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.001629 sec., 51565.37753222836 rows/sec., 4.11 MiB/sec. | ||
8135 | 2024.08.18 06:20:12.365756 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Debug> DynamicQueryHandler: Done processing query | ||
8136 | 2024.08.18 06:20:12.365779 [ 3 ] {1345e8a2-b3f4-4906-ac10-d7bd6d6a734d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8137 | 2024.08.18 06:20:12.365794 [ 3 ] {} <Debug> HTTP-Session: 407fec7b-37b1-43d4-9808-4c61feef9b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8138 | 2024.08.18 06:20:12.365904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8139 | 2024.08.18 06:20:12.365951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8140 | 2024.08.18 06:20:12.365969 [ 3 ] {} <Debug> HTTP-Session: e01a02f4-d5c5-4364-962c-e5df9ab50a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8141 | 2024.08.18 06:20:12.365984 [ 3 ] {} <Debug> HTTP-Session: e01a02f4-d5c5-4364-962c-e5df9ab50a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8142 | 2024.08.18 06:20:12.365998 [ 3 ] {} <Debug> HTTP-Session: e01a02f4-d5c5-4364-962c-e5df9ab50a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8143 | 2024.08.18 06:20:12.366029 [ 3 ] {} <Trace> HTTP-Session: e01a02f4-d5c5-4364-962c-e5df9ab50a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8144 | 2024.08.18 06:20:12.366121 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8145 | 2024.08.18 06:20:12.366162 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8146 | 2024.08.18 06:20:12.366284 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8147 | 2024.08.18 06:20:12.366556 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8148 | 2024.08.18 06:20:12.366593 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8149 | 2024.08.18 06:20:12.366876 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
8150 | 2024.08.18 06:20:12.367176 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8151 | 2024.08.18 06:20:12.367330 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 114.28 KiB/sec. | ||
8152 | 2024.08.18 06:20:12.367494 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Debug> DynamicQueryHandler: Done processing query | ||
8153 | 2024.08.18 06:20:12.367518 [ 3 ] {4c0a07ca-89b0-453f-9526-205edd4258c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8154 | 2024.08.18 06:20:12.367533 [ 3 ] {} <Debug> HTTP-Session: e01a02f4-d5c5-4364-962c-e5df9ab50a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8155 | 2024.08.18 06:20:12.367652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8156 | 2024.08.18 06:20:12.367698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8157 | 2024.08.18 06:20:12.367717 [ 3 ] {} <Debug> HTTP-Session: 3489b10b-b641-4a72-bfdf-d16f6cae8cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8158 | 2024.08.18 06:20:12.367733 [ 3 ] {} <Debug> HTTP-Session: 3489b10b-b641-4a72-bfdf-d16f6cae8cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8159 | 2024.08.18 06:20:12.367746 [ 3 ] {} <Debug> HTTP-Session: 3489b10b-b641-4a72-bfdf-d16f6cae8cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8160 | 2024.08.18 06:20:12.367776 [ 3 ] {} <Trace> HTTP-Session: 3489b10b-b641-4a72-bfdf-d16f6cae8cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8161 | 2024.08.18 06:20:12.367890 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8162 | 2024.08.18 06:20:12.367931 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8163 | 2024.08.18 06:20:12.368054 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8164 | 2024.08.18 06:20:12.368367 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8165 | 2024.08.18 06:20:12.368403 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8166 | 2024.08.18 06:20:12.368708 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8167 | 2024.08.18 06:20:12.369000 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8168 | 2024.08.18 06:20:12.369152 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001303 sec., 57559.47812739832 rows/sec., 4.50 MiB/sec. | ||
8169 | 2024.08.18 06:20:12.369309 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Debug> DynamicQueryHandler: Done processing query | ||
8170 | 2024.08.18 06:20:12.369332 [ 3 ] {f66ba818-27d6-4546-bc75-e329dafee959} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8171 | 2024.08.18 06:20:12.369348 [ 3 ] {} <Debug> HTTP-Session: 3489b10b-b641-4a72-bfdf-d16f6cae8cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.08.18 06:20:12.369516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8173 | 2024.08.18 06:20:12.369562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8174 | 2024.08.18 06:20:12.369581 [ 3 ] {} <Debug> HTTP-Session: 74f96574-4fdb-426d-9c56-a15b0d794dac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8175 | 2024.08.18 06:20:12.369597 [ 3 ] {} <Debug> HTTP-Session: 74f96574-4fdb-426d-9c56-a15b0d794dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8176 | 2024.08.18 06:20:12.369610 [ 3 ] {} <Debug> HTTP-Session: 74f96574-4fdb-426d-9c56-a15b0d794dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8177 | 2024.08.18 06:20:12.369640 [ 3 ] {} <Trace> HTTP-Session: 74f96574-4fdb-426d-9c56-a15b0d794dac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8178 | 2024.08.18 06:20:12.369783 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8179 | 2024.08.18 06:20:12.369829 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8180 | 2024.08.18 06:20:12.369972 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8181 | 2024.08.18 06:20:12.370373 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8182 | 2024.08.18 06:20:12.370409 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8183 | 2024.08.18 06:20:12.370790 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8184 | 2024.08.18 06:20:12.371117 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8185 | 2024.08.18 06:20:12.371268 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001548 sec., 104005.16795865634 rows/sec., 7.24 MiB/sec. | ||
8186 | 2024.08.18 06:20:12.371454 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Debug> DynamicQueryHandler: Done processing query | ||
8187 | 2024.08.18 06:20:12.371479 [ 3 ] {2a237137-7b35-4a47-8c47-3ae6edb687c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8188 | 2024.08.18 06:20:12.371495 [ 3 ] {} <Debug> HTTP-Session: 74f96574-4fdb-426d-9c56-a15b0d794dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.08.18 06:20:12.371661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8190 | 2024.08.18 06:20:12.371709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8191 | 2024.08.18 06:20:12.371727 [ 3 ] {} <Debug> HTTP-Session: 12c57642-82ee-4991-8fd1-3d4f800e71a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8192 | 2024.08.18 06:20:12.371744 [ 3 ] {} <Debug> HTTP-Session: 12c57642-82ee-4991-8fd1-3d4f800e71a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8193 | 2024.08.18 06:20:12.371757 [ 3 ] {} <Debug> HTTP-Session: 12c57642-82ee-4991-8fd1-3d4f800e71a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8194 | 2024.08.18 06:20:12.371787 [ 3 ] {} <Trace> HTTP-Session: 12c57642-82ee-4991-8fd1-3d4f800e71a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8195 | 2024.08.18 06:20:12.371947 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8196 | 2024.08.18 06:20:12.372012 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <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 | ||
8197 | 2024.08.18 06:20:12.372416 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8198 | 2024.08.18 06:20:12.372966 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8199 | 2024.08.18 06:20:12.373002 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8200 | 2024.08.18 06:20:12.373570 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8201 | 2024.08.18 06:20:12.373968 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8202 | 2024.08.18 06:20:12.374169 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002301 sec., 3911.3428943937415 rows/sec., 7.01 MiB/sec. | ||
8203 | 2024.08.18 06:20:12.374823 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Debug> DynamicQueryHandler: Done processing query | ||
8204 | 2024.08.18 06:20:12.374849 [ 3 ] {b69d0a68-4266-4595-86f6-236ba16665cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8205 | 2024.08.18 06:20:12.374865 [ 3 ] {} <Debug> HTTP-Session: 12c57642-82ee-4991-8fd1-3d4f800e71a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8206 | 2024.08.18 06:20:12.375021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8207 | 2024.08.18 06:20:12.375069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8208 | 2024.08.18 06:20:12.375088 [ 3 ] {} <Debug> HTTP-Session: f1f96b22-657c-4e5a-87ae-e7db35f1efbe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8209 | 2024.08.18 06:20:12.375104 [ 3 ] {} <Debug> HTTP-Session: f1f96b22-657c-4e5a-87ae-e7db35f1efbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8210 | 2024.08.18 06:20:12.375118 [ 3 ] {} <Debug> HTTP-Session: f1f96b22-657c-4e5a-87ae-e7db35f1efbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8211 | 2024.08.18 06:20:12.375149 [ 3 ] {} <Trace> HTTP-Session: f1f96b22-657c-4e5a-87ae-e7db35f1efbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8212 | 2024.08.18 06:20:12.375273 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8213 | 2024.08.18 06:20:12.375320 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8214 | 2024.08.18 06:20:12.375470 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8215 | 2024.08.18 06:20:12.375773 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8216 | 2024.08.18 06:20:12.375810 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8217 | 2024.08.18 06:20:12.376167 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8218 | 2024.08.18 06:20:12.376481 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8219 | 2024.08.18 06:20:12.376642 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
8220 | 2024.08.18 06:20:12.376798 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Debug> DynamicQueryHandler: Done processing query | ||
8221 | 2024.08.18 06:20:12.376821 [ 3 ] {fd11d8b5-1a30-4072-9b8c-d55946667d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8222 | 2024.08.18 06:20:12.376837 [ 3 ] {} <Debug> HTTP-Session: f1f96b22-657c-4e5a-87ae-e7db35f1efbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8223 | 2024.08.18 06:20:17.365184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8224 | 2024.08.18 06:20:17.365305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8225 | 2024.08.18 06:20:17.365330 [ 3 ] {} <Debug> HTTP-Session: adb7849b-ee38-4702-b0c0-b0a01127324c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8226 | 2024.08.18 06:20:17.365354 [ 3 ] {} <Debug> HTTP-Session: adb7849b-ee38-4702-b0c0-b0a01127324c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8227 | 2024.08.18 06:20:17.365369 [ 3 ] {} <Debug> HTTP-Session: adb7849b-ee38-4702-b0c0-b0a01127324c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8228 | 2024.08.18 06:20:17.365417 [ 3 ] {} <Trace> HTTP-Session: adb7849b-ee38-4702-b0c0-b0a01127324c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8229 | 2024.08.18 06:20:17.365595 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8230 | 2024.08.18 06:20:17.365661 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8231 | 2024.08.18 06:20:17.365851 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8232 | 2024.08.18 06:20:17.366255 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8233 | 2024.08.18 06:20:17.366296 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8234 | 2024.08.18 06:20:17.366648 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8235 | 2024.08.18 06:20:17.366969 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8236 | 2024.08.18 06:20:17.367145 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.19 MiB/sec. | ||
8237 | 2024.08.18 06:20:17.367175 [ 62 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8238 | 2024.08.18 06:20:17.367313 [ 62 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8239 | 2024.08.18 06:20:17.367371 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8240 | 2024.08.18 06:20:17.367412 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Debug> DynamicQueryHandler: Done processing query | ||
8241 | 2024.08.18 06:20:17.367476 [ 3 ] {d13c4e6a-e626-4229-be1d-231a452bb38a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8242 | 2024.08.18 06:20:17.367517 [ 3 ] {} <Debug> HTTP-Session: adb7849b-ee38-4702-b0c0-b0a01127324c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8243 | 2024.08.18 06:20:17.367581 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
8244 | 2024.08.18 06:20:17.367721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8245 | 2024.08.18 06:20:17.367732 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8246 | 2024.08.18 06:20:17.367775 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 33 rows starting from the beginning of the part | ||
8247 | 2024.08.18 06:20:17.367780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8248 | 2024.08.18 06:20:17.367813 [ 3 ] {} <Debug> HTTP-Session: 82f37a23-9c0b-4769-bb84-e519a03f1754 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8249 | 2024.08.18 06:20:17.367844 [ 3 ] {} <Debug> HTTP-Session: 82f37a23-9c0b-4769-bb84-e519a03f1754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8250 | 2024.08.18 06:20:17.367870 [ 3 ] {} <Debug> HTTP-Session: 82f37a23-9c0b-4769-bb84-e519a03f1754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8251 | 2024.08.18 06:20:17.367919 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
8252 | 2024.08.18 06:20:17.367985 [ 3 ] {} <Trace> HTTP-Session: 82f37a23-9c0b-4769-bb84-e519a03f1754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8253 | 2024.08.18 06:20:17.368304 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
8254 | 2024.08.18 06:20:17.368447 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8255 | 2024.08.18 06:20:17.368529 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
8256 | 2024.08.18 06:20:17.368583 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8257 | 2024.08.18 06:20:17.368851 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
8258 | 2024.08.18 06:20:17.369219 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
8259 | 2024.08.18 06:20:17.369814 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8260 | 2024.08.18 06:20:17.370454 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8261 | 2024.08.18 06:20:17.370501 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8262 | 2024.08.18 06:20:17.370914 [ 187 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.003420715 sec., 35957.394872124685 rows/sec., 2.85 MiB/sec. | ||
8263 | 2024.08.18 06:20:17.371046 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8264 | 2024.08.18 06:20:17.371140 [ 187 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8265 | 2024.08.18 06:20:17.371774 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8266 | 2024.08.18 06:20:17.372068 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8267 | 2024.08.18 06:20:17.372086 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.003813 sec., 68450.03933910307 rows/sec., 5.99 MiB/sec. | ||
8268 | 2024.08.18 06:20:17.372366 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_31_6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8269 | 2024.08.18 06:20:17.372539 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Debug> DynamicQueryHandler: Done processing query | ||
8270 | 2024.08.18 06:20:17.372620 [ 3 ] {0938a6a1-27d4-4ad0-a569-6eb38e2b63e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
8271 | 2024.08.18 06:20:17.372647 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8272 | 2024.08.18 06:20:17.372710 [ 3 ] {} <Debug> HTTP-Session: 82f37a23-9c0b-4769-bb84-e519a03f1754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.08.18 06:20:17.372978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8274 | 2024.08.18 06:20:17.373028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8275 | 2024.08.18 06:20:17.373047 [ 3 ] {} <Debug> HTTP-Session: 273d6f4e-aa39-4402-a42b-a2376da3fdd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8276 | 2024.08.18 06:20:17.373063 [ 3 ] {} <Debug> HTTP-Session: 273d6f4e-aa39-4402-a42b-a2376da3fdd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8277 | 2024.08.18 06:20:17.373077 [ 3 ] {} <Debug> HTTP-Session: 273d6f4e-aa39-4402-a42b-a2376da3fdd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8278 | 2024.08.18 06:20:17.373109 [ 3 ] {} <Trace> HTTP-Session: 273d6f4e-aa39-4402-a42b-a2376da3fdd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8279 | 2024.08.18 06:20:17.373211 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8280 | 2024.08.18 06:20:17.373254 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8281 | 2024.08.18 06:20:17.373394 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8282 | 2024.08.18 06:20:17.373674 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8283 | 2024.08.18 06:20:17.373710 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8284 | 2024.08.18 06:20:17.374007 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8285 | 2024.08.18 06:20:17.374311 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8286 | 2024.08.18 06:20:17.374470 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00128 sec., 10937.5 rows/sec., 765.99 KiB/sec. | ||
8287 | 2024.08.18 06:20:17.374669 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Debug> DynamicQueryHandler: Done processing query | ||
8288 | 2024.08.18 06:20:17.374694 [ 3 ] {f17cbd34-42c8-4404-aeef-160f115c462b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8289 | 2024.08.18 06:20:17.374709 [ 3 ] {} <Debug> HTTP-Session: 273d6f4e-aa39-4402-a42b-a2376da3fdd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.08.18 06:20:17.374830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8291 | 2024.08.18 06:20:17.374876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8292 | 2024.08.18 06:20:17.374895 [ 3 ] {} <Debug> HTTP-Session: 18bae43a-6823-47cf-b7d5-a37b8d55f694 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8293 | 2024.08.18 06:20:17.374911 [ 3 ] {} <Debug> HTTP-Session: 18bae43a-6823-47cf-b7d5-a37b8d55f694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8294 | 2024.08.18 06:20:17.374925 [ 3 ] {} <Debug> HTTP-Session: 18bae43a-6823-47cf-b7d5-a37b8d55f694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.08.18 06:20:17.374955 [ 3 ] {} <Trace> HTTP-Session: 18bae43a-6823-47cf-b7d5-a37b8d55f694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8296 | 2024.08.18 06:20:17.375048 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8297 | 2024.08.18 06:20:17.375089 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8298 | 2024.08.18 06:20:17.375213 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8299 | 2024.08.18 06:20:17.375478 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8300 | 2024.08.18 06:20:17.375513 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8301 | 2024.08.18 06:20:17.375802 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8302 | 2024.08.18 06:20:17.376094 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8303 | 2024.08.18 06:20:17.376248 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001224 sec., 4901.9607843137255 rows/sec., 289.62 KiB/sec. | ||
8304 | 2024.08.18 06:20:17.376403 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Debug> DynamicQueryHandler: Done processing query | ||
8305 | 2024.08.18 06:20:17.376426 [ 3 ] {c0dd5024-e875-405f-a98b-394d8f52cf59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8306 | 2024.08.18 06:20:17.376441 [ 3 ] {} <Debug> HTTP-Session: 18bae43a-6823-47cf-b7d5-a37b8d55f694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.08.18 06:20:17.376607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8308 | 2024.08.18 06:20:17.376653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8309 | 2024.08.18 06:20:17.376671 [ 3 ] {} <Debug> HTTP-Session: c54f70d6-b594-491f-918c-e52a3bdd2029 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8310 | 2024.08.18 06:20:17.376687 [ 3 ] {} <Debug> HTTP-Session: c54f70d6-b594-491f-918c-e52a3bdd2029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8311 | 2024.08.18 06:20:17.376700 [ 3 ] {} <Debug> HTTP-Session: c54f70d6-b594-491f-918c-e52a3bdd2029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.08.18 06:20:17.376729 [ 3 ] {} <Trace> HTTP-Session: c54f70d6-b594-491f-918c-e52a3bdd2029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8313 | 2024.08.18 06:20:17.376945 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8314 | 2024.08.18 06:20:17.376988 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8315 | 2024.08.18 06:20:17.377111 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8316 | 2024.08.18 06:20:17.377645 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8317 | 2024.08.18 06:20:17.377682 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8318 | 2024.08.18 06:20:17.377999 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8319 | 2024.08.18 06:20:17.378298 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8320 | 2024.08.18 06:20:17.378464 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001634 sec., 248470.01223990208 rows/sec., 17.69 MiB/sec. | ||
8321 | 2024.08.18 06:20:17.378635 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Debug> DynamicQueryHandler: Done processing query | ||
8322 | 2024.08.18 06:20:17.378658 [ 3 ] {68b2b1b0-ae9e-4ec6-83e0-05e5dcd4e542} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8323 | 2024.08.18 06:20:17.378673 [ 3 ] {} <Debug> HTTP-Session: c54f70d6-b594-491f-918c-e52a3bdd2029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8324 | 2024.08.18 06:20:17.378833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8325 | 2024.08.18 06:20:17.378879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8326 | 2024.08.18 06:20:17.378898 [ 3 ] {} <Debug> HTTP-Session: 56f303f0-9a29-4b3c-827a-18d86ff52075 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8327 | 2024.08.18 06:20:17.378914 [ 3 ] {} <Debug> HTTP-Session: 56f303f0-9a29-4b3c-827a-18d86ff52075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8328 | 2024.08.18 06:20:17.378927 [ 3 ] {} <Debug> HTTP-Session: 56f303f0-9a29-4b3c-827a-18d86ff52075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.08.18 06:20:17.378957 [ 3 ] {} <Trace> HTTP-Session: 56f303f0-9a29-4b3c-827a-18d86ff52075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8330 | 2024.08.18 06:20:17.379051 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8331 | 2024.08.18 06:20:17.379094 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8332 | 2024.08.18 06:20:17.379220 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8333 | 2024.08.18 06:20:17.379468 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8334 | 2024.08.18 06:20:17.379504 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8335 | 2024.08.18 06:20:17.379849 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8336 | 2024.08.18 06:20:17.380156 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8337 | 2024.08.18 06:20:17.380308 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 245.86 KiB/sec. | ||
8338 | 2024.08.18 06:20:17.380468 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Debug> DynamicQueryHandler: Done processing query | ||
8339 | 2024.08.18 06:20:17.380492 [ 3 ] {7da55929-8fbc-4218-bd06-c989b8dda78b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8340 | 2024.08.18 06:20:17.380507 [ 3 ] {} <Debug> HTTP-Session: 56f303f0-9a29-4b3c-827a-18d86ff52075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.08.18 06:20:17.380678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8342 | 2024.08.18 06:20:17.380724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8343 | 2024.08.18 06:20:17.380742 [ 3 ] {} <Debug> HTTP-Session: f5fd330a-654f-4c2c-940b-0731edfd9f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8344 | 2024.08.18 06:20:17.380758 [ 3 ] {} <Debug> HTTP-Session: f5fd330a-654f-4c2c-940b-0731edfd9f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8345 | 2024.08.18 06:20:17.380772 [ 3 ] {} <Debug> HTTP-Session: f5fd330a-654f-4c2c-940b-0731edfd9f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.08.18 06:20:17.380802 [ 3 ] {} <Trace> HTTP-Session: f5fd330a-654f-4c2c-940b-0731edfd9f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8347 | 2024.08.18 06:20:17.380993 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8348 | 2024.08.18 06:20:17.381039 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8349 | 2024.08.18 06:20:17.381180 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8350 | 2024.08.18 06:20:17.381659 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8351 | 2024.08.18 06:20:17.381696 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8352 | 2024.08.18 06:20:17.382071 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8353 | 2024.08.18 06:20:17.382392 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8354 | 2024.08.18 06:20:17.382572 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001674 sec., 141577.06093189964 rows/sec., 9.49 MiB/sec. | ||
8355 | 2024.08.18 06:20:17.382756 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Debug> DynamicQueryHandler: Done processing query | ||
8356 | 2024.08.18 06:20:17.382780 [ 3 ] {fe338ac7-322a-4a96-9d5e-49390b7d925b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8357 | 2024.08.18 06:20:17.382796 [ 3 ] {} <Debug> HTTP-Session: f5fd330a-654f-4c2c-940b-0731edfd9f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8358 | 2024.08.18 06:20:17.382944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8359 | 2024.08.18 06:20:17.382992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8360 | 2024.08.18 06:20:17.383011 [ 3 ] {} <Debug> HTTP-Session: 06993109-83c4-4601-beeb-50ee61b0e35b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8361 | 2024.08.18 06:20:17.383028 [ 3 ] {} <Debug> HTTP-Session: 06993109-83c4-4601-beeb-50ee61b0e35b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.08.18 06:20:17.383041 [ 3 ] {} <Debug> HTTP-Session: 06993109-83c4-4601-beeb-50ee61b0e35b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.08.18 06:20:17.383071 [ 3 ] {} <Trace> HTTP-Session: 06993109-83c4-4601-beeb-50ee61b0e35b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8364 | 2024.08.18 06:20:17.383163 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8365 | 2024.08.18 06:20:17.383207 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8366 | 2024.08.18 06:20:17.383333 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8367 | 2024.08.18 06:20:17.383599 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8368 | 2024.08.18 06:20:17.383636 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8369 | 2024.08.18 06:20:17.383972 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8370 | 2024.08.18 06:20:17.384298 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8371 | 2024.08.18 06:20:17.384465 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
8372 | 2024.08.18 06:20:17.384776 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Debug> DynamicQueryHandler: Done processing query | ||
8373 | 2024.08.18 06:20:17.384801 [ 3 ] {8a04c4fd-cddf-46fa-ba65-4dfa5aae63bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8374 | 2024.08.18 06:20:17.384817 [ 3 ] {} <Debug> HTTP-Session: 06993109-83c4-4601-beeb-50ee61b0e35b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8375 | 2024.08.18 06:20:17.384951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8376 | 2024.08.18 06:20:17.384998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8377 | 2024.08.18 06:20:17.385017 [ 3 ] {} <Debug> HTTP-Session: d1e82d13-f050-4d7a-a2f4-ffc3d52fdcd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8378 | 2024.08.18 06:20:17.385033 [ 3 ] {} <Debug> HTTP-Session: d1e82d13-f050-4d7a-a2f4-ffc3d52fdcd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8379 | 2024.08.18 06:20:17.385047 [ 3 ] {} <Debug> HTTP-Session: d1e82d13-f050-4d7a-a2f4-ffc3d52fdcd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8380 | 2024.08.18 06:20:17.385077 [ 3 ] {} <Trace> HTTP-Session: d1e82d13-f050-4d7a-a2f4-ffc3d52fdcd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8381 | 2024.08.18 06:20:17.385331 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8382 | 2024.08.18 06:20:17.385401 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <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 | ||
8383 | 2024.08.18 06:20:17.385816 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8384 | 2024.08.18 06:20:17.386539 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8385 | 2024.08.18 06:20:17.386576 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8386 | 2024.08.18 06:20:17.387163 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8387 | 2024.08.18 06:20:17.387557 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8388 | 2024.08.18 06:20:17.387764 [ 62 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8389 | 2024.08.18 06:20:17.387781 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002611 sec., 9191.880505553429 rows/sec., 16.47 MiB/sec. | ||
8390 | 2024.08.18 06:20:17.387852 [ 62 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8391 | 2024.08.18 06:20:17.387951 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8392 | 2024.08.18 06:20:17.388284 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
8393 | 2024.08.18 06:20:17.388351 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Debug> DynamicQueryHandler: Done processing query | ||
8394 | 2024.08.18 06:20:17.388397 [ 3 ] {63584109-d255-4547-8117-33b63d83be7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8395 | 2024.08.18 06:20:17.388429 [ 3 ] {} <Debug> HTTP-Session: d1e82d13-f050-4d7a-a2f4-ffc3d52fdcd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8396 | 2024.08.18 06:20:17.388633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8397 | 2024.08.18 06:20:17.388753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8398 | 2024.08.18 06:20:17.388807 [ 3 ] {} <Debug> HTTP-Session: 591d84a9-e048-4427-ba37-3bdb2e7ecad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8399 | 2024.08.18 06:20:17.388855 [ 3 ] {} <Debug> HTTP-Session: 591d84a9-e048-4427-ba37-3bdb2e7ecad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.08.18 06:20:17.388897 [ 3 ] {} <Debug> HTTP-Session: 591d84a9-e048-4427-ba37-3bdb2e7ecad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8401 | 2024.08.18 06:20:17.388994 [ 3 ] {} <Trace> HTTP-Session: 591d84a9-e048-4427-ba37-3bdb2e7ecad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8402 | 2024.08.18 06:20:17.389057 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8403 | 2024.08.18 06:20:17.389215 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 444 rows starting from the beginning of the part | ||
8404 | 2024.08.18 06:20:17.389258 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8405 | 2024.08.18 06:20:17.389372 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8406 | 2024.08.18 06:20:17.389931 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
8407 | 2024.08.18 06:20:17.390146 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8408 | 2024.08.18 06:20:17.390579 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
8409 | 2024.08.18 06:20:17.391191 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
8410 | 2024.08.18 06:20:17.391365 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8411 | 2024.08.18 06:20:17.391459 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8412 | 2024.08.18 06:20:17.391826 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
8413 | 2024.08.18 06:20:17.392457 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
8414 | 2024.08.18 06:20:17.392671 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8415 | 2024.08.18 06:20:17.393616 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8416 | 2024.08.18 06:20:17.393942 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004761 sec., 17223.272421760135 rows/sec., 1.09 MiB/sec. | ||
8417 | 2024.08.18 06:20:17.394562 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Debug> DynamicQueryHandler: Done processing query | ||
8418 | 2024.08.18 06:20:17.394641 [ 3 ] {d0fec67d-0940-4bf2-8420-54b20dd49463} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8419 | 2024.08.18 06:20:17.394723 [ 3 ] {} <Debug> HTTP-Session: 591d84a9-e048-4427-ba37-3bdb2e7ecad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8420 | 2024.08.18 06:20:17.406825 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 19 columns (19 merged, 0 gathered) in 0.018708499 sec., 28543.17708758998 rows/sec., 51.15 MiB/sec. | ||
8421 | 2024.08.18 06:20:17.407527 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8422 | 2024.08.18 06:20:17.408263 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8423 | 2024.08.18 06:20:17.408357 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8424 | 2024.08.18 06:20:17.408515 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
8425 | 2024.08.18 06:20:22.359763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8426 | 2024.08.18 06:20:22.359954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8427 | 2024.08.18 06:20:22.360001 [ 3 ] {} <Debug> HTTP-Session: 566487f0-4e28-4e80-b270-d70eab8820f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8428 | 2024.08.18 06:20:22.360043 [ 3 ] {} <Debug> HTTP-Session: 566487f0-4e28-4e80-b270-d70eab8820f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8429 | 2024.08.18 06:20:22.360072 [ 3 ] {} <Debug> HTTP-Session: 566487f0-4e28-4e80-b270-d70eab8820f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8430 | 2024.08.18 06:20:22.360154 [ 3 ] {} <Trace> HTTP-Session: 566487f0-4e28-4e80-b270-d70eab8820f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8431 | 2024.08.18 06:20:22.360383 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8432 | 2024.08.18 06:20:22.360448 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8433 | 2024.08.18 06:20:22.360635 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8434 | 2024.08.18 06:20:22.361202 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8435 | 2024.08.18 06:20:22.361254 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8436 | 2024.08.18 06:20:22.361670 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8437 | 2024.08.18 06:20:22.362008 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8438 | 2024.08.18 06:20:22.362209 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001876 sec., 4797.441364605544 rows/sec., 388.86 KiB/sec. | ||
8439 | 2024.08.18 06:20:22.362508 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Debug> DynamicQueryHandler: Done processing query | ||
8440 | 2024.08.18 06:20:22.362541 [ 3 ] {d9dbece2-ad2c-4e6c-94fa-35e3ef941a19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8441 | 2024.08.18 06:20:22.362562 [ 3 ] {} <Debug> HTTP-Session: 566487f0-4e28-4e80-b270-d70eab8820f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8442 | 2024.08.18 06:20:22.362786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8443 | 2024.08.18 06:20:22.362842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8444 | 2024.08.18 06:20:22.362864 [ 3 ] {} <Debug> HTTP-Session: a3e94175-49b0-4887-b0ca-766b10ef6fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8445 | 2024.08.18 06:20:22.362883 [ 3 ] {} <Debug> HTTP-Session: a3e94175-49b0-4887-b0ca-766b10ef6fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8446 | 2024.08.18 06:20:22.362897 [ 3 ] {} <Debug> HTTP-Session: a3e94175-49b0-4887-b0ca-766b10ef6fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8447 | 2024.08.18 06:20:22.362932 [ 3 ] {} <Trace> HTTP-Session: a3e94175-49b0-4887-b0ca-766b10ef6fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8448 | 2024.08.18 06:20:22.363065 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8449 | 2024.08.18 06:20:22.363112 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8450 | 2024.08.18 06:20:22.363242 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8451 | 2024.08.18 06:20:22.363610 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8452 | 2024.08.18 06:20:22.363649 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8453 | 2024.08.18 06:20:22.363970 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8454 | 2024.08.18 06:20:22.364285 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8455 | 2024.08.18 06:20:22.364453 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001431 sec., 58001.397624039135 rows/sec., 4.63 MiB/sec. | ||
8456 | 2024.08.18 06:20:22.364461 [ 55 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8457 | 2024.08.18 06:20:22.364566 [ 55 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8458 | 2024.08.18 06:20:22.364606 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8459 | 2024.08.18 06:20:22.364697 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Debug> DynamicQueryHandler: Done processing query | ||
8460 | 2024.08.18 06:20:22.364756 [ 3 ] {da98dd59-917c-4e2b-bca6-12f5c4ead91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8461 | 2024.08.18 06:20:22.364787 [ 3 ] {} <Debug> HTTP-Session: a3e94175-49b0-4887-b0ca-766b10ef6fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8462 | 2024.08.18 06:20:22.364795 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
8463 | 2024.08.18 06:20:22.364982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8464 | 2024.08.18 06:20:22.365035 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8465 | 2024.08.18 06:20:22.365098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8466 | 2024.08.18 06:20:22.365107 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part | ||
8467 | 2024.08.18 06:20:22.365140 [ 3 ] {} <Debug> HTTP-Session: e7f57082-41f9-4cc3-a929-343294dd01a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8468 | 2024.08.18 06:20:22.365178 [ 3 ] {} <Debug> HTTP-Session: e7f57082-41f9-4cc3-a929-343294dd01a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8469 | 2024.08.18 06:20:22.365225 [ 3 ] {} <Debug> HTTP-Session: e7f57082-41f9-4cc3-a929-343294dd01a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8470 | 2024.08.18 06:20:22.365345 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1405 rows starting from the beginning of the part | ||
8471 | 2024.08.18 06:20:22.365356 [ 3 ] {} <Trace> HTTP-Session: e7f57082-41f9-4cc3-a929-343294dd01a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8472 | 2024.08.18 06:20:22.365501 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
8473 | 2024.08.18 06:20:22.365731 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8474 | 2024.08.18 06:20:22.365842 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 84 rows starting from the beginning of the part | ||
8475 | 2024.08.18 06:20:22.365867 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8476 | 2024.08.18 06:20:22.366164 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 261 rows starting from the beginning of the part | ||
8477 | 2024.08.18 06:20:22.366536 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 83 rows starting from the beginning of the part | ||
8478 | 2024.08.18 06:20:22.367269 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8479 | 2024.08.18 06:20:22.368023 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8480 | 2024.08.18 06:20:22.368091 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8481 | 2024.08.18 06:20:22.368877 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8482 | 2024.08.18 06:20:22.369322 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8483 | 2024.08.18 06:20:22.369508 [ 55 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8484 | 2024.08.18 06:20:22.369543 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003981 sec., 18337.10123084652 rows/sec., 1.43 MiB/sec. | ||
8485 | 2024.08.18 06:20:22.369570 [ 55 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8486 | 2024.08.18 06:20:22.369635 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8487 | 2024.08.18 06:20:22.370155 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
8488 | 2024.08.18 06:20:22.370203 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Debug> DynamicQueryHandler: Done processing query | ||
8489 | 2024.08.18 06:20:22.370257 [ 3 ] {0f0e1659-e0e1-4b50-b863-a4421c96142a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8490 | 2024.08.18 06:20:22.370315 [ 3 ] {} <Debug> HTTP-Session: e7f57082-41f9-4cc3-a929-343294dd01a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8491 | 2024.08.18 06:20:22.370336 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3295 rows, containing 4 columns (4 merged, 0 gathered) in 0.005631095 sec., 585143.7420253077 rows/sec., 48.78 MiB/sec. | ||
8492 | 2024.08.18 06:20:22.370457 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8493 | 2024.08.18 06:20:22.370506 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
8494 | 2024.08.18 06:20:22.370526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8495 | 2024.08.18 06:20:22.370720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8496 | 2024.08.18 06:20:22.370803 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 870 rows starting from the beginning of the part | ||
8497 | 2024.08.18 06:20:22.370833 [ 3 ] {} <Debug> HTTP-Session: cbac44ef-ed45-4dbd-9309-9704f53cb485 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8498 | 2024.08.18 06:20:22.370833 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8499 | 2024.08.18 06:20:22.370906 [ 3 ] {} <Debug> HTTP-Session: cbac44ef-ed45-4dbd-9309-9704f53cb485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8500 | 2024.08.18 06:20:22.371010 [ 3 ] {} <Debug> HTTP-Session: cbac44ef-ed45-4dbd-9309-9704f53cb485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.08.18 06:20:22.371166 [ 3 ] {} <Trace> HTTP-Session: cbac44ef-ed45-4dbd-9309-9704f53cb485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8502 | 2024.08.18 06:20:22.371190 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part | ||
8503 | 2024.08.18 06:20:22.371451 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 75 rows starting from the beginning of the part | ||
8504 | 2024.08.18 06:20:22.371728 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8505 | 2024.08.18 06:20:22.371951 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 406 rows starting from the beginning of the part | ||
8506 | 2024.08.18 06:20:22.372056 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8507 | 2024.08.18 06:20:22.372336 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part | ||
8508 | 2024.08.18 06:20:22.373619 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8509 | 2024.08.18 06:20:22.374242 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8510 | 2024.08.18 06:20:22.374770 [ 190 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_46_9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8511 | 2024.08.18 06:20:22.375065 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8512 | 2024.08.18 06:20:22.375173 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8513 | 2024.08.18 06:20:22.375202 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
8514 | 2024.08.18 06:20:22.376077 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8515 | 2024.08.18 06:20:22.376456 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2357 rows, containing 4 columns (4 merged, 0 gathered) in 0.006687035 sec., 352473.1065412399 rows/sec., 25.64 MiB/sec. | ||
8516 | 2024.08.18 06:20:22.376699 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8517 | 2024.08.18 06:20:22.376839 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8518 | 2024.08.18 06:20:22.377178 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8519 | 2024.08.18 06:20:22.377300 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8520 | 2024.08.18 06:20:22.377300 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005875 sec., 27234.042553191488 rows/sec., 1.90 MiB/sec. | ||
8521 | 2024.08.18 06:20:22.377349 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8522 | 2024.08.18 06:20:22.377764 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8523 | 2024.08.18 06:20:22.377895 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
8524 | 2024.08.18 06:20:22.377921 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Debug> DynamicQueryHandler: Done processing query | ||
8525 | 2024.08.18 06:20:22.377986 [ 3 ] {78569025-ac1d-44d1-a9b2-956f54713c43} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8526 | 2024.08.18 06:20:22.378017 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_46_9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8527 | 2024.08.18 06:20:22.378039 [ 3 ] {} <Debug> HTTP-Session: cbac44ef-ed45-4dbd-9309-9704f53cb485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.08.18 06:20:22.378255 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
8529 | 2024.08.18 06:20:22.378300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8530 | 2024.08.18 06:20:22.378447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8531 | 2024.08.18 06:20:22.378447 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8532 | 2024.08.18 06:20:22.378479 [ 3 ] {} <Debug> HTTP-Session: ce41d143-27e8-481f-9845-fc27794376dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8533 | 2024.08.18 06:20:22.378532 [ 3 ] {} <Debug> HTTP-Session: ce41d143-27e8-481f-9845-fc27794376dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8534 | 2024.08.18 06:20:22.378533 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11661 rows starting from the beginning of the part | ||
8535 | 2024.08.18 06:20:22.378557 [ 3 ] {} <Debug> HTTP-Session: ce41d143-27e8-481f-9845-fc27794376dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.08.18 06:20:22.378634 [ 3 ] {} <Trace> HTTP-Session: ce41d143-27e8-481f-9845-fc27794376dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8537 | 2024.08.18 06:20:22.378871 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 905 rows starting from the beginning of the part | ||
8538 | 2024.08.18 06:20:22.379051 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
8539 | 2024.08.18 06:20:22.379162 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8540 | 2024.08.18 06:20:22.379396 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
8541 | 2024.08.18 06:20:22.379604 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <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 | ||
8542 | 2024.08.18 06:20:22.379716 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
8543 | 2024.08.18 06:20:22.380184 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
8544 | 2024.08.18 06:20:22.381900 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8545 | 2024.08.18 06:20:22.382949 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8546 | 2024.08.18 06:20:22.383023 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8547 | 2024.08.18 06:20:22.384745 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8548 | 2024.08.18 06:20:22.385562 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8549 | 2024.08.18 06:20:22.385798 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006927 sec., 1299.26375054136 rows/sec., 2.33 MiB/sec. | ||
8550 | 2024.08.18 06:20:22.386156 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Debug> DynamicQueryHandler: Done processing query | ||
8551 | 2024.08.18 06:20:22.386181 [ 3 ] {c7642bef-4cdc-456f-9d13-98a89e98469d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8552 | 2024.08.18 06:20:22.386198 [ 3 ] {} <Debug> HTTP-Session: ce41d143-27e8-481f-9845-fc27794376dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8553 | 2024.08.18 06:20:22.386338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8554 | 2024.08.18 06:20:22.386403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8555 | 2024.08.18 06:20:22.386423 [ 3 ] {} <Debug> HTTP-Session: fa5d244e-918d-4767-affa-87abd31b45f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8556 | 2024.08.18 06:20:22.386440 [ 3 ] {} <Debug> HTTP-Session: fa5d244e-918d-4767-affa-87abd31b45f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8557 | 2024.08.18 06:20:22.386455 [ 3 ] {} <Debug> HTTP-Session: fa5d244e-918d-4767-affa-87abd31b45f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.08.18 06:20:22.386497 [ 3 ] {} <Trace> HTTP-Session: fa5d244e-918d-4767-affa-87abd31b45f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8559 | 2024.08.18 06:20:22.386702 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8560 | 2024.08.18 06:20:22.386839 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8561 | 2024.08.18 06:20:22.387129 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13144 rows, containing 5 columns (5 merged, 0 gathered) in 0.009538849 sec., 1377944.026580146 rows/sec., 93.11 MiB/sec. | ||
8562 | 2024.08.18 06:20:22.387269 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8563 | 2024.08.18 06:20:22.387482 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8564 | 2024.08.18 06:20:22.387868 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2024.08.18 06:20:22.387957 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8566 | 2024.08.18 06:20:22.388484 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8567 | 2024.08.18 06:20:22.388674 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8568 | 2024.08.18 06:20:22.388827 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
8569 | 2024.08.18 06:20:22.388887 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8570 | 2024.08.18 06:20:22.389241 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8571 | 2024.08.18 06:20:22.389414 [ 54 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8572 | 2024.08.18 06:20:22.389422 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002799 sec., 21436.227224008577 rows/sec., 1.44 MiB/sec. | ||
8573 | 2024.08.18 06:20:22.389471 [ 54 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2024.08.18 06:20:22.389542 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8575 | 2024.08.18 06:20:22.389736 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
8576 | 2024.08.18 06:20:22.389753 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Debug> DynamicQueryHandler: Done processing query | ||
8577 | 2024.08.18 06:20:22.389797 [ 3 ] {e0c590fc-b853-4130-b991-496fc62748ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8578 | 2024.08.18 06:20:22.389835 [ 3 ] {} <Debug> HTTP-Session: fa5d244e-918d-4767-affa-87abd31b45f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.08.18 06:20:22.389953 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8580 | 2024.08.18 06:20:22.389988 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2492 rows starting from the beginning of the part | ||
8581 | 2024.08.18 06:20:22.390050 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part | ||
8582 | 2024.08.18 06:20:22.390272 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
8583 | 2024.08.18 06:20:22.390376 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
8584 | 2024.08.18 06:20:22.390580 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
8585 | 2024.08.18 06:20:22.390643 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
8586 | 2024.08.18 06:20:22.392224 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 4 columns (4 merged, 0 gathered) in 0.002571558 sec., 1079501.2206607824 rows/sec., 70.39 MiB/sec. | ||
8587 | 2024.08.18 06:20:22.392488 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8588 | 2024.08.18 06:20:22.392911 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8589 | 2024.08.18 06:20:22.392997 [ 191 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_46_9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8590 | 2024.08.18 06:20:22.393078 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8591 | 2024.08.18 06:20:23.660859 [ 53 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
8592 | 2024.08.18 06:20:23.660956 [ 53 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8593 | 2024.08.18 06:20:23.660998 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8594 | 2024.08.18 06:20:23.661333 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
8595 | 2024.08.18 06:20:23.661665 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8596 | 2024.08.18 06:20:23.661731 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
8597 | 2024.08.18 06:20:23.661881 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
8598 | 2024.08.18 06:20:23.662105 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
8599 | 2024.08.18 06:20:23.662364 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
8600 | 2024.08.18 06:20:23.662463 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
8601 | 2024.08.18 06:20:23.663521 [ 197 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002408295 sec., 13287.408726920914 rows/sec., 927.78 KiB/sec. | ||
8602 | 2024.08.18 06:20:23.663779 [ 197 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
8603 | 2024.08.18 06:20:23.664414 [ 197 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8604 | 2024.08.18 06:20:23.664501 [ 197 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_10_2} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
8605 | 2024.08.18 06:20:23.664601 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8606 | 2024.08.18 06:20:23.802109 [ 53 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
8607 | 2024.08.18 06:20:23.802175 [ 53 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8608 | 2024.08.18 06:20:23.802213 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8609 | 2024.08.18 06:20:23.802536 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
8610 | 2024.08.18 06:20:23.802822 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8611 | 2024.08.18 06:20:23.802878 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
8612 | 2024.08.18 06:20:23.803035 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
8613 | 2024.08.18 06:20:23.803248 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
8614 | 2024.08.18 06:20:23.803433 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
8615 | 2024.08.18 06:20:23.803565 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
8616 | 2024.08.18 06:20:23.804398 [ 191 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002064559 sec., 15499.678139496134 rows/sec., 1.23 MiB/sec. | ||
8617 | 2024.08.18 06:20:23.804536 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
8618 | 2024.08.18 06:20:23.804878 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2024.08.18 06:20:23.804956 [ 200 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_10_2} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
8620 | 2024.08.18 06:20:23.805030 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8621 | 2024.08.18 06:20:25.225358 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8622 | 2024.08.18 06:20:25.225438 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8623 | 2024.08.18 06:20:27.364189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8624 | 2024.08.18 06:20:27.364330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8625 | 2024.08.18 06:20:27.364361 [ 3 ] {} <Debug> HTTP-Session: f64bfd2b-ad48-4834-abd9-2022fa60cc5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8626 | 2024.08.18 06:20:27.364387 [ 3 ] {} <Debug> HTTP-Session: f64bfd2b-ad48-4834-abd9-2022fa60cc5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.08.18 06:20:27.364402 [ 3 ] {} <Debug> HTTP-Session: f64bfd2b-ad48-4834-abd9-2022fa60cc5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8628 | 2024.08.18 06:20:27.364451 [ 3 ] {} <Trace> HTTP-Session: f64bfd2b-ad48-4834-abd9-2022fa60cc5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8629 | 2024.08.18 06:20:27.364644 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8630 | 2024.08.18 06:20:27.364714 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8631 | 2024.08.18 06:20:27.364905 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8632 | 2024.08.18 06:20:27.365362 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8633 | 2024.08.18 06:20:27.365406 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8634 | 2024.08.18 06:20:27.365772 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8635 | 2024.08.18 06:20:27.366110 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2024.08.18 06:20:27.366276 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001684 sec., 14251.781472684086 rows/sec., 1.13 MiB/sec. | ||
8637 | 2024.08.18 06:20:27.366478 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Debug> DynamicQueryHandler: Done processing query | ||
8638 | 2024.08.18 06:20:27.366504 [ 3 ] {525b5b4d-40eb-474b-8609-add0bced2fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8639 | 2024.08.18 06:20:27.366520 [ 3 ] {} <Debug> HTTP-Session: f64bfd2b-ad48-4834-abd9-2022fa60cc5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.08.18 06:20:27.366685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8641 | 2024.08.18 06:20:27.366735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8642 | 2024.08.18 06:20:27.366754 [ 3 ] {} <Debug> HTTP-Session: d698dd72-b972-449d-a7f8-ef19a4d770c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8643 | 2024.08.18 06:20:27.366770 [ 3 ] {} <Debug> HTTP-Session: d698dd72-b972-449d-a7f8-ef19a4d770c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8644 | 2024.08.18 06:20:27.366784 [ 3 ] {} <Debug> HTTP-Session: d698dd72-b972-449d-a7f8-ef19a4d770c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8645 | 2024.08.18 06:20:27.366815 [ 3 ] {} <Trace> HTTP-Session: d698dd72-b972-449d-a7f8-ef19a4d770c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8646 | 2024.08.18 06:20:27.366907 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8647 | 2024.08.18 06:20:27.366950 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8648 | 2024.08.18 06:20:27.367082 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8649 | 2024.08.18 06:20:27.367392 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8650 | 2024.08.18 06:20:27.367429 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8651 | 2024.08.18 06:20:27.367727 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8652 | 2024.08.18 06:20:27.368030 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8653 | 2024.08.18 06:20:27.368196 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 124.97 KiB/sec. | ||
8654 | 2024.08.18 06:20:27.368511 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Debug> DynamicQueryHandler: Done processing query | ||
8655 | 2024.08.18 06:20:27.368536 [ 3 ] {5c52021d-3a51-451b-be5e-a4a7f16fc09c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8656 | 2024.08.18 06:20:27.368554 [ 3 ] {} <Debug> HTTP-Session: d698dd72-b972-449d-a7f8-ef19a4d770c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8657 | 2024.08.18 06:20:27.368712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8658 | 2024.08.18 06:20:27.368762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8659 | 2024.08.18 06:20:27.368781 [ 3 ] {} <Debug> HTTP-Session: f7de9d34-4349-43a2-99f5-42b061d602d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8660 | 2024.08.18 06:20:27.368798 [ 3 ] {} <Debug> HTTP-Session: f7de9d34-4349-43a2-99f5-42b061d602d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.08.18 06:20:27.368812 [ 3 ] {} <Debug> HTTP-Session: f7de9d34-4349-43a2-99f5-42b061d602d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8662 | 2024.08.18 06:20:27.368842 [ 3 ] {} <Trace> HTTP-Session: f7de9d34-4349-43a2-99f5-42b061d602d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8663 | 2024.08.18 06:20:27.369017 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8664 | 2024.08.18 06:20:27.369060 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8665 | 2024.08.18 06:20:27.369206 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8666 | 2024.08.18 06:20:27.369692 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2024.08.18 06:20:27.369730 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8668 | 2024.08.18 06:20:27.370070 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8669 | 2024.08.18 06:20:27.370394 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8670 | 2024.08.18 06:20:27.370558 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Debug> executeQuery: Read 262 rows, 23.44 KiB in 0.001617 sec., 162028.44774273346 rows/sec., 14.16 MiB/sec. | ||
8671 | 2024.08.18 06:20:27.370728 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Debug> DynamicQueryHandler: Done processing query | ||
8672 | 2024.08.18 06:20:27.370754 [ 3 ] {5191742a-1399-4b2f-8a7d-e46f237b8c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
8673 | 2024.08.18 06:20:27.370769 [ 3 ] {} <Debug> HTTP-Session: f7de9d34-4349-43a2-99f5-42b061d602d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8674 | 2024.08.18 06:20:27.370904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8675 | 2024.08.18 06:20:27.370955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8676 | 2024.08.18 06:20:27.370973 [ 3 ] {} <Debug> HTTP-Session: db1cdb70-8697-4030-a46b-7b8db33599f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8677 | 2024.08.18 06:20:27.370989 [ 3 ] {} <Debug> HTTP-Session: db1cdb70-8697-4030-a46b-7b8db33599f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.08.18 06:20:27.371003 [ 3 ] {} <Debug> HTTP-Session: db1cdb70-8697-4030-a46b-7b8db33599f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8679 | 2024.08.18 06:20:27.371034 [ 3 ] {} <Trace> HTTP-Session: db1cdb70-8697-4030-a46b-7b8db33599f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8680 | 2024.08.18 06:20:27.371126 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8681 | 2024.08.18 06:20:27.371169 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8682 | 2024.08.18 06:20:27.371298 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8683 | 2024.08.18 06:20:27.371584 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8684 | 2024.08.18 06:20:27.371620 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8685 | 2024.08.18 06:20:27.371919 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8686 | 2024.08.18 06:20:27.372230 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8687 | 2024.08.18 06:20:27.372388 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 108.68 KiB/sec. | ||
8688 | 2024.08.18 06:20:27.372560 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Debug> DynamicQueryHandler: Done processing query | ||
8689 | 2024.08.18 06:20:27.372584 [ 3 ] {e4ed489d-9689-4ca8-a479-84fcec894d1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8690 | 2024.08.18 06:20:27.372600 [ 3 ] {} <Debug> HTTP-Session: db1cdb70-8697-4030-a46b-7b8db33599f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8691 | 2024.08.18 06:20:27.372713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8692 | 2024.08.18 06:20:27.372763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8693 | 2024.08.18 06:20:27.372781 [ 3 ] {} <Debug> HTTP-Session: ecc757a9-3246-4469-857d-426ad256dcb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8694 | 2024.08.18 06:20:27.372799 [ 3 ] {} <Debug> HTTP-Session: ecc757a9-3246-4469-857d-426ad256dcb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8695 | 2024.08.18 06:20:27.372812 [ 3 ] {} <Debug> HTTP-Session: ecc757a9-3246-4469-857d-426ad256dcb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8696 | 2024.08.18 06:20:27.372843 [ 3 ] {} <Trace> HTTP-Session: ecc757a9-3246-4469-857d-426ad256dcb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8697 | 2024.08.18 06:20:27.372940 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8698 | 2024.08.18 06:20:27.372983 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8699 | 2024.08.18 06:20:27.373112 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8700 | 2024.08.18 06:20:27.373408 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8701 | 2024.08.18 06:20:27.373445 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8702 | 2024.08.18 06:20:27.373756 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8703 | 2024.08.18 06:20:27.374115 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8704 | 2024.08.18 06:20:27.374300 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001373 sec., 10196.649672250545 rows/sec., 714.11 KiB/sec. | ||
8705 | 2024.08.18 06:20:27.374648 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Debug> DynamicQueryHandler: Done processing query | ||
8706 | 2024.08.18 06:20:27.374674 [ 3 ] {84877170-fff5-42af-97de-9029e78640ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8707 | 2024.08.18 06:20:27.374691 [ 3 ] {} <Debug> HTTP-Session: ecc757a9-3246-4469-857d-426ad256dcb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8708 | 2024.08.18 06:20:27.374805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8709 | 2024.08.18 06:20:27.374856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8710 | 2024.08.18 06:20:27.374874 [ 3 ] {} <Debug> HTTP-Session: acb44f3c-0da2-4917-9850-3edbf7dc88a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8711 | 2024.08.18 06:20:27.374891 [ 3 ] {} <Debug> HTTP-Session: acb44f3c-0da2-4917-9850-3edbf7dc88a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8712 | 2024.08.18 06:20:27.374904 [ 3 ] {} <Debug> HTTP-Session: acb44f3c-0da2-4917-9850-3edbf7dc88a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8713 | 2024.08.18 06:20:27.374940 [ 3 ] {} <Trace> HTTP-Session: acb44f3c-0da2-4917-9850-3edbf7dc88a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8714 | 2024.08.18 06:20:27.375065 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8715 | 2024.08.18 06:20:27.375118 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8716 | 2024.08.18 06:20:27.375297 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8717 | 2024.08.18 06:20:27.375662 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8718 | 2024.08.18 06:20:27.375705 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8719 | 2024.08.18 06:20:27.376094 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8720 | 2024.08.18 06:20:27.376411 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8721 | 2024.08.18 06:20:27.376566 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 231.85 KiB/sec. | ||
8722 | 2024.08.18 06:20:27.376736 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Debug> DynamicQueryHandler: Done processing query | ||
8723 | 2024.08.18 06:20:27.376760 [ 3 ] {9a8aa71c-ecac-4c02-908d-7b38d7ab5635} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8724 | 2024.08.18 06:20:27.376776 [ 3 ] {} <Debug> HTTP-Session: acb44f3c-0da2-4917-9850-3edbf7dc88a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8725 | 2024.08.18 06:20:27.376940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8726 | 2024.08.18 06:20:27.376989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8727 | 2024.08.18 06:20:27.377008 [ 3 ] {} <Debug> HTTP-Session: 8708064e-e280-424f-b276-80b8e5aa59be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8728 | 2024.08.18 06:20:27.377024 [ 3 ] {} <Debug> HTTP-Session: 8708064e-e280-424f-b276-80b8e5aa59be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8729 | 2024.08.18 06:20:27.377039 [ 3 ] {} <Debug> HTTP-Session: 8708064e-e280-424f-b276-80b8e5aa59be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8730 | 2024.08.18 06:20:27.377070 [ 3 ] {} <Trace> HTTP-Session: 8708064e-e280-424f-b276-80b8e5aa59be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8731 | 2024.08.18 06:20:27.377294 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8732 | 2024.08.18 06:20:27.377336 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8733 | 2024.08.18 06:20:27.377465 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8734 | 2024.08.18 06:20:27.378052 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8735 | 2024.08.18 06:20:27.378090 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8736 | 2024.08.18 06:20:27.378415 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8737 | 2024.08.18 06:20:27.378722 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8738 | 2024.08.18 06:20:27.378872 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Debug> executeQuery: Read 408 rows, 29.77 KiB in 0.001695 sec., 240707.96460176993 rows/sec., 17.15 MiB/sec. | ||
8739 | 2024.08.18 06:20:27.379040 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Debug> DynamicQueryHandler: Done processing query | ||
8740 | 2024.08.18 06:20:27.379065 [ 3 ] {54765034-8875-4f53-bd4c-fcd135502039} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8741 | 2024.08.18 06:20:27.379080 [ 3 ] {} <Debug> HTTP-Session: 8708064e-e280-424f-b276-80b8e5aa59be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8742 | 2024.08.18 06:20:27.379222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8743 | 2024.08.18 06:20:27.379271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8744 | 2024.08.18 06:20:27.379290 [ 3 ] {} <Debug> HTTP-Session: f74ede54-eacd-4b9d-a5bc-243800500851 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8745 | 2024.08.18 06:20:27.379306 [ 3 ] {} <Debug> HTTP-Session: f74ede54-eacd-4b9d-a5bc-243800500851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8746 | 2024.08.18 06:20:27.379319 [ 3 ] {} <Debug> HTTP-Session: f74ede54-eacd-4b9d-a5bc-243800500851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.08.18 06:20:27.379349 [ 3 ] {} <Trace> HTTP-Session: f74ede54-eacd-4b9d-a5bc-243800500851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8748 | 2024.08.18 06:20:27.379452 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8749 | 2024.08.18 06:20:27.379497 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8750 | 2024.08.18 06:20:27.379627 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8751 | 2024.08.18 06:20:27.379904 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8752 | 2024.08.18 06:20:27.379941 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8753 | 2024.08.18 06:20:27.380305 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8754 | 2024.08.18 06:20:27.380626 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2024.08.18 06:20:27.380785 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
8756 | 2024.08.18 06:20:27.380960 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Debug> DynamicQueryHandler: Done processing query | ||
8757 | 2024.08.18 06:20:27.380984 [ 3 ] {e3ad5e00-4c9d-4a70-b104-de27eb0a5ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8758 | 2024.08.18 06:20:27.381000 [ 3 ] {} <Debug> HTTP-Session: f74ede54-eacd-4b9d-a5bc-243800500851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8759 | 2024.08.18 06:20:27.381137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8760 | 2024.08.18 06:20:27.381185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8761 | 2024.08.18 06:20:27.381205 [ 3 ] {} <Debug> HTTP-Session: 2baa57b2-1eeb-478f-9c13-c16339a60281 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8762 | 2024.08.18 06:20:27.381221 [ 3 ] {} <Debug> HTTP-Session: 2baa57b2-1eeb-478f-9c13-c16339a60281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8763 | 2024.08.18 06:20:27.381235 [ 3 ] {} <Debug> HTTP-Session: 2baa57b2-1eeb-478f-9c13-c16339a60281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8764 | 2024.08.18 06:20:27.381265 [ 3 ] {} <Trace> HTTP-Session: 2baa57b2-1eeb-478f-9c13-c16339a60281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8765 | 2024.08.18 06:20:27.381456 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8766 | 2024.08.18 06:20:27.381502 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8767 | 2024.08.18 06:20:27.381646 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8768 | 2024.08.18 06:20:27.382080 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8769 | 2024.08.18 06:20:27.382118 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8770 | 2024.08.18 06:20:27.382499 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8771 | 2024.08.18 06:20:27.382833 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8772 | 2024.08.18 06:20:27.382986 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001625 sec., 146461.53846153847 rows/sec., 9.82 MiB/sec. | ||
8773 | 2024.08.18 06:20:27.383161 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Debug> DynamicQueryHandler: Done processing query | ||
8774 | 2024.08.18 06:20:27.383185 [ 3 ] {89a43f2d-38f5-4abf-8aec-2da65fb3d558} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8775 | 2024.08.18 06:20:27.383201 [ 3 ] {} <Debug> HTTP-Session: 2baa57b2-1eeb-478f-9c13-c16339a60281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8776 | 2024.08.18 06:20:27.383329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8777 | 2024.08.18 06:20:27.383377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8778 | 2024.08.18 06:20:27.383396 [ 3 ] {} <Debug> HTTP-Session: 5dd34186-5d8f-4d09-9850-5ea10b092bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8779 | 2024.08.18 06:20:27.383412 [ 3 ] {} <Debug> HTTP-Session: 5dd34186-5d8f-4d09-9850-5ea10b092bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.08.18 06:20:27.383426 [ 3 ] {} <Debug> HTTP-Session: 5dd34186-5d8f-4d09-9850-5ea10b092bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8781 | 2024.08.18 06:20:27.383456 [ 3 ] {} <Trace> HTTP-Session: 5dd34186-5d8f-4d09-9850-5ea10b092bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8782 | 2024.08.18 06:20:27.383552 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8783 | 2024.08.18 06:20:27.383621 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8784 | 2024.08.18 06:20:27.383749 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8785 | 2024.08.18 06:20:27.384020 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8786 | 2024.08.18 06:20:27.384057 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8787 | 2024.08.18 06:20:27.384406 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8788 | 2024.08.18 06:20:27.384730 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8789 | 2024.08.18 06:20:27.384883 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
8790 | 2024.08.18 06:20:27.384884 [ 46 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8791 | 2024.08.18 06:20:27.384993 [ 46 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8792 | 2024.08.18 06:20:27.385045 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8793 | 2024.08.18 06:20:27.385119 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Debug> DynamicQueryHandler: Done processing query | ||
8794 | 2024.08.18 06:20:27.385184 [ 3 ] {2d9a57c7-f964-4c38-b966-2102ce24e790} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8795 | 2024.08.18 06:20:27.385287 [ 3 ] {} <Debug> HTTP-Session: 5dd34186-5d8f-4d09-9850-5ea10b092bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8796 | 2024.08.18 06:20:27.385486 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
8797 | 2024.08.18 06:20:27.385604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8798 | 2024.08.18 06:20:27.385702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8799 | 2024.08.18 06:20:27.385755 [ 3 ] {} <Debug> HTTP-Session: 3dffb396-bc25-4497-9f56-64a71a053cef Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8800 | 2024.08.18 06:20:27.385806 [ 3 ] {} <Debug> HTTP-Session: 3dffb396-bc25-4497-9f56-64a71a053cef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.08.18 06:20:27.385832 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8802 | 2024.08.18 06:20:27.385841 [ 3 ] {} <Debug> HTTP-Session: 3dffb396-bc25-4497-9f56-64a71a053cef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8803 | 2024.08.18 06:20:27.385903 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
8804 | 2024.08.18 06:20:27.385935 [ 3 ] {} <Trace> HTTP-Session: 3dffb396-bc25-4497-9f56-64a71a053cef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8805 | 2024.08.18 06:20:27.386123 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
8806 | 2024.08.18 06:20:27.386376 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
8807 | 2024.08.18 06:20:27.386426 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8808 | 2024.08.18 06:20:27.386744 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <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 | ||
8809 | 2024.08.18 06:20:27.386891 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
8810 | 2024.08.18 06:20:27.387293 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
8811 | 2024.08.18 06:20:27.387658 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
8812 | 2024.08.18 06:20:27.389184 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8813 | 2024.08.18 06:20:27.391152 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005961192 sec., 3355.0336912483276 rows/sec., 226.07 KiB/sec. | ||
8814 | 2024.08.18 06:20:27.391218 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8815 | 2024.08.18 06:20:27.391275 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8816 | 2024.08.18 06:20:27.391340 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8817 | 2024.08.18 06:20:27.392315 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8818 | 2024.08.18 06:20:27.392543 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_20_4} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8819 | 2024.08.18 06:20:27.392719 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8820 | 2024.08.18 06:20:27.392913 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8821 | 2024.08.18 06:20:27.393350 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8822 | 2024.08.18 06:20:27.393547 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.007449 sec., 3221.908981071285 rows/sec., 5.77 MiB/sec. | ||
8823 | 2024.08.18 06:20:27.394173 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Debug> DynamicQueryHandler: Done processing query | ||
8824 | 2024.08.18 06:20:27.394198 [ 3 ] {ac409b3e-5b24-4a2c-8f12-b0158d0b384e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8825 | 2024.08.18 06:20:27.394214 [ 3 ] {} <Debug> HTTP-Session: 3dffb396-bc25-4497-9f56-64a71a053cef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8826 | 2024.08.18 06:20:27.394353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8827 | 2024.08.18 06:20:27.394402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8828 | 2024.08.18 06:20:27.394420 [ 3 ] {} <Debug> HTTP-Session: 2fc566ac-f295-4848-bca4-8d7c59fbda9d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8829 | 2024.08.18 06:20:27.394436 [ 3 ] {} <Debug> HTTP-Session: 2fc566ac-f295-4848-bca4-8d7c59fbda9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.08.18 06:20:27.394449 [ 3 ] {} <Debug> HTTP-Session: 2fc566ac-f295-4848-bca4-8d7c59fbda9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8831 | 2024.08.18 06:20:27.394481 [ 3 ] {} <Trace> HTTP-Session: 2fc566ac-f295-4848-bca4-8d7c59fbda9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8832 | 2024.08.18 06:20:27.394632 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8833 | 2024.08.18 06:20:27.394677 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8834 | 2024.08.18 06:20:27.394827 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8835 | 2024.08.18 06:20:27.395147 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8836 | 2024.08.18 06:20:27.395193 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8837 | 2024.08.18 06:20:27.395563 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8838 | 2024.08.18 06:20:27.395901 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8839 | 2024.08.18 06:20:27.396052 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
8840 | 2024.08.18 06:20:27.396222 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Debug> DynamicQueryHandler: Done processing query | ||
8841 | 2024.08.18 06:20:27.396245 [ 3 ] {c2bf41c2-5d87-4fd0-9756-387c3f5af75c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8842 | 2024.08.18 06:20:27.396261 [ 3 ] {} <Debug> HTTP-Session: 2fc566ac-f295-4848-bca4-8d7c59fbda9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8843 | 2024.08.18 06:20:32.360181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8844 | 2024.08.18 06:20:32.360322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8845 | 2024.08.18 06:20:32.360351 [ 3 ] {} <Debug> HTTP-Session: 2b28bd21-3e03-4974-b6e8-1684c4378747 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8846 | 2024.08.18 06:20:32.360381 [ 3 ] {} <Debug> HTTP-Session: 2b28bd21-3e03-4974-b6e8-1684c4378747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.08.18 06:20:32.360398 [ 3 ] {} <Debug> HTTP-Session: 2b28bd21-3e03-4974-b6e8-1684c4378747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.08.18 06:20:32.360455 [ 3 ] {} <Trace> HTTP-Session: 2b28bd21-3e03-4974-b6e8-1684c4378747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8849 | 2024.08.18 06:20:32.360646 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8850 | 2024.08.18 06:20:32.360712 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8851 | 2024.08.18 06:20:32.360904 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8852 | 2024.08.18 06:20:32.361329 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8853 | 2024.08.18 06:20:32.361371 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8854 | 2024.08.18 06:20:32.361733 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8855 | 2024.08.18 06:20:32.362064 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8856 | 2024.08.18 06:20:32.362236 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001639 sec., 5491.153142159854 rows/sec., 445.08 KiB/sec. | ||
8857 | 2024.08.18 06:20:32.362558 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Debug> DynamicQueryHandler: Done processing query | ||
8858 | 2024.08.18 06:20:32.362590 [ 3 ] {0e016a69-49e8-4201-87f0-3ed88b8747bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8859 | 2024.08.18 06:20:32.362608 [ 3 ] {} <Debug> HTTP-Session: 2b28bd21-3e03-4974-b6e8-1684c4378747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8860 | 2024.08.18 06:20:32.362759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8861 | 2024.08.18 06:20:32.362808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8862 | 2024.08.18 06:20:32.362827 [ 3 ] {} <Debug> HTTP-Session: cbfefa24-e7d1-4a91-8d8a-0189fe82c0d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8863 | 2024.08.18 06:20:32.362844 [ 3 ] {} <Debug> HTTP-Session: cbfefa24-e7d1-4a91-8d8a-0189fe82c0d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.08.18 06:20:32.362857 [ 3 ] {} <Debug> HTTP-Session: cbfefa24-e7d1-4a91-8d8a-0189fe82c0d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8865 | 2024.08.18 06:20:32.362889 [ 3 ] {} <Trace> HTTP-Session: cbfefa24-e7d1-4a91-8d8a-0189fe82c0d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8866 | 2024.08.18 06:20:32.363013 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8867 | 2024.08.18 06:20:32.363056 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8868 | 2024.08.18 06:20:32.363200 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8869 | 2024.08.18 06:20:32.363594 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8870 | 2024.08.18 06:20:32.363631 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8871 | 2024.08.18 06:20:32.363947 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8872 | 2024.08.18 06:20:32.364258 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8873 | 2024.08.18 06:20:32.364409 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001435 sec., 57839.7212543554 rows/sec., 4.62 MiB/sec. | ||
8874 | 2024.08.18 06:20:32.364600 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Debug> DynamicQueryHandler: Done processing query | ||
8875 | 2024.08.18 06:20:32.364631 [ 3 ] {6374e6e3-8c74-48e4-beeb-2664d31e734b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8876 | 2024.08.18 06:20:32.364650 [ 3 ] {} <Debug> HTTP-Session: cbfefa24-e7d1-4a91-8d8a-0189fe82c0d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8877 | 2024.08.18 06:20:32.364791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8878 | 2024.08.18 06:20:32.364839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8879 | 2024.08.18 06:20:32.364859 [ 3 ] {} <Debug> HTTP-Session: f8f27217-bb55-4ca1-9f47-a6178969536b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8880 | 2024.08.18 06:20:32.364875 [ 3 ] {} <Debug> HTTP-Session: f8f27217-bb55-4ca1-9f47-a6178969536b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.08.18 06:20:32.364888 [ 3 ] {} <Debug> HTTP-Session: f8f27217-bb55-4ca1-9f47-a6178969536b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8882 | 2024.08.18 06:20:32.364918 [ 3 ] {} <Trace> HTTP-Session: f8f27217-bb55-4ca1-9f47-a6178969536b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8883 | 2024.08.18 06:20:32.365039 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8884 | 2024.08.18 06:20:32.365080 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8885 | 2024.08.18 06:20:32.365206 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8886 | 2024.08.18 06:20:32.365584 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8887 | 2024.08.18 06:20:32.365620 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8888 | 2024.08.18 06:20:32.365925 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8889 | 2024.08.18 06:20:32.366224 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8890 | 2024.08.18 06:20:32.366376 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001376 sec., 53052.325581395344 rows/sec., 4.14 MiB/sec. | ||
8891 | 2024.08.18 06:20:32.366641 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Debug> DynamicQueryHandler: Done processing query | ||
8892 | 2024.08.18 06:20:32.366702 [ 3 ] {bd37a181-bc0f-434e-a7da-6584306c5896} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8893 | 2024.08.18 06:20:32.366764 [ 3 ] {} <Debug> HTTP-Session: f8f27217-bb55-4ca1-9f47-a6178969536b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8894 | 2024.08.18 06:20:32.366970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8895 | 2024.08.18 06:20:32.367023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8896 | 2024.08.18 06:20:32.367041 [ 3 ] {} <Debug> HTTP-Session: f367849d-e7ed-4028-a46f-7359f56ef505 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8897 | 2024.08.18 06:20:32.367058 [ 3 ] {} <Debug> HTTP-Session: f367849d-e7ed-4028-a46f-7359f56ef505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.08.18 06:20:32.367072 [ 3 ] {} <Debug> HTTP-Session: f367849d-e7ed-4028-a46f-7359f56ef505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8899 | 2024.08.18 06:20:32.367104 [ 3 ] {} <Trace> HTTP-Session: f367849d-e7ed-4028-a46f-7359f56ef505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8900 | 2024.08.18 06:20:32.367252 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8901 | 2024.08.18 06:20:32.367301 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8902 | 2024.08.18 06:20:32.367461 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8903 | 2024.08.18 06:20:32.367838 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2024.08.18 06:20:32.367874 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8905 | 2024.08.18 06:20:32.368257 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8906 | 2024.08.18 06:20:32.368597 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2024.08.18 06:20:32.368738 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
8908 | 2024.08.18 06:20:32.368941 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Debug> DynamicQueryHandler: Done processing query | ||
8909 | 2024.08.18 06:20:32.368965 [ 3 ] {bf934e43-221e-4045-b86a-4ef3ddce8022} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8910 | 2024.08.18 06:20:32.368980 [ 3 ] {} <Debug> HTTP-Session: f367849d-e7ed-4028-a46f-7359f56ef505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8911 | 2024.08.18 06:20:32.369141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8912 | 2024.08.18 06:20:32.369189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8913 | 2024.08.18 06:20:32.369208 [ 3 ] {} <Debug> HTTP-Session: 97cd8176-464f-4c53-80c3-c9f90a7ea86e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8914 | 2024.08.18 06:20:32.369224 [ 3 ] {} <Debug> HTTP-Session: 97cd8176-464f-4c53-80c3-c9f90a7ea86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.08.18 06:20:32.369238 [ 3 ] {} <Debug> HTTP-Session: 97cd8176-464f-4c53-80c3-c9f90a7ea86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8916 | 2024.08.18 06:20:32.369268 [ 3 ] {} <Trace> HTTP-Session: 97cd8176-464f-4c53-80c3-c9f90a7ea86e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8917 | 2024.08.18 06:20:32.369450 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8918 | 2024.08.18 06:20:32.369515 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <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 | ||
8919 | 2024.08.18 06:20:32.369932 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8920 | 2024.08.18 06:20:32.370428 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8921 | 2024.08.18 06:20:32.370464 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8922 | 2024.08.18 06:20:32.371055 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8923 | 2024.08.18 06:20:32.371457 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8924 | 2024.08.18 06:20:32.371653 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002305 sec., 3904.555314533622 rows/sec., 7.00 MiB/sec. | ||
8925 | 2024.08.18 06:20:32.372058 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Debug> DynamicQueryHandler: Done processing query | ||
8926 | 2024.08.18 06:20:32.372083 [ 3 ] {a2608d80-69fc-486a-b385-7d77b625f833} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8927 | 2024.08.18 06:20:32.372099 [ 3 ] {} <Debug> HTTP-Session: 97cd8176-464f-4c53-80c3-c9f90a7ea86e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8928 | 2024.08.18 06:20:32.372223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8929 | 2024.08.18 06:20:32.372270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8930 | 2024.08.18 06:20:32.372289 [ 3 ] {} <Debug> HTTP-Session: 6691719c-1d99-4bae-943d-356c6a4b08ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8931 | 2024.08.18 06:20:32.372306 [ 3 ] {} <Debug> HTTP-Session: 6691719c-1d99-4bae-943d-356c6a4b08ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.08.18 06:20:32.372319 [ 3 ] {} <Debug> HTTP-Session: 6691719c-1d99-4bae-943d-356c6a4b08ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8933 | 2024.08.18 06:20:32.372350 [ 3 ] {} <Trace> HTTP-Session: 6691719c-1d99-4bae-943d-356c6a4b08ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8934 | 2024.08.18 06:20:32.372473 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8935 | 2024.08.18 06:20:32.372516 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8936 | 2024.08.18 06:20:32.372644 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8937 | 2024.08.18 06:20:32.372922 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8938 | 2024.08.18 06:20:32.372959 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8939 | 2024.08.18 06:20:32.373313 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8940 | 2024.08.18 06:20:32.373629 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8941 | 2024.08.18 06:20:32.373790 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
8942 | 2024.08.18 06:20:32.373954 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Debug> DynamicQueryHandler: Done processing query | ||
8943 | 2024.08.18 06:20:32.373978 [ 3 ] {77a25443-3d4f-4614-8950-d9cc7481df31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8944 | 2024.08.18 06:20:32.373994 [ 3 ] {} <Debug> HTTP-Session: 6691719c-1d99-4bae-943d-356c6a4b08ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8945 | 2024.08.18 06:20:36.682545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8946 | 2024.08.18 06:20:36.682739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8947 | 2024.08.18 06:20:36.682785 [ 3 ] {} <Debug> HTTP-Session: 593c70d2-21b3-4313-a727-9376315ab303 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8948 | 2024.08.18 06:20:36.682837 [ 3 ] {} <Debug> HTTP-Session: 593c70d2-21b3-4313-a727-9376315ab303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.08.18 06:20:36.682866 [ 3 ] {} <Debug> HTTP-Session: 593c70d2-21b3-4313-a727-9376315ab303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.08.18 06:20:36.682944 [ 3 ] {} <Trace> HTTP-Session: 593c70d2-21b3-4313-a727-9376315ab303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8951 | 2024.08.18 06:20:36.683237 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8952 | 2024.08.18 06:20:36.683344 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8953 | 2024.08.18 06:20:36.683663 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8954 | 2024.08.18 06:20:36.684110 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8955 | 2024.08.18 06:20:36.684151 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8956 | 2024.08.18 06:20:36.684506 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8957 | 2024.08.18 06:20:36.684836 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8958 | 2024.08.18 06:20:36.685015 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001869 sec., 12841.091492776886 rows/sec., 1.02 MiB/sec. | ||
8959 | 2024.08.18 06:20:36.685222 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Debug> DynamicQueryHandler: Done processing query | ||
8960 | 2024.08.18 06:20:36.685247 [ 3 ] {4e9f81c6-f07a-4a03-9d72-d292bf6e01e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8961 | 2024.08.18 06:20:36.685264 [ 3 ] {} <Debug> HTTP-Session: 593c70d2-21b3-4313-a727-9376315ab303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8962 | 2024.08.18 06:20:36.685636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8963 | 2024.08.18 06:20:36.685685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8964 | 2024.08.18 06:20:36.685704 [ 3 ] {} <Debug> HTTP-Session: d4fbd37d-b3ee-4a08-9220-8df14063b0ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8965 | 2024.08.18 06:20:36.685722 [ 3 ] {} <Debug> HTTP-Session: d4fbd37d-b3ee-4a08-9220-8df14063b0ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.08.18 06:20:36.685736 [ 3 ] {} <Debug> HTTP-Session: d4fbd37d-b3ee-4a08-9220-8df14063b0ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8967 | 2024.08.18 06:20:36.685769 [ 3 ] {} <Trace> HTTP-Session: d4fbd37d-b3ee-4a08-9220-8df14063b0ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8968 | 2024.08.18 06:20:36.686341 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8969 | 2024.08.18 06:20:36.686389 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8970 | 2024.08.18 06:20:36.686519 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8971 | 2024.08.18 06:20:36.687792 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8972 | 2024.08.18 06:20:36.687828 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8973 | 2024.08.18 06:20:36.688221 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8974 | 2024.08.18 06:20:36.688543 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8975 | 2024.08.18 06:20:36.688697 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Debug> executeQuery: Read 1401 rows, 119.49 KiB in 0.002773 sec., 505228.9938694555 rows/sec., 42.08 MiB/sec. | ||
8976 | 2024.08.18 06:20:36.688876 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Debug> DynamicQueryHandler: Done processing query | ||
8977 | 2024.08.18 06:20:36.688900 [ 3 ] {8d691bfc-52d1-4d8d-bc79-1751abef4d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
8978 | 2024.08.18 06:20:36.688915 [ 3 ] {} <Debug> HTTP-Session: d4fbd37d-b3ee-4a08-9220-8df14063b0ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8979 | 2024.08.18 06:20:36.689213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8980 | 2024.08.18 06:20:36.689262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8981 | 2024.08.18 06:20:36.689281 [ 3 ] {} <Debug> HTTP-Session: c27534b0-f957-42d7-b854-a90a0170f4b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
8982 | 2024.08.18 06:20:36.689297 [ 3 ] {} <Debug> HTTP-Session: c27534b0-f957-42d7-b854-a90a0170f4b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.08.18 06:20:36.689310 [ 3 ] {} <Debug> HTTP-Session: c27534b0-f957-42d7-b854-a90a0170f4b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.08.18 06:20:36.689341 [ 3 ] {} <Trace> HTTP-Session: c27534b0-f957-42d7-b854-a90a0170f4b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8985 | 2024.08.18 06:20:36.689514 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8986 | 2024.08.18 06:20:36.689557 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8987 | 2024.08.18 06:20:36.689684 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8988 | 2024.08.18 06:20:36.690081 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8989 | 2024.08.18 06:20:36.690118 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8990 | 2024.08.18 06:20:36.690436 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8991 | 2024.08.18 06:20:36.690738 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8992 | 2024.08.18 06:20:36.690911 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001472 sec., 164402.1739130435 rows/sec., 11.14 MiB/sec. | ||
8993 | 2024.08.18 06:20:36.690916 [ 37 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8994 | 2024.08.18 06:20:36.691049 [ 37 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8995 | 2024.08.18 06:20:36.691113 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8996 | 2024.08.18 06:20:36.691131 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Debug> DynamicQueryHandler: Done processing query | ||
8997 | 2024.08.18 06:20:36.691182 [ 3 ] {3d8ab0a8-379a-42aa-861c-765458bba9fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8998 | 2024.08.18 06:20:36.691252 [ 3 ] {} <Debug> HTTP-Session: c27534b0-f957-42d7-b854-a90a0170f4b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8999 | 2024.08.18 06:20:36.691380 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
9000 | 2024.08.18 06:20:36.691474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9001 | 2024.08.18 06:20:36.691576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9002 | 2024.08.18 06:20:36.691636 [ 3 ] {} <Debug> HTTP-Session: 1c1a2ea6-e3fc-4fd1-8e86-5261f75cb016 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9003 | 2024.08.18 06:20:36.691679 [ 3 ] {} <Debug> HTTP-Session: 1c1a2ea6-e3fc-4fd1-8e86-5261f75cb016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9004 | 2024.08.18 06:20:36.691711 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9005 | 2024.08.18 06:20:36.691724 [ 3 ] {} <Debug> HTTP-Session: 1c1a2ea6-e3fc-4fd1-8e86-5261f75cb016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9006 | 2024.08.18 06:20:36.691774 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
9007 | 2024.08.18 06:20:36.691799 [ 3 ] {} <Trace> HTTP-Session: 1c1a2ea6-e3fc-4fd1-8e86-5261f75cb016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9008 | 2024.08.18 06:20:36.691894 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
9009 | 2024.08.18 06:20:36.692193 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9010 | 2024.08.18 06:20:36.692270 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
9011 | 2024.08.18 06:20:36.692401 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9012 | 2024.08.18 06:20:36.692610 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
9013 | 2024.08.18 06:20:36.692890 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
9014 | 2024.08.18 06:20:36.693265 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
9015 | 2024.08.18 06:20:36.693703 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9016 | 2024.08.18 06:20:36.694565 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9017 | 2024.08.18 06:20:36.694630 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9018 | 2024.08.18 06:20:36.695440 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9019 | 2024.08.18 06:20:36.696172 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9020 | 2024.08.18 06:20:36.696201 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004961843 sec., 154781.1972285298 rows/sec., 9.92 MiB/sec. | ||
9021 | 2024.08.18 06:20:36.696434 [ 35 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9022 | 2024.08.18 06:20:36.696481 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004505 sec., 1331.853496115427 rows/sec., 78.69 KiB/sec. | ||
9023 | 2024.08.18 06:20:36.696546 [ 35 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9024 | 2024.08.18 06:20:36.696651 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9025 | 2024.08.18 06:20:36.696819 [ 189 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9026 | 2024.08.18 06:20:36.697064 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Debug> DynamicQueryHandler: Done processing query | ||
9027 | 2024.08.18 06:20:36.697124 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
9028 | 2024.08.18 06:20:36.697160 [ 3 ] {8e3e32a1-3e00-4ebc-9831-5e0e77248e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9029 | 2024.08.18 06:20:36.697288 [ 3 ] {} <Debug> HTTP-Session: 1c1a2ea6-e3fc-4fd1-8e86-5261f75cb016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.08.18 06:20:36.697885 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9031 | 2024.08.18 06:20:36.698014 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
9032 | 2024.08.18 06:20:36.698225 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9033 | 2024.08.18 06:20:36.698461 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9034 | 2024.08.18 06:20:36.698583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 140835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9035 | 2024.08.18 06:20:36.698757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9036 | 2024.08.18 06:20:36.698845 [ 3 ] {} <Debug> HTTP-Session: 0ec4f3a5-f8a9-44b6-9ebb-f0465d7b9f3f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9037 | 2024.08.18 06:20:36.698907 [ 3 ] {} <Debug> HTTP-Session: 0ec4f3a5-f8a9-44b6-9ebb-f0465d7b9f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9038 | 2024.08.18 06:20:36.698933 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9039 | 2024.08.18 06:20:36.698960 [ 3 ] {} <Debug> HTTP-Session: 0ec4f3a5-f8a9-44b6-9ebb-f0465d7b9f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9040 | 2024.08.18 06:20:36.698975 [ 189 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9041 | 2024.08.18 06:20:36.699101 [ 3 ] {} <Trace> HTTP-Session: 0ec4f3a5-f8a9-44b6-9ebb-f0465d7b9f3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9042 | 2024.08.18 06:20:36.699247 [ 198 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9043 | 2024.08.18 06:20:36.699659 [ 189 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_21_4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9044 | 2024.08.18 06:20:36.699838 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9045 | 2024.08.18 06:20:36.699949 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
9046 | 2024.08.18 06:20:36.699960 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9047 | 2024.08.18 06:20:36.700565 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9048 | 2024.08.18 06:20:36.701311 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004528165 sec., 6625.200274283292 rows/sec., 394.67 KiB/sec. | ||
9049 | 2024.08.18 06:20:36.701532 [ 189 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9050 | 2024.08.18 06:20:36.702065 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9051 | 2024.08.18 06:20:36.702121 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9052 | 2024.08.18 06:20:36.702234 [ 189 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9053 | 2024.08.18 06:20:36.702393 [ 189 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_21_5} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9054 | 2024.08.18 06:20:36.702550 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
9055 | 2024.08.18 06:20:36.702766 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9056 | 2024.08.18 06:20:36.703083 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9057 | 2024.08.18 06:20:36.703240 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Debug> executeQuery: Read 862 rows, 63.89 KiB in 0.00386 sec., 223316.06217616578 rows/sec., 16.16 MiB/sec. | ||
9058 | 2024.08.18 06:20:36.703427 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Debug> DynamicQueryHandler: Done processing query | ||
9059 | 2024.08.18 06:20:36.703452 [ 3 ] {41397ff6-ef63-4aab-ba4c-bbf581e5ca79} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
9060 | 2024.08.18 06:20:36.703468 [ 3 ] {} <Debug> HTTP-Session: 0ec4f3a5-f8a9-44b6-9ebb-f0465d7b9f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9061 | 2024.08.18 06:20:36.703637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9062 | 2024.08.18 06:20:36.703685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9063 | 2024.08.18 06:20:36.703703 [ 3 ] {} <Debug> HTTP-Session: 93a0d36b-db4f-49d5-91cf-4bef2fafd088 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9064 | 2024.08.18 06:20:36.703719 [ 3 ] {} <Debug> HTTP-Session: 93a0d36b-db4f-49d5-91cf-4bef2fafd088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9065 | 2024.08.18 06:20:36.703733 [ 3 ] {} <Debug> HTTP-Session: 93a0d36b-db4f-49d5-91cf-4bef2fafd088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9066 | 2024.08.18 06:20:36.703765 [ 3 ] {} <Trace> HTTP-Session: 93a0d36b-db4f-49d5-91cf-4bef2fafd088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9067 | 2024.08.18 06:20:36.703859 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9068 | 2024.08.18 06:20:36.703902 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9069 | 2024.08.18 06:20:36.704037 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9070 | 2024.08.18 06:20:36.704324 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9071 | 2024.08.18 06:20:36.704361 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9072 | 2024.08.18 06:20:36.704721 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9073 | 2024.08.18 06:20:36.705045 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9074 | 2024.08.18 06:20:36.705200 [ 35 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9075 | 2024.08.18 06:20:36.705207 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
9076 | 2024.08.18 06:20:36.705253 [ 35 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9077 | 2024.08.18 06:20:36.705316 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9078 | 2024.08.18 06:20:36.705556 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Debug> DynamicQueryHandler: Done processing query | ||
9079 | 2024.08.18 06:20:36.705565 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9080 | 2024.08.18 06:20:36.705622 [ 3 ] {d8471b94-5221-49a4-a154-05980304f374} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9081 | 2024.08.18 06:20:36.705741 [ 3 ] {} <Debug> HTTP-Session: 93a0d36b-db4f-49d5-91cf-4bef2fafd088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9082 | 2024.08.18 06:20:36.705990 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9083 | 2024.08.18 06:20:36.706033 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9084 | 2024.08.18 06:20:36.706235 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9085 | 2024.08.18 06:20:36.706218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9086 | 2024.08.18 06:20:36.706419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9087 | 2024.08.18 06:20:36.706469 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9088 | 2024.08.18 06:20:36.706512 [ 3 ] {} <Debug> HTTP-Session: 8f5129a4-2bd2-4bcb-a095-c2381db8dfc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9089 | 2024.08.18 06:20:36.706601 [ 3 ] {} <Debug> HTTP-Session: 8f5129a4-2bd2-4bcb-a095-c2381db8dfc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9090 | 2024.08.18 06:20:36.706696 [ 3 ] {} <Debug> HTTP-Session: 8f5129a4-2bd2-4bcb-a095-c2381db8dfc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.08.18 06:20:36.706741 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9092 | 2024.08.18 06:20:36.706830 [ 3 ] {} <Trace> HTTP-Session: 8f5129a4-2bd2-4bcb-a095-c2381db8dfc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9093 | 2024.08.18 06:20:36.706998 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9094 | 2024.08.18 06:20:36.707168 [ 198 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
9095 | 2024.08.18 06:20:36.707545 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9096 | 2024.08.18 06:20:36.707665 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9097 | 2024.08.18 06:20:36.708372 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9098 | 2024.08.18 06:20:36.709120 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003686829 sec., 34175.710346208085 rows/sec., 1.74 MiB/sec. | ||
9099 | 2024.08.18 06:20:36.709315 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9100 | 2024.08.18 06:20:36.709832 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9101 | 2024.08.18 06:20:36.709898 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9102 | 2024.08.18 06:20:36.710185 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_21_4} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9103 | 2024.08.18 06:20:36.710372 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_21_4} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9104 | 2024.08.18 06:20:36.710581 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9105 | 2024.08.18 06:20:36.710810 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9106 | 2024.08.18 06:20:36.711172 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9107 | 2024.08.18 06:20:36.711332 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.004147 sec., 217265.4931275621 rows/sec., 14.51 MiB/sec. | ||
9108 | 2024.08.18 06:20:36.711572 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Debug> DynamicQueryHandler: Done processing query | ||
9109 | 2024.08.18 06:20:36.711605 [ 3 ] {3dc246b5-08bb-4fc1-8406-e1d06a30a01c} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
9110 | 2024.08.18 06:20:36.711630 [ 3 ] {} <Debug> HTTP-Session: 8f5129a4-2bd2-4bcb-a095-c2381db8dfc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9111 | 2024.08.18 06:20:36.711847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9112 | 2024.08.18 06:20:36.711895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9113 | 2024.08.18 06:20:36.711915 [ 3 ] {} <Debug> HTTP-Session: 2a59d317-f1c6-4ad2-bb9c-eb824cb86033 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9114 | 2024.08.18 06:20:36.711931 [ 3 ] {} <Debug> HTTP-Session: 2a59d317-f1c6-4ad2-bb9c-eb824cb86033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9115 | 2024.08.18 06:20:36.711945 [ 3 ] {} <Debug> HTTP-Session: 2a59d317-f1c6-4ad2-bb9c-eb824cb86033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9116 | 2024.08.18 06:20:36.711976 [ 3 ] {} <Trace> HTTP-Session: 2a59d317-f1c6-4ad2-bb9c-eb824cb86033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9117 | 2024.08.18 06:20:36.712069 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9118 | 2024.08.18 06:20:36.712113 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9119 | 2024.08.18 06:20:36.712244 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9120 | 2024.08.18 06:20:36.712501 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9121 | 2024.08.18 06:20:36.712536 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9122 | 2024.08.18 06:20:36.712874 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9123 | 2024.08.18 06:20:36.713196 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9124 | 2024.08.18 06:20:36.713345 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
9125 | 2024.08.18 06:20:36.713501 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Debug> DynamicQueryHandler: Done processing query | ||
9126 | 2024.08.18 06:20:36.713526 [ 3 ] {4999839f-fcf1-49f1-8feb-b4603b19e541} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9127 | 2024.08.18 06:20:36.713541 [ 3 ] {} <Debug> HTTP-Session: 2a59d317-f1c6-4ad2-bb9c-eb824cb86033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9128 | 2024.08.18 06:20:36.713693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9129 | 2024.08.18 06:20:36.713739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9130 | 2024.08.18 06:20:36.713758 [ 3 ] {} <Debug> HTTP-Session: c03b7af4-b9b0-41d1-a7c7-fbf471e5e249 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9131 | 2024.08.18 06:20:36.713774 [ 3 ] {} <Debug> HTTP-Session: c03b7af4-b9b0-41d1-a7c7-fbf471e5e249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.08.18 06:20:36.713788 [ 3 ] {} <Debug> HTTP-Session: c03b7af4-b9b0-41d1-a7c7-fbf471e5e249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9133 | 2024.08.18 06:20:36.713818 [ 3 ] {} <Trace> HTTP-Session: c03b7af4-b9b0-41d1-a7c7-fbf471e5e249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9134 | 2024.08.18 06:20:36.714094 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9135 | 2024.08.18 06:20:36.714155 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <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 | ||
9136 | 2024.08.18 06:20:36.714587 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9137 | 2024.08.18 06:20:36.715194 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9138 | 2024.08.18 06:20:36.715231 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9139 | 2024.08.18 06:20:36.715833 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9140 | 2024.08.18 06:20:36.716240 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9141 | 2024.08.18 06:20:36.716428 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002527 sec., 9497.427779976255 rows/sec., 17.02 MiB/sec. | ||
9142 | 2024.08.18 06:20:36.716648 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Debug> DynamicQueryHandler: Done processing query | ||
9143 | 2024.08.18 06:20:36.716673 [ 3 ] {4048e077-c023-43b5-b742-f281639a52f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9144 | 2024.08.18 06:20:36.716688 [ 3 ] {} <Debug> HTTP-Session: c03b7af4-b9b0-41d1-a7c7-fbf471e5e249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9145 | 2024.08.18 06:20:36.716808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9146 | 2024.08.18 06:20:36.716856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9147 | 2024.08.18 06:20:36.716874 [ 3 ] {} <Debug> HTTP-Session: fcda5278-86d8-4600-bae0-cc6d3977f6fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9148 | 2024.08.18 06:20:36.716891 [ 3 ] {} <Debug> HTTP-Session: fcda5278-86d8-4600-bae0-cc6d3977f6fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9149 | 2024.08.18 06:20:36.716904 [ 3 ] {} <Debug> HTTP-Session: fcda5278-86d8-4600-bae0-cc6d3977f6fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9150 | 2024.08.18 06:20:36.716934 [ 3 ] {} <Trace> HTTP-Session: fcda5278-86d8-4600-bae0-cc6d3977f6fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9151 | 2024.08.18 06:20:36.717047 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9152 | 2024.08.18 06:20:36.717091 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9153 | 2024.08.18 06:20:36.717217 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9154 | 2024.08.18 06:20:36.717519 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9155 | 2024.08.18 06:20:36.717555 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9156 | 2024.08.18 06:20:36.717919 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9157 | 2024.08.18 06:20:36.718239 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9158 | 2024.08.18 06:20:36.718400 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001388 sec., 54755.04322766571 rows/sec., 3.46 MiB/sec. | ||
9159 | 2024.08.18 06:20:36.718558 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Debug> DynamicQueryHandler: Done processing query | ||
9160 | 2024.08.18 06:20:36.718582 [ 3 ] {66be7943-0f78-4dfd-a39e-2b3e688c007c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9161 | 2024.08.18 06:20:36.718597 [ 3 ] {} <Debug> HTTP-Session: fcda5278-86d8-4600-bae0-cc6d3977f6fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9162 | 2024.08.18 06:20:37.352194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9163 | 2024.08.18 06:20:37.352315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9164 | 2024.08.18 06:20:37.352344 [ 3 ] {} <Debug> HTTP-Session: b29b992f-eb9e-428e-bb59-bc97f22e6fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9165 | 2024.08.18 06:20:37.352373 [ 3 ] {} <Debug> HTTP-Session: b29b992f-eb9e-428e-bb59-bc97f22e6fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.08.18 06:20:37.352391 [ 3 ] {} <Debug> HTTP-Session: b29b992f-eb9e-428e-bb59-bc97f22e6fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.08.18 06:20:37.352445 [ 3 ] {} <Trace> HTTP-Session: b29b992f-eb9e-428e-bb59-bc97f22e6fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9168 | 2024.08.18 06:20:37.352647 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9169 | 2024.08.18 06:20:37.352714 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9170 | 2024.08.18 06:20:37.352899 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9171 | 2024.08.18 06:20:37.353350 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9172 | 2024.08.18 06:20:37.353395 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9173 | 2024.08.18 06:20:37.353754 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9174 | 2024.08.18 06:20:37.354101 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9175 | 2024.08.18 06:20:37.354291 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001707 sec., 15231.400117164616 rows/sec., 1.13 MiB/sec. | ||
9176 | 2024.08.18 06:20:37.354596 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Debug> DynamicQueryHandler: Done processing query | ||
9177 | 2024.08.18 06:20:37.354655 [ 3 ] {6e5010dc-062d-471a-a31f-e81efd2ccc1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9178 | 2024.08.18 06:20:37.354703 [ 3 ] {} <Debug> HTTP-Session: b29b992f-eb9e-428e-bb59-bc97f22e6fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9179 | 2024.08.18 06:20:37.354856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9180 | 2024.08.18 06:20:37.354907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9181 | 2024.08.18 06:20:37.354926 [ 3 ] {} <Debug> HTTP-Session: 5da23a72-c665-4750-8803-644992eab015 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9182 | 2024.08.18 06:20:37.354944 [ 3 ] {} <Debug> HTTP-Session: 5da23a72-c665-4750-8803-644992eab015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.08.18 06:20:37.354958 [ 3 ] {} <Debug> HTTP-Session: 5da23a72-c665-4750-8803-644992eab015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9184 | 2024.08.18 06:20:37.354989 [ 3 ] {} <Trace> HTTP-Session: 5da23a72-c665-4750-8803-644992eab015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9185 | 2024.08.18 06:20:37.355106 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9186 | 2024.08.18 06:20:37.355151 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9187 | 2024.08.18 06:20:37.355301 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9188 | 2024.08.18 06:20:37.355609 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9189 | 2024.08.18 06:20:37.355645 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9190 | 2024.08.18 06:20:37.355951 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9191 | 2024.08.18 06:20:37.356256 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9192 | 2024.08.18 06:20:37.356406 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001329 sec., 21068.47253574116 rows/sec., 1.64 MiB/sec. | ||
9193 | 2024.08.18 06:20:37.356590 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Debug> DynamicQueryHandler: Done processing query | ||
9194 | 2024.08.18 06:20:37.356625 [ 3 ] {7f6aaa11-7912-4fb7-8f1e-b399756073ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9195 | 2024.08.18 06:20:37.356648 [ 3 ] {} <Debug> HTTP-Session: 5da23a72-c665-4750-8803-644992eab015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9196 | 2024.08.18 06:20:37.356789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9197 | 2024.08.18 06:20:37.356835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9198 | 2024.08.18 06:20:37.356854 [ 3 ] {} <Debug> HTTP-Session: bb4b0448-2cc9-4316-b2b8-78e4dcf98ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9199 | 2024.08.18 06:20:37.356870 [ 3 ] {} <Debug> HTTP-Session: bb4b0448-2cc9-4316-b2b8-78e4dcf98ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.08.18 06:20:37.356884 [ 3 ] {} <Debug> HTTP-Session: bb4b0448-2cc9-4316-b2b8-78e4dcf98ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.08.18 06:20:37.356913 [ 3 ] {} <Trace> HTTP-Session: bb4b0448-2cc9-4316-b2b8-78e4dcf98ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9202 | 2024.08.18 06:20:37.357015 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9203 | 2024.08.18 06:20:37.357061 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9204 | 2024.08.18 06:20:37.357206 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9205 | 2024.08.18 06:20:37.357533 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9206 | 2024.08.18 06:20:37.357568 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9207 | 2024.08.18 06:20:37.357944 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9208 | 2024.08.18 06:20:37.358268 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9209 | 2024.08.18 06:20:37.358434 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001447 sec., 13821.700069108501 rows/sec., 981.29 KiB/sec. | ||
9210 | 2024.08.18 06:20:37.358650 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Debug> DynamicQueryHandler: Done processing query | ||
9211 | 2024.08.18 06:20:37.358675 [ 3 ] {91a74e01-9a77-4152-969f-6a27eef474c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9212 | 2024.08.18 06:20:37.358691 [ 3 ] {} <Debug> HTTP-Session: bb4b0448-2cc9-4316-b2b8-78e4dcf98ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9213 | 2024.08.18 06:20:37.358807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9214 | 2024.08.18 06:20:37.358854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9215 | 2024.08.18 06:20:37.358873 [ 3 ] {} <Debug> HTTP-Session: 79764121-bc78-44cc-9b0a-e95081a8ad21 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9216 | 2024.08.18 06:20:37.358890 [ 3 ] {} <Debug> HTTP-Session: 79764121-bc78-44cc-9b0a-e95081a8ad21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9217 | 2024.08.18 06:20:37.358903 [ 3 ] {} <Debug> HTTP-Session: 79764121-bc78-44cc-9b0a-e95081a8ad21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.08.18 06:20:37.358933 [ 3 ] {} <Trace> HTTP-Session: 79764121-bc78-44cc-9b0a-e95081a8ad21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9219 | 2024.08.18 06:20:37.359028 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9220 | 2024.08.18 06:20:37.359074 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9221 | 2024.08.18 06:20:37.359210 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9222 | 2024.08.18 06:20:37.359462 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9223 | 2024.08.18 06:20:37.359497 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9224 | 2024.08.18 06:20:37.359837 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9225 | 2024.08.18 06:20:37.360146 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9226 | 2024.08.18 06:20:37.360306 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 325.27 KiB/sec. | ||
9227 | 2024.08.18 06:20:37.360563 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Debug> DynamicQueryHandler: Done processing query | ||
9228 | 2024.08.18 06:20:37.360616 [ 3 ] {a929a019-f5dd-4400-bf7b-e626d548ce59} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9229 | 2024.08.18 06:20:37.360663 [ 3 ] {} <Debug> HTTP-Session: 79764121-bc78-44cc-9b0a-e95081a8ad21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.08.18 06:20:40.225701 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9231 | 2024.08.18 06:20:40.225773 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9232 | 2024.08.18 06:20:41.001701 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001196393 sec. | ||
9233 | 2024.08.18 06:20:42.359080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9234 | 2024.08.18 06:20:42.359206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9235 | 2024.08.18 06:20:42.359231 [ 3 ] {} <Debug> HTTP-Session: 8ec01ce5-3491-488d-a2e9-318fb3ceed44 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9236 | 2024.08.18 06:20:42.359255 [ 3 ] {} <Debug> HTTP-Session: 8ec01ce5-3491-488d-a2e9-318fb3ceed44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9237 | 2024.08.18 06:20:42.359269 [ 3 ] {} <Debug> HTTP-Session: 8ec01ce5-3491-488d-a2e9-318fb3ceed44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9238 | 2024.08.18 06:20:42.359315 [ 3 ] {} <Trace> HTTP-Session: 8ec01ce5-3491-488d-a2e9-318fb3ceed44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9239 | 2024.08.18 06:20:42.359492 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9240 | 2024.08.18 06:20:42.359556 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9241 | 2024.08.18 06:20:42.359744 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9242 | 2024.08.18 06:20:42.360189 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9243 | 2024.08.18 06:20:42.360229 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9244 | 2024.08.18 06:20:42.360588 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9245 | 2024.08.18 06:20:42.360926 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9246 | 2024.08.18 06:20:42.361066 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.00163 sec., 5521.472392638037 rows/sec., 447.54 KiB/sec. | ||
9247 | 2024.08.18 06:20:42.361076 [ 52 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9248 | 2024.08.18 06:20:42.361131 [ 52 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9249 | 2024.08.18 06:20:42.361174 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9250 | 2024.08.18 06:20:42.361313 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Debug> DynamicQueryHandler: Done processing query | ||
9251 | 2024.08.18 06:20:42.361385 [ 3 ] {29949c6a-8e4a-4462-90d2-4bd230019948} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9252 | 2024.08.18 06:20:42.361450 [ 3 ] {} <Debug> HTTP-Session: 8ec01ce5-3491-488d-a2e9-318fb3ceed44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.08.18 06:20:42.361455 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
9254 | 2024.08.18 06:20:42.361784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9255 | 2024.08.18 06:20:42.361854 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9256 | 2024.08.18 06:20:42.361883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9257 | 2024.08.18 06:20:42.361917 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 33 rows starting from the beginning of the part | ||
9258 | 2024.08.18 06:20:42.361932 [ 3 ] {} <Debug> HTTP-Session: cefe78b1-c06e-4256-9b1f-832d139ec09a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9259 | 2024.08.18 06:20:42.361970 [ 3 ] {} <Debug> HTTP-Session: cefe78b1-c06e-4256-9b1f-832d139ec09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9260 | 2024.08.18 06:20:42.362000 [ 3 ] {} <Debug> HTTP-Session: cefe78b1-c06e-4256-9b1f-832d139ec09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9261 | 2024.08.18 06:20:42.362096 [ 3 ] {} <Trace> HTTP-Session: cefe78b1-c06e-4256-9b1f-832d139ec09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9262 | 2024.08.18 06:20:42.362158 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part | ||
9263 | 2024.08.18 06:20:42.362442 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
9264 | 2024.08.18 06:20:42.362598 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9265 | 2024.08.18 06:20:42.362774 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9266 | 2024.08.18 06:20:42.362790 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
9267 | 2024.08.18 06:20:42.363245 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
9268 | 2024.08.18 06:20:42.363555 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
9269 | 2024.08.18 06:20:42.363866 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9270 | 2024.08.18 06:20:42.364922 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9271 | 2024.08.18 06:20:42.364984 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9272 | 2024.08.18 06:20:42.365934 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9273 | 2024.08.18 06:20:42.366119 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004856051 sec., 22240.293604824165 rows/sec., 1.76 MiB/sec. | ||
9274 | 2024.08.18 06:20:42.366386 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9275 | 2024.08.18 06:20:42.366746 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9276 | 2024.08.18 06:20:42.367055 [ 52 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9277 | 2024.08.18 06:20:42.367095 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.004754 sec., 17458.98190997055 rows/sec., 1.39 MiB/sec. | ||
9278 | 2024.08.18 06:20:42.367138 [ 52 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9279 | 2024.08.18 06:20:42.367210 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9280 | 2024.08.18 06:20:42.367446 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9281 | 2024.08.18 06:20:42.367575 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Debug> DynamicQueryHandler: Done processing query | ||
9282 | 2024.08.18 06:20:42.367654 [ 3 ] {531ecc14-f153-4e92-9b27-40675b4226d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9283 | 2024.08.18 06:20:42.367652 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
9284 | 2024.08.18 06:20:42.367700 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_36_7} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9285 | 2024.08.18 06:20:42.367686 [ 3 ] {} <Debug> HTTP-Session: cefe78b1-c06e-4256-9b1f-832d139ec09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.08.18 06:20:42.367927 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9287 | 2024.08.18 06:20:42.367962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9288 | 2024.08.18 06:20:42.368085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9289 | 2024.08.18 06:20:42.368107 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9290 | 2024.08.18 06:20:42.368121 [ 3 ] {} <Debug> HTTP-Session: 250aa5fb-2f89-4947-8d62-207451a3c593 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9291 | 2024.08.18 06:20:42.368160 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part | ||
9292 | 2024.08.18 06:20:42.368165 [ 3 ] {} <Debug> HTTP-Session: 250aa5fb-2f89-4947-8d62-207451a3c593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9293 | 2024.08.18 06:20:42.368216 [ 3 ] {} <Debug> HTTP-Session: 250aa5fb-2f89-4947-8d62-207451a3c593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9294 | 2024.08.18 06:20:42.368316 [ 3 ] {} <Trace> HTTP-Session: 250aa5fb-2f89-4947-8d62-207451a3c593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9295 | 2024.08.18 06:20:42.368381 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 262 rows starting from the beginning of the part | ||
9296 | 2024.08.18 06:20:42.368708 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9297 | 2024.08.18 06:20:42.368699 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 83 rows starting from the beginning of the part | ||
9298 | 2024.08.18 06:20:42.368869 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9299 | 2024.08.18 06:20:42.369092 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1401 rows starting from the beginning of the part | ||
9300 | 2024.08.18 06:20:42.369356 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
9301 | 2024.08.18 06:20:42.369685 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 83 rows starting from the beginning of the part | ||
9302 | 2024.08.18 06:20:42.370045 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9303 | 2024.08.18 06:20:42.371001 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9304 | 2024.08.18 06:20:42.371049 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9305 | 2024.08.18 06:20:42.371786 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9306 | 2024.08.18 06:20:42.372329 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9307 | 2024.08.18 06:20:42.372483 [ 52 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9308 | 2024.08.18 06:20:42.372488 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003934 sec., 18556.176919166242 rows/sec., 1.45 MiB/sec. | ||
9309 | 2024.08.18 06:20:42.372525 [ 52 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9310 | 2024.08.18 06:20:42.372613 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9311 | 2024.08.18 06:20:42.372990 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Debug> DynamicQueryHandler: Done processing query | ||
9312 | 2024.08.18 06:20:42.373048 [ 3 ] {d3ba562c-8055-4d5d-8665-33e89cc48eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9313 | 2024.08.18 06:20:42.373131 [ 3 ] {} <Debug> HTTP-Session: 250aa5fb-2f89-4947-8d62-207451a3c593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.08.18 06:20:42.373419 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 4 columns (4 merged, 0 gathered) in 0.006041004 sec., 544776.9940228479 rows/sec., 45.42 MiB/sec. | ||
9315 | 2024.08.18 06:20:42.373443 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
9316 | 2024.08.18 06:20:42.373522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9317 | 2024.08.18 06:20:42.373641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9318 | 2024.08.18 06:20:42.373692 [ 3 ] {} <Debug> HTTP-Session: d0db601d-2606-4640-a750-888197f13518 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9319 | 2024.08.18 06:20:42.373781 [ 3 ] {} <Debug> HTTP-Session: d0db601d-2606-4640-a750-888197f13518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.08.18 06:20:42.373838 [ 3 ] {} <Debug> HTTP-Session: d0db601d-2606-4640-a750-888197f13518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.08.18 06:20:42.373939 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9322 | 2024.08.18 06:20:42.373962 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9323 | 2024.08.18 06:20:42.373976 [ 3 ] {} <Trace> HTTP-Session: d0db601d-2606-4640-a750-888197f13518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9324 | 2024.08.18 06:20:42.374043 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
9325 | 2024.08.18 06:20:42.374333 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 408 rows starting from the beginning of the part | ||
9326 | 2024.08.18 06:20:42.374838 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 73 rows starting from the beginning of the part | ||
9327 | 2024.08.18 06:20:42.375130 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9328 | 2024.08.18 06:20:42.375234 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 862 rows starting from the beginning of the part | ||
9329 | 2024.08.18 06:20:42.375481 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9330 | 2024.08.18 06:20:42.375663 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part | ||
9331 | 2024.08.18 06:20:42.376361 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 73 rows starting from the beginning of the part | ||
9332 | 2024.08.18 06:20:42.376637 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9333 | 2024.08.18 06:20:42.377142 [ 186 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_51_10} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9334 | 2024.08.18 06:20:42.377367 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9335 | 2024.08.18 06:20:42.377412 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
9336 | 2024.08.18 06:20:42.378350 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9337 | 2024.08.18 06:20:42.378430 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9338 | 2024.08.18 06:20:42.379233 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9339 | 2024.08.18 06:20:42.379774 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2349 rows, containing 4 columns (4 merged, 0 gathered) in 0.006967871 sec., 337118.7554993484 rows/sec., 24.52 MiB/sec. | ||
9340 | 2024.08.18 06:20:42.379984 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9341 | 2024.08.18 06:20:42.380149 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9342 | 2024.08.18 06:20:42.380536 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9343 | 2024.08.18 06:20:42.380651 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9344 | 2024.08.18 06:20:42.380680 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006375 sec., 25098.039215686276 rows/sec., 1.75 MiB/sec. | ||
9345 | 2024.08.18 06:20:42.380738 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9346 | 2024.08.18 06:20:42.381389 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Debug> DynamicQueryHandler: Done processing query | ||
9347 | 2024.08.18 06:20:42.381460 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
9348 | 2024.08.18 06:20:42.381498 [ 3 ] {0eafdb2b-79b0-401c-a905-af98b496e138} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9349 | 2024.08.18 06:20:42.381606 [ 3 ] {} <Debug> HTTP-Session: d0db601d-2606-4640-a750-888197f13518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9350 | 2024.08.18 06:20:42.381931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9351 | 2024.08.18 06:20:42.382154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9352 | 2024.08.18 06:20:42.382255 [ 3 ] {} <Debug> HTTP-Session: bb671d1c-5d43-4602-8fac-df6961488b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9353 | 2024.08.18 06:20:42.382343 [ 3 ] {} <Debug> HTTP-Session: bb671d1c-5d43-4602-8fac-df6961488b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.08.18 06:20:42.382374 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9355 | 2024.08.18 06:20:42.382395 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9356 | 2024.08.18 06:20:42.382404 [ 3 ] {} <Debug> HTTP-Session: bb671d1c-5d43-4602-8fac-df6961488b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9357 | 2024.08.18 06:20:42.382551 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13144 rows starting from the beginning of the part | ||
9358 | 2024.08.18 06:20:42.382574 [ 3 ] {} <Trace> HTTP-Session: bb671d1c-5d43-4602-8fac-df6961488b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9359 | 2024.08.18 06:20:42.382667 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_51_10} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9360 | 2024.08.18 06:20:42.382868 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 238 rows starting from the beginning of the part | ||
9361 | 2024.08.18 06:20:42.383173 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9362 | 2024.08.18 06:20:42.383220 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
9363 | 2024.08.18 06:20:42.383448 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <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 | ||
9364 | 2024.08.18 06:20:42.383601 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 901 rows starting from the beginning of the part | ||
9365 | 2024.08.18 06:20:42.384004 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
9366 | 2024.08.18 06:20:42.384102 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
9367 | 2024.08.18 06:20:42.384423 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
9368 | 2024.08.18 06:20:42.386065 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9369 | 2024.08.18 06:20:42.386846 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9370 | 2024.08.18 06:20:42.386887 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9371 | 2024.08.18 06:20:42.388910 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9372 | 2024.08.18 06:20:42.389523 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9373 | 2024.08.18 06:20:42.389772 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9374 | 2024.08.18 06:20:42.389840 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00702 sec., 1282.051282051282 rows/sec., 2.30 MiB/sec. | ||
9375 | 2024.08.18 06:20:42.389842 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9376 | 2024.08.18 06:20:42.389927 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9377 | 2024.08.18 06:20:42.390391 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
9378 | 2024.08.18 06:20:42.390664 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Debug> DynamicQueryHandler: Done processing query | ||
9379 | 2024.08.18 06:20:42.390719 [ 3 ] {44a2d206-2a8a-461e-940f-079086ed4965} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9380 | 2024.08.18 06:20:42.390763 [ 3 ] {} <Debug> HTTP-Session: bb671d1c-5d43-4602-8fac-df6961488b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9381 | 2024.08.18 06:20:42.390987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9382 | 2024.08.18 06:20:42.391106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9383 | 2024.08.18 06:20:42.391181 [ 3 ] {} <Debug> HTTP-Session: 359108e4-0ece-46c7-8b07-7d1115abef00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9384 | 2024.08.18 06:20:42.391264 [ 3 ] {} <Debug> HTTP-Session: 359108e4-0ece-46c7-8b07-7d1115abef00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9385 | 2024.08.18 06:20:42.391293 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9386 | 2024.08.18 06:20:42.391303 [ 3 ] {} <Debug> HTTP-Session: 359108e4-0ece-46c7-8b07-7d1115abef00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9387 | 2024.08.18 06:20:42.391400 [ 3 ] {} <Trace> HTTP-Session: 359108e4-0ece-46c7-8b07-7d1115abef00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9388 | 2024.08.18 06:20:42.391541 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 534 rows starting from the beginning of the part | ||
9389 | 2024.08.18 06:20:42.391885 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9390 | 2024.08.18 06:20:42.392172 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9391 | 2024.08.18 06:20:42.392865 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14623 rows, containing 5 columns (5 merged, 0 gathered) in 0.011894412 sec., 1229400.83124748 rows/sec., 83.06 MiB/sec. | ||
9392 | 2024.08.18 06:20:42.393117 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part | ||
9393 | 2024.08.18 06:20:42.393404 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9394 | 2024.08.18 06:20:42.393435 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9395 | 2024.08.18 06:20:42.394241 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
9396 | 2024.08.18 06:20:42.395477 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9397 | 2024.08.18 06:20:42.395587 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9398 | 2024.08.18 06:20:42.395688 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
9399 | 2024.08.18 06:20:42.395841 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9400 | 2024.08.18 06:20:42.396241 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9401 | 2024.08.18 06:20:42.396677 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
9402 | 2024.08.18 06:20:42.396816 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
9403 | 2024.08.18 06:20:42.397422 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
9404 | 2024.08.18 06:20:42.397487 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9405 | 2024.08.18 06:20:42.398475 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9406 | 2024.08.18 06:20:42.398748 [ 52 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9407 | 2024.08.18 06:20:42.398839 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007193 sec., 8341.44306965105 rows/sec., 575.65 KiB/sec. | ||
9408 | 2024.08.18 06:20:42.398841 [ 52 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9409 | 2024.08.18 06:20:42.398914 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9410 | 2024.08.18 06:20:42.399526 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
9411 | 2024.08.18 06:20:42.399564 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Debug> DynamicQueryHandler: Done processing query | ||
9412 | 2024.08.18 06:20:42.399646 [ 3 ] {ee213445-6c9a-43a5-8029-f9aa3bb5eff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9413 | 2024.08.18 06:20:42.399720 [ 3 ] {} <Debug> HTTP-Session: 359108e4-0ece-46c7-8b07-7d1115abef00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9414 | 2024.08.18 06:20:42.400024 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9415 | 2024.08.18 06:20:42.400082 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2776 rows starting from the beginning of the part | ||
9416 | 2024.08.18 06:20:42.400238 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
9417 | 2024.08.18 06:20:42.400497 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
9418 | 2024.08.18 06:20:42.400796 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 76 rows starting from the beginning of the part | ||
9419 | 2024.08.18 06:20:42.401102 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
9420 | 2024.08.18 06:20:42.401381 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
9421 | 2024.08.18 06:20:42.404960 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3060 rows, containing 4 columns (4 merged, 0 gathered) in 0.0058561 sec., 522532.06058639707 rows/sec., 34.07 MiB/sec. | ||
9422 | 2024.08.18 06:20:42.405458 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9423 | 2024.08.18 06:20:42.406358 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9424 | 2024.08.18 06:20:42.406665 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_51_10} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9425 | 2024.08.18 06:20:42.406716 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 19 columns (19 merged, 0 gathered) in 0.016605751 sec., 36674.04142095109 rows/sec., 65.72 MiB/sec. | ||
9426 | 2024.08.18 06:20:42.406847 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
9427 | 2024.08.18 06:20:42.407449 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9428 | 2024.08.18 06:20:42.408016 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9429 | 2024.08.18 06:20:42.408088 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9430 | 2024.08.18 06:20:42.408220 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
9431 | 2024.08.18 06:20:43.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.74 MiB, peak 206.41 MiB, free memory in arenas 0.00 B, will set to 197.20 MiB (RSS), difference: 1.46 MiB | ||
9432 | 2024.08.18 06:20:47.365103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9433 | 2024.08.18 06:20:47.365240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9434 | 2024.08.18 06:20:47.365270 [ 3 ] {} <Debug> HTTP-Session: ac834b8a-36cc-47ca-ab29-8c6d4432aaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9435 | 2024.08.18 06:20:47.365296 [ 3 ] {} <Debug> HTTP-Session: ac834b8a-36cc-47ca-ab29-8c6d4432aaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9436 | 2024.08.18 06:20:47.365315 [ 3 ] {} <Debug> HTTP-Session: ac834b8a-36cc-47ca-ab29-8c6d4432aaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9437 | 2024.08.18 06:20:47.365369 [ 3 ] {} <Trace> HTTP-Session: ac834b8a-36cc-47ca-ab29-8c6d4432aaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9438 | 2024.08.18 06:20:47.365573 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9439 | 2024.08.18 06:20:47.365647 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9440 | 2024.08.18 06:20:47.365861 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9441 | 2024.08.18 06:20:47.366322 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9442 | 2024.08.18 06:20:47.366360 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9443 | 2024.08.18 06:20:47.366719 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9444 | 2024.08.18 06:20:47.367069 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9445 | 2024.08.18 06:20:47.367209 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001703 sec., 14092.777451556076 rows/sec., 1.12 MiB/sec. | ||
9446 | 2024.08.18 06:20:47.367409 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Debug> DynamicQueryHandler: Done processing query | ||
9447 | 2024.08.18 06:20:47.367436 [ 3 ] {7fdd4782-b894-48b9-b7eb-5c4bf1061a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9448 | 2024.08.18 06:20:47.367451 [ 3 ] {} <Debug> HTTP-Session: ac834b8a-36cc-47ca-ab29-8c6d4432aaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9449 | 2024.08.18 06:20:47.367678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9450 | 2024.08.18 06:20:47.367728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9451 | 2024.08.18 06:20:47.367748 [ 3 ] {} <Debug> HTTP-Session: b0ee699f-1e4c-471f-b3d1-1baf13131ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9452 | 2024.08.18 06:20:47.367765 [ 3 ] {} <Debug> HTTP-Session: b0ee699f-1e4c-471f-b3d1-1baf13131ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9453 | 2024.08.18 06:20:47.367779 [ 3 ] {} <Debug> HTTP-Session: b0ee699f-1e4c-471f-b3d1-1baf13131ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9454 | 2024.08.18 06:20:47.367809 [ 3 ] {} <Trace> HTTP-Session: b0ee699f-1e4c-471f-b3d1-1baf13131ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9455 | 2024.08.18 06:20:47.367978 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9456 | 2024.08.18 06:20:47.368022 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9457 | 2024.08.18 06:20:47.368147 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9458 | 2024.08.18 06:20:47.368614 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9459 | 2024.08.18 06:20:47.368651 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9460 | 2024.08.18 06:20:47.368978 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9461 | 2024.08.18 06:20:47.369299 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9462 | 2024.08.18 06:20:47.369427 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001537 sec., 169811.320754717 rows/sec., 14.85 MiB/sec. | ||
9463 | 2024.08.18 06:20:47.369594 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Debug> DynamicQueryHandler: Done processing query | ||
9464 | 2024.08.18 06:20:47.369618 [ 3 ] {f1af24d8-3372-4eb5-ae3e-6c79a7de257f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
9465 | 2024.08.18 06:20:47.369633 [ 3 ] {} <Debug> HTTP-Session: b0ee699f-1e4c-471f-b3d1-1baf13131ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9466 | 2024.08.18 06:20:47.369761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9467 | 2024.08.18 06:20:47.369809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9468 | 2024.08.18 06:20:47.369827 [ 3 ] {} <Debug> HTTP-Session: 4d3a4c91-e6a6-4f22-9a71-963f69ba5ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9469 | 2024.08.18 06:20:47.369843 [ 3 ] {} <Debug> HTTP-Session: 4d3a4c91-e6a6-4f22-9a71-963f69ba5ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9470 | 2024.08.18 06:20:47.369856 [ 3 ] {} <Debug> HTTP-Session: 4d3a4c91-e6a6-4f22-9a71-963f69ba5ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.08.18 06:20:47.369887 [ 3 ] {} <Trace> HTTP-Session: 4d3a4c91-e6a6-4f22-9a71-963f69ba5ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9472 | 2024.08.18 06:20:47.369986 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9473 | 2024.08.18 06:20:47.370028 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9474 | 2024.08.18 06:20:47.370150 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9475 | 2024.08.18 06:20:47.370435 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9476 | 2024.08.18 06:20:47.370471 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9477 | 2024.08.18 06:20:47.370779 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9478 | 2024.08.18 06:20:47.371090 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9479 | 2024.08.18 06:20:47.371212 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001252 sec., 11182.108626198082 rows/sec., 783.12 KiB/sec. | ||
9480 | 2024.08.18 06:20:47.371372 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Debug> DynamicQueryHandler: Done processing query | ||
9481 | 2024.08.18 06:20:47.371396 [ 3 ] {4ee98e7c-f7e0-4fcb-94c0-206e8458fdb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9482 | 2024.08.18 06:20:47.371412 [ 3 ] {} <Debug> HTTP-Session: 4d3a4c91-e6a6-4f22-9a71-963f69ba5ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.08.18 06:20:47.371531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9484 | 2024.08.18 06:20:47.371579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9485 | 2024.08.18 06:20:47.371598 [ 3 ] {} <Debug> HTTP-Session: 2e5888bf-cbeb-428b-a2cb-4e9547a225b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9486 | 2024.08.18 06:20:47.371614 [ 3 ] {} <Debug> HTTP-Session: 2e5888bf-cbeb-428b-a2cb-4e9547a225b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9487 | 2024.08.18 06:20:47.371627 [ 3 ] {} <Debug> HTTP-Session: 2e5888bf-cbeb-428b-a2cb-4e9547a225b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9488 | 2024.08.18 06:20:47.371656 [ 3 ] {} <Trace> HTTP-Session: 2e5888bf-cbeb-428b-a2cb-4e9547a225b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9489 | 2024.08.18 06:20:47.371774 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9490 | 2024.08.18 06:20:47.371815 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9491 | 2024.08.18 06:20:47.371939 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9492 | 2024.08.18 06:20:47.372215 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9493 | 2024.08.18 06:20:47.372250 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9494 | 2024.08.18 06:20:47.372548 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9495 | 2024.08.18 06:20:47.372858 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9496 | 2024.08.18 06:20:47.372981 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001232 sec., 4870.12987012987 rows/sec., 287.74 KiB/sec. | ||
9497 | 2024.08.18 06:20:47.373139 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Debug> DynamicQueryHandler: Done processing query | ||
9498 | 2024.08.18 06:20:47.373163 [ 3 ] {40cd8cff-c02a-4d9d-86ee-1c582e9c0c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9499 | 2024.08.18 06:20:47.373201 [ 3 ] {} <Debug> HTTP-Session: 2e5888bf-cbeb-428b-a2cb-4e9547a225b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9500 | 2024.08.18 06:20:47.373379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9501 | 2024.08.18 06:20:47.373427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9502 | 2024.08.18 06:20:47.373446 [ 3 ] {} <Debug> HTTP-Session: 5f0c4825-d38a-41c4-8ab2-d987ddbde583 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9503 | 2024.08.18 06:20:47.373462 [ 3 ] {} <Debug> HTTP-Session: 5f0c4825-d38a-41c4-8ab2-d987ddbde583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9504 | 2024.08.18 06:20:47.373476 [ 3 ] {} <Debug> HTTP-Session: 5f0c4825-d38a-41c4-8ab2-d987ddbde583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.08.18 06:20:47.373506 [ 3 ] {} <Trace> HTTP-Session: 5f0c4825-d38a-41c4-8ab2-d987ddbde583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9506 | 2024.08.18 06:20:47.373710 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9507 | 2024.08.18 06:20:47.373752 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9508 | 2024.08.18 06:20:47.373875 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9509 | 2024.08.18 06:20:47.374386 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9510 | 2024.08.18 06:20:47.374422 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9511 | 2024.08.18 06:20:47.374743 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9512 | 2024.08.18 06:20:47.375048 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9513 | 2024.08.18 06:20:47.375169 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001561 sec., 260089.6860986547 rows/sec., 18.52 MiB/sec. | ||
9514 | 2024.08.18 06:20:47.375327 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Debug> DynamicQueryHandler: Done processing query | ||
9515 | 2024.08.18 06:20:47.375352 [ 3 ] {0d5d7979-8f8d-4d9b-bb5c-c6e324a9c447} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9516 | 2024.08.18 06:20:47.375367 [ 3 ] {} <Debug> HTTP-Session: 5f0c4825-d38a-41c4-8ab2-d987ddbde583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9517 | 2024.08.18 06:20:47.375550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9518 | 2024.08.18 06:20:47.375597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9519 | 2024.08.18 06:20:47.375615 [ 3 ] {} <Debug> HTTP-Session: 7c8532c4-9e35-43bf-b648-908ce18a1e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9520 | 2024.08.18 06:20:47.375631 [ 3 ] {} <Debug> HTTP-Session: 7c8532c4-9e35-43bf-b648-908ce18a1e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9521 | 2024.08.18 06:20:47.375644 [ 3 ] {} <Debug> HTTP-Session: 7c8532c4-9e35-43bf-b648-908ce18a1e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9522 | 2024.08.18 06:20:47.375673 [ 3 ] {} <Trace> HTTP-Session: 7c8532c4-9e35-43bf-b648-908ce18a1e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9523 | 2024.08.18 06:20:47.375767 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9524 | 2024.08.18 06:20:47.375810 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9525 | 2024.08.18 06:20:47.375936 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9526 | 2024.08.18 06:20:47.376199 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9527 | 2024.08.18 06:20:47.376234 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9528 | 2024.08.18 06:20:47.376587 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9529 | 2024.08.18 06:20:47.376908 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9530 | 2024.08.18 06:20:47.377031 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 243.19 KiB/sec. | ||
9531 | 2024.08.18 06:20:47.377192 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Debug> DynamicQueryHandler: Done processing query | ||
9532 | 2024.08.18 06:20:47.377216 [ 3 ] {7deeb1ac-f747-4932-a8f5-559d43cb90c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9533 | 2024.08.18 06:20:47.377231 [ 3 ] {} <Debug> HTTP-Session: 7c8532c4-9e35-43bf-b648-908ce18a1e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9534 | 2024.08.18 06:20:47.377391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9535 | 2024.08.18 06:20:47.377438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9536 | 2024.08.18 06:20:47.377457 [ 3 ] {} <Debug> HTTP-Session: 64c5e4ce-ff16-4e61-b356-b69b601a7dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9537 | 2024.08.18 06:20:47.377473 [ 3 ] {} <Debug> HTTP-Session: 64c5e4ce-ff16-4e61-b356-b69b601a7dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9538 | 2024.08.18 06:20:47.377486 [ 3 ] {} <Debug> HTTP-Session: 64c5e4ce-ff16-4e61-b356-b69b601a7dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9539 | 2024.08.18 06:20:47.377516 [ 3 ] {} <Trace> HTTP-Session: 64c5e4ce-ff16-4e61-b356-b69b601a7dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9540 | 2024.08.18 06:20:47.377677 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9541 | 2024.08.18 06:20:47.377722 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9542 | 2024.08.18 06:20:47.377857 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9543 | 2024.08.18 06:20:47.378269 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9544 | 2024.08.18 06:20:47.378306 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9545 | 2024.08.18 06:20:47.378675 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9546 | 2024.08.18 06:20:47.379020 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9547 | 2024.08.18 06:20:47.379142 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
9548 | 2024.08.18 06:20:47.379304 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Debug> DynamicQueryHandler: Done processing query | ||
9549 | 2024.08.18 06:20:47.379328 [ 3 ] {51d9e476-8a9e-4d44-b14a-7fb947f16f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9550 | 2024.08.18 06:20:47.379344 [ 3 ] {} <Debug> HTTP-Session: 64c5e4ce-ff16-4e61-b356-b69b601a7dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9551 | 2024.08.18 06:20:47.379509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9552 | 2024.08.18 06:20:47.379557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9553 | 2024.08.18 06:20:47.379575 [ 3 ] {} <Debug> HTTP-Session: a1196438-a001-49aa-8054-a27117565146 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9554 | 2024.08.18 06:20:47.379591 [ 3 ] {} <Debug> HTTP-Session: a1196438-a001-49aa-8054-a27117565146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9555 | 2024.08.18 06:20:47.379604 [ 3 ] {} <Debug> HTTP-Session: a1196438-a001-49aa-8054-a27117565146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9556 | 2024.08.18 06:20:47.379633 [ 3 ] {} <Trace> HTTP-Session: a1196438-a001-49aa-8054-a27117565146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9557 | 2024.08.18 06:20:47.379725 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9558 | 2024.08.18 06:20:47.379768 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9559 | 2024.08.18 06:20:47.379893 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9560 | 2024.08.18 06:20:47.380150 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9561 | 2024.08.18 06:20:47.380184 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9562 | 2024.08.18 06:20:47.380527 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9563 | 2024.08.18 06:20:47.380848 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9564 | 2024.08.18 06:20:47.380976 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 52.93 KiB/sec. | ||
9565 | 2024.08.18 06:20:47.381246 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Debug> DynamicQueryHandler: Done processing query | ||
9566 | 2024.08.18 06:20:47.381281 [ 3 ] {82d35794-a85d-4842-bbb2-d81afecbe848} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9567 | 2024.08.18 06:20:47.381306 [ 3 ] {} <Debug> HTTP-Session: a1196438-a001-49aa-8054-a27117565146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9568 | 2024.08.18 06:20:47.381456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9569 | 2024.08.18 06:20:47.381504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9570 | 2024.08.18 06:20:47.381523 [ 3 ] {} <Debug> HTTP-Session: 1d69ee09-ed36-4ded-8aa0-261ea5375047 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9571 | 2024.08.18 06:20:47.381539 [ 3 ] {} <Debug> HTTP-Session: 1d69ee09-ed36-4ded-8aa0-261ea5375047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9572 | 2024.08.18 06:20:47.381553 [ 3 ] {} <Debug> HTTP-Session: 1d69ee09-ed36-4ded-8aa0-261ea5375047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.08.18 06:20:47.381583 [ 3 ] {} <Trace> HTTP-Session: 1d69ee09-ed36-4ded-8aa0-261ea5375047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9574 | 2024.08.18 06:20:47.381853 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9575 | 2024.08.18 06:20:47.381924 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <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 | ||
9576 | 2024.08.18 06:20:47.382333 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9577 | 2024.08.18 06:20:47.383116 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9578 | 2024.08.18 06:20:47.383152 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9579 | 2024.08.18 06:20:47.383760 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9580 | 2024.08.18 06:20:47.384156 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9581 | 2024.08.18 06:20:47.384311 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00263 sec., 9125.475285171104 rows/sec., 16.35 MiB/sec. | ||
9582 | 2024.08.18 06:20:47.384529 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Debug> DynamicQueryHandler: Done processing query | ||
9583 | 2024.08.18 06:20:47.384554 [ 3 ] {8c8ba498-e11c-4fae-b353-ed884e33f122} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9584 | 2024.08.18 06:20:47.384570 [ 3 ] {} <Debug> HTTP-Session: 1d69ee09-ed36-4ded-8aa0-261ea5375047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9585 | 2024.08.18 06:20:47.384706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9586 | 2024.08.18 06:20:47.384755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9587 | 2024.08.18 06:20:47.384774 [ 3 ] {} <Debug> HTTP-Session: c9408d3d-bb68-4e8c-b23b-e2ae61cccd96 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9588 | 2024.08.18 06:20:47.384789 [ 3 ] {} <Debug> HTTP-Session: c9408d3d-bb68-4e8c-b23b-e2ae61cccd96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9589 | 2024.08.18 06:20:47.384802 [ 3 ] {} <Debug> HTTP-Session: c9408d3d-bb68-4e8c-b23b-e2ae61cccd96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9590 | 2024.08.18 06:20:47.384834 [ 3 ] {} <Trace> HTTP-Session: c9408d3d-bb68-4e8c-b23b-e2ae61cccd96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9591 | 2024.08.18 06:20:47.384949 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9592 | 2024.08.18 06:20:47.384992 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9593 | 2024.08.18 06:20:47.385115 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9594 | 2024.08.18 06:20:47.385431 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9595 | 2024.08.18 06:20:47.385467 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9596 | 2024.08.18 06:20:47.385828 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9597 | 2024.08.18 06:20:47.386143 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9598 | 2024.08.18 06:20:47.386266 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001359 sec., 60338.48417954378 rows/sec., 3.83 MiB/sec. | ||
9599 | 2024.08.18 06:20:47.386439 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Debug> DynamicQueryHandler: Done processing query | ||
9600 | 2024.08.18 06:20:47.386465 [ 3 ] {aeb152bd-cb76-4ae6-84eb-43a01ae9e410} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9601 | 2024.08.18 06:20:47.386487 [ 3 ] {} <Debug> HTTP-Session: c9408d3d-bb68-4e8c-b23b-e2ae61cccd96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9602 | 2024.08.18 06:20:52.359420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9603 | 2024.08.18 06:20:52.359555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9604 | 2024.08.18 06:20:52.359584 [ 3 ] {} <Debug> HTTP-Session: 639cbe41-d560-4b1a-b370-eb82e8e02e57 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9605 | 2024.08.18 06:20:52.359612 [ 3 ] {} <Debug> HTTP-Session: 639cbe41-d560-4b1a-b370-eb82e8e02e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9606 | 2024.08.18 06:20:52.359630 [ 3 ] {} <Debug> HTTP-Session: 639cbe41-d560-4b1a-b370-eb82e8e02e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.08.18 06:20:52.359684 [ 3 ] {} <Trace> HTTP-Session: 639cbe41-d560-4b1a-b370-eb82e8e02e57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9608 | 2024.08.18 06:20:52.359884 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9609 | 2024.08.18 06:20:52.359956 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9610 | 2024.08.18 06:20:52.360157 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9611 | 2024.08.18 06:20:52.360671 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9612 | 2024.08.18 06:20:52.360714 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9613 | 2024.08.18 06:20:52.361074 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9614 | 2024.08.18 06:20:52.361400 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9615 | 2024.08.18 06:20:52.361564 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001737 sec., 5181.347150259067 rows/sec., 419.97 KiB/sec. | ||
9616 | 2024.08.18 06:20:52.361760 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Debug> DynamicQueryHandler: Done processing query | ||
9617 | 2024.08.18 06:20:52.361786 [ 3 ] {e12d8ffc-4104-4620-978e-b97f2b6ffb66} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9618 | 2024.08.18 06:20:52.361803 [ 3 ] {} <Debug> HTTP-Session: 639cbe41-d560-4b1a-b370-eb82e8e02e57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9619 | 2024.08.18 06:20:52.361973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9620 | 2024.08.18 06:20:52.362022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9621 | 2024.08.18 06:20:52.362042 [ 3 ] {} <Debug> HTTP-Session: b65e8540-3335-46ee-a1a8-7a229410dfee Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9622 | 2024.08.18 06:20:52.362058 [ 3 ] {} <Debug> HTTP-Session: b65e8540-3335-46ee-a1a8-7a229410dfee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9623 | 2024.08.18 06:20:52.362073 [ 3 ] {} <Debug> HTTP-Session: b65e8540-3335-46ee-a1a8-7a229410dfee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9624 | 2024.08.18 06:20:52.362104 [ 3 ] {} <Trace> HTTP-Session: b65e8540-3335-46ee-a1a8-7a229410dfee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9625 | 2024.08.18 06:20:52.362199 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9626 | 2024.08.18 06:20:52.362243 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9627 | 2024.08.18 06:20:52.362368 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9628 | 2024.08.18 06:20:52.362717 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9629 | 2024.08.18 06:20:52.362754 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9630 | 2024.08.18 06:20:52.363050 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9631 | 2024.08.18 06:20:52.363358 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9632 | 2024.08.18 06:20:52.363510 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 245.80 KiB/sec. | ||
9633 | 2024.08.18 06:20:52.363677 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Debug> DynamicQueryHandler: Done processing query | ||
9634 | 2024.08.18 06:20:52.363701 [ 3 ] {493ea706-18db-475c-9efa-5658fbe10fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9635 | 2024.08.18 06:20:52.363717 [ 3 ] {} <Debug> HTTP-Session: b65e8540-3335-46ee-a1a8-7a229410dfee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9636 | 2024.08.18 06:20:52.363840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9637 | 2024.08.18 06:20:52.363888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9638 | 2024.08.18 06:20:52.363907 [ 3 ] {} <Debug> HTTP-Session: 680815f7-881c-430a-aaeb-57df13add0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9639 | 2024.08.18 06:20:52.363923 [ 3 ] {} <Debug> HTTP-Session: 680815f7-881c-430a-aaeb-57df13add0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9640 | 2024.08.18 06:20:52.363937 [ 3 ] {} <Debug> HTTP-Session: 680815f7-881c-430a-aaeb-57df13add0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.08.18 06:20:52.363968 [ 3 ] {} <Trace> HTTP-Session: 680815f7-881c-430a-aaeb-57df13add0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9642 | 2024.08.18 06:20:52.364087 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9643 | 2024.08.18 06:20:52.364129 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9644 | 2024.08.18 06:20:52.364252 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9645 | 2024.08.18 06:20:52.364620 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9646 | 2024.08.18 06:20:52.364657 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9647 | 2024.08.18 06:20:52.364973 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9648 | 2024.08.18 06:20:52.365273 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9649 | 2024.08.18 06:20:52.365427 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Debug> executeQuery: Read 85 rows, 6.94 KiB in 0.001378 sec., 61683.599419448474 rows/sec., 4.92 MiB/sec. | ||
9650 | 2024.08.18 06:20:52.365682 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Debug> DynamicQueryHandler: Done processing query | ||
9651 | 2024.08.18 06:20:52.365736 [ 3 ] {611ccffb-56e9-4af3-a615-fecabcfb0fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9652 | 2024.08.18 06:20:52.365793 [ 3 ] {} <Debug> HTTP-Session: 680815f7-881c-430a-aaeb-57df13add0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9653 | 2024.08.18 06:20:52.366006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9654 | 2024.08.18 06:20:52.366057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9655 | 2024.08.18 06:20:52.366076 [ 3 ] {} <Debug> HTTP-Session: d4dce621-c20a-4ff0-8df0-e7d413aadc30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9656 | 2024.08.18 06:20:52.366094 [ 3 ] {} <Debug> HTTP-Session: d4dce621-c20a-4ff0-8df0-e7d413aadc30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9657 | 2024.08.18 06:20:52.366109 [ 3 ] {} <Debug> HTTP-Session: d4dce621-c20a-4ff0-8df0-e7d413aadc30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9658 | 2024.08.18 06:20:52.366142 [ 3 ] {} <Trace> HTTP-Session: d4dce621-c20a-4ff0-8df0-e7d413aadc30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9659 | 2024.08.18 06:20:52.366243 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9660 | 2024.08.18 06:20:52.366287 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9661 | 2024.08.18 06:20:52.366436 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9662 | 2024.08.18 06:20:52.366902 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9663 | 2024.08.18 06:20:52.366940 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9664 | 2024.08.18 06:20:52.367237 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9665 | 2024.08.18 06:20:52.367540 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9666 | 2024.08.18 06:20:52.367694 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001475 sec., 2711.8644067796613 rows/sec., 189.35 KiB/sec. | ||
9667 | 2024.08.18 06:20:52.367974 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Debug> DynamicQueryHandler: Done processing query | ||
9668 | 2024.08.18 06:20:52.368000 [ 3 ] {5638f98b-417a-4201-9d63-7d5bd34c7154} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9669 | 2024.08.18 06:20:52.368016 [ 3 ] {} <Debug> HTTP-Session: d4dce621-c20a-4ff0-8df0-e7d413aadc30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9670 | 2024.08.18 06:20:52.368131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9671 | 2024.08.18 06:20:52.368179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9672 | 2024.08.18 06:20:52.368198 [ 3 ] {} <Debug> HTTP-Session: e8e822e4-6cca-4d50-a8c1-773f6134557c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9673 | 2024.08.18 06:20:52.368214 [ 3 ] {} <Debug> HTTP-Session: e8e822e4-6cca-4d50-a8c1-773f6134557c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9674 | 2024.08.18 06:20:52.368229 [ 3 ] {} <Debug> HTTP-Session: e8e822e4-6cca-4d50-a8c1-773f6134557c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9675 | 2024.08.18 06:20:52.368260 [ 3 ] {} <Trace> HTTP-Session: e8e822e4-6cca-4d50-a8c1-773f6134557c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9676 | 2024.08.18 06:20:52.368382 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9677 | 2024.08.18 06:20:52.368427 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9678 | 2024.08.18 06:20:52.368573 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9679 | 2024.08.18 06:20:52.368917 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9680 | 2024.08.18 06:20:52.368955 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9681 | 2024.08.18 06:20:52.369267 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9682 | 2024.08.18 06:20:52.369567 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9683 | 2024.08.18 06:20:52.369718 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00137 sec., 56204.379562043796 rows/sec., 4.39 MiB/sec. | ||
9684 | 2024.08.18 06:20:52.369902 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Debug> DynamicQueryHandler: Done processing query | ||
9685 | 2024.08.18 06:20:52.369932 [ 3 ] {a8b1ffb2-b3a1-41ab-8c89-e139ca23fa38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9686 | 2024.08.18 06:20:52.369949 [ 3 ] {} <Debug> HTTP-Session: e8e822e4-6cca-4d50-a8c1-773f6134557c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9687 | 2024.08.18 06:20:52.370136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9688 | 2024.08.18 06:20:52.370185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9689 | 2024.08.18 06:20:52.370204 [ 3 ] {} <Debug> HTTP-Session: 6f090129-0ba2-457a-8c05-0a64d5a0c06f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9690 | 2024.08.18 06:20:52.370222 [ 3 ] {} <Debug> HTTP-Session: 6f090129-0ba2-457a-8c05-0a64d5a0c06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9691 | 2024.08.18 06:20:52.370235 [ 3 ] {} <Debug> HTTP-Session: 6f090129-0ba2-457a-8c05-0a64d5a0c06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9692 | 2024.08.18 06:20:52.370266 [ 3 ] {} <Trace> HTTP-Session: 6f090129-0ba2-457a-8c05-0a64d5a0c06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9693 | 2024.08.18 06:20:52.370446 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9694 | 2024.08.18 06:20:52.370495 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9695 | 2024.08.18 06:20:52.370641 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9696 | 2024.08.18 06:20:52.371023 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9697 | 2024.08.18 06:20:52.371059 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9698 | 2024.08.18 06:20:52.371463 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9699 | 2024.08.18 06:20:52.371801 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9700 | 2024.08.18 06:20:52.371971 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001607 sec., 100808.96079651525 rows/sec., 7.02 MiB/sec. | ||
9701 | 2024.08.18 06:20:52.372264 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Debug> DynamicQueryHandler: Done processing query | ||
9702 | 2024.08.18 06:20:52.372315 [ 3 ] {0c2730ca-a56a-4fa7-a32d-281abdf24bd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9703 | 2024.08.18 06:20:52.372334 [ 3 ] {} <Debug> HTTP-Session: 6f090129-0ba2-457a-8c05-0a64d5a0c06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9704 | 2024.08.18 06:20:52.372468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9705 | 2024.08.18 06:20:52.372517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9706 | 2024.08.18 06:20:52.372537 [ 3 ] {} <Debug> HTTP-Session: f9857dc7-4d48-4bf5-ba2f-76202bbf0993 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9707 | 2024.08.18 06:20:52.372553 [ 3 ] {} <Debug> HTTP-Session: f9857dc7-4d48-4bf5-ba2f-76202bbf0993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9708 | 2024.08.18 06:20:52.372569 [ 3 ] {} <Debug> HTTP-Session: f9857dc7-4d48-4bf5-ba2f-76202bbf0993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.08.18 06:20:52.372599 [ 3 ] {} <Trace> HTTP-Session: f9857dc7-4d48-4bf5-ba2f-76202bbf0993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2024.08.18 06:20:52.372790 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9711 | 2024.08.18 06:20:52.372857 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <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 | ||
9712 | 2024.08.18 06:20:52.373289 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9713 | 2024.08.18 06:20:52.373821 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9714 | 2024.08.18 06:20:52.373857 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9715 | 2024.08.18 06:20:52.374450 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9716 | 2024.08.18 06:20:52.374853 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9717 | 2024.08.18 06:20:52.375057 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002381 sec., 3779.92440151197 rows/sec., 6.77 MiB/sec. | ||
9718 | 2024.08.18 06:20:52.375261 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Debug> DynamicQueryHandler: Done processing query | ||
9719 | 2024.08.18 06:20:52.375285 [ 3 ] {ac89678d-6d9b-4a53-a344-e4a9a2f0eea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9720 | 2024.08.18 06:20:52.375301 [ 3 ] {} <Debug> HTTP-Session: f9857dc7-4d48-4bf5-ba2f-76202bbf0993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9721 | 2024.08.18 06:20:52.375473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9722 | 2024.08.18 06:20:52.375520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9723 | 2024.08.18 06:20:52.375539 [ 3 ] {} <Debug> HTTP-Session: 7f5b71f3-cb26-44e1-974f-0fbb972e65bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9724 | 2024.08.18 06:20:52.375556 [ 3 ] {} <Debug> HTTP-Session: 7f5b71f3-cb26-44e1-974f-0fbb972e65bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9725 | 2024.08.18 06:20:52.375571 [ 3 ] {} <Debug> HTTP-Session: 7f5b71f3-cb26-44e1-974f-0fbb972e65bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9726 | 2024.08.18 06:20:52.375602 [ 3 ] {} <Trace> HTTP-Session: 7f5b71f3-cb26-44e1-974f-0fbb972e65bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9727 | 2024.08.18 06:20:52.375713 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9728 | 2024.08.18 06:20:52.375759 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9729 | 2024.08.18 06:20:52.375885 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9730 | 2024.08.18 06:20:52.376235 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9731 | 2024.08.18 06:20:52.376273 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9732 | 2024.08.18 06:20:52.376627 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9733 | 2024.08.18 06:20:52.376955 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9734 | 2024.08.18 06:20:52.377116 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
9735 | 2024.08.18 06:20:52.377283 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Debug> DynamicQueryHandler: Done processing query | ||
9736 | 2024.08.18 06:20:52.377308 [ 3 ] {ce1dce9d-a0e4-4e31-a683-a8e79ce24229} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9737 | 2024.08.18 06:20:52.377323 [ 3 ] {} <Debug> HTTP-Session: 7f5b71f3-cb26-44e1-974f-0fbb972e65bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9738 | 2024.08.18 06:20:55.226034 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9739 | 2024.08.18 06:20:55.226107 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9740 | 2024.08.18 06:20:57.364823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9741 | 2024.08.18 06:20:57.364941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9742 | 2024.08.18 06:20:57.364965 [ 3 ] {} <Debug> HTTP-Session: 6d9fd9c3-bd44-497b-afca-d5b718c92cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9743 | 2024.08.18 06:20:57.364988 [ 3 ] {} <Debug> HTTP-Session: 6d9fd9c3-bd44-497b-afca-d5b718c92cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.08.18 06:20:57.365002 [ 3 ] {} <Debug> HTTP-Session: 6d9fd9c3-bd44-497b-afca-d5b718c92cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.08.18 06:20:57.365050 [ 3 ] {} <Trace> HTTP-Session: 6d9fd9c3-bd44-497b-afca-d5b718c92cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2024.08.18 06:20:57.365228 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9747 | 2024.08.18 06:20:57.365292 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9748 | 2024.08.18 06:20:57.365483 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9749 | 2024.08.18 06:20:57.365899 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9750 | 2024.08.18 06:20:57.365941 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9751 | 2024.08.18 06:20:57.366296 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9752 | 2024.08.18 06:20:57.366625 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9753 | 2024.08.18 06:20:57.366790 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001619 sec., 14823.965410747374 rows/sec., 1.17 MiB/sec. | ||
9754 | 2024.08.18 06:20:57.366976 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Debug> DynamicQueryHandler: Done processing query | ||
9755 | 2024.08.18 06:20:57.367001 [ 3 ] {a97f1ea7-b131-419d-9ceb-04392562b076} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9756 | 2024.08.18 06:20:57.367016 [ 3 ] {} <Debug> HTTP-Session: 6d9fd9c3-bd44-497b-afca-d5b718c92cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.08.18 06:20:57.367215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9758 | 2024.08.18 06:20:57.367264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9759 | 2024.08.18 06:20:57.367283 [ 3 ] {} <Debug> HTTP-Session: c8eed839-11af-4744-8fff-0c599cf5456a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9760 | 2024.08.18 06:20:57.367299 [ 3 ] {} <Debug> HTTP-Session: c8eed839-11af-4744-8fff-0c599cf5456a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.08.18 06:20:57.367313 [ 3 ] {} <Debug> HTTP-Session: c8eed839-11af-4744-8fff-0c599cf5456a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9762 | 2024.08.18 06:20:57.367344 [ 3 ] {} <Trace> HTTP-Session: c8eed839-11af-4744-8fff-0c599cf5456a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9763 | 2024.08.18 06:20:57.367511 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9764 | 2024.08.18 06:20:57.367555 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9765 | 2024.08.18 06:20:57.367679 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9766 | 2024.08.18 06:20:57.368135 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9767 | 2024.08.18 06:20:57.368171 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9768 | 2024.08.18 06:20:57.368492 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9769 | 2024.08.18 06:20:57.368793 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9770 | 2024.08.18 06:20:57.368944 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.00151 sec., 172847.6821192053 rows/sec., 15.11 MiB/sec. | ||
9771 | 2024.08.18 06:20:57.369111 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Debug> DynamicQueryHandler: Done processing query | ||
9772 | 2024.08.18 06:20:57.369135 [ 3 ] {e49219e0-ee73-4312-bb4b-63145edd8022} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
9773 | 2024.08.18 06:20:57.369150 [ 3 ] {} <Debug> HTTP-Session: c8eed839-11af-4744-8fff-0c599cf5456a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9774 | 2024.08.18 06:20:57.369286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9775 | 2024.08.18 06:20:57.369335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9776 | 2024.08.18 06:20:57.369356 [ 3 ] {} <Debug> HTTP-Session: 6a0918a8-af46-46be-bd89-1d507ed93801 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9777 | 2024.08.18 06:20:57.369372 [ 3 ] {} <Debug> HTTP-Session: 6a0918a8-af46-46be-bd89-1d507ed93801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.08.18 06:20:57.369385 [ 3 ] {} <Debug> HTTP-Session: 6a0918a8-af46-46be-bd89-1d507ed93801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.08.18 06:20:57.369416 [ 3 ] {} <Trace> HTTP-Session: 6a0918a8-af46-46be-bd89-1d507ed93801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9780 | 2024.08.18 06:20:57.369513 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9781 | 2024.08.18 06:20:57.369554 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9782 | 2024.08.18 06:20:57.369680 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9783 | 2024.08.18 06:20:57.369958 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9784 | 2024.08.18 06:20:57.369994 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9785 | 2024.08.18 06:20:57.370299 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9786 | 2024.08.18 06:20:57.370630 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9787 | 2024.08.18 06:20:57.370801 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001312 sec., 10670.731707317073 rows/sec., 747.31 KiB/sec. | ||
9788 | 2024.08.18 06:20:57.371083 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Debug> DynamicQueryHandler: Done processing query | ||
9789 | 2024.08.18 06:20:57.371110 [ 3 ] {5be290fa-5173-4ad4-9a88-71a1c4120292} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9790 | 2024.08.18 06:20:57.371126 [ 3 ] {} <Debug> HTTP-Session: 6a0918a8-af46-46be-bd89-1d507ed93801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9791 | 2024.08.18 06:20:57.371249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9792 | 2024.08.18 06:20:57.371297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9793 | 2024.08.18 06:20:57.371317 [ 3 ] {} <Debug> HTTP-Session: b19ee159-c71b-418a-a59f-119d80a7a4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9794 | 2024.08.18 06:20:57.371333 [ 3 ] {} <Debug> HTTP-Session: b19ee159-c71b-418a-a59f-119d80a7a4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.08.18 06:20:57.371348 [ 3 ] {} <Debug> HTTP-Session: b19ee159-c71b-418a-a59f-119d80a7a4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.08.18 06:20:57.371378 [ 3 ] {} <Trace> HTTP-Session: b19ee159-c71b-418a-a59f-119d80a7a4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9797 | 2024.08.18 06:20:57.371481 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9798 | 2024.08.18 06:20:57.371523 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9799 | 2024.08.18 06:20:57.371673 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9800 | 2024.08.18 06:20:57.371956 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9801 | 2024.08.18 06:20:57.371991 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9802 | 2024.08.18 06:20:57.372299 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9803 | 2024.08.18 06:20:57.372599 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9804 | 2024.08.18 06:20:57.372747 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 274.80 KiB/sec. | ||
9805 | 2024.08.18 06:20:57.372909 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Debug> DynamicQueryHandler: Done processing query | ||
9806 | 2024.08.18 06:20:57.372932 [ 3 ] {36860f32-73c1-4eb9-bb96-7ab95f16ad05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9807 | 2024.08.18 06:20:57.372948 [ 3 ] {} <Debug> HTTP-Session: b19ee159-c71b-418a-a59f-119d80a7a4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9808 | 2024.08.18 06:20:57.373116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9809 | 2024.08.18 06:20:57.373162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9810 | 2024.08.18 06:20:57.373181 [ 3 ] {} <Debug> HTTP-Session: a8a3ae0a-e965-4550-ac94-c16443403e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9811 | 2024.08.18 06:20:57.373198 [ 3 ] {} <Debug> HTTP-Session: a8a3ae0a-e965-4550-ac94-c16443403e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.08.18 06:20:57.373211 [ 3 ] {} <Debug> HTTP-Session: a8a3ae0a-e965-4550-ac94-c16443403e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.08.18 06:20:57.373241 [ 3 ] {} <Trace> HTTP-Session: a8a3ae0a-e965-4550-ac94-c16443403e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9814 | 2024.08.18 06:20:57.373445 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9815 | 2024.08.18 06:20:57.373487 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9816 | 2024.08.18 06:20:57.373612 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9817 | 2024.08.18 06:20:57.374103 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9818 | 2024.08.18 06:20:57.374139 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9819 | 2024.08.18 06:20:57.374455 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9820 | 2024.08.18 06:20:57.374752 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9821 | 2024.08.18 06:20:57.374904 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001564 sec., 259590.79283887468 rows/sec., 18.48 MiB/sec. | ||
9822 | 2024.08.18 06:20:57.375056 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Debug> DynamicQueryHandler: Done processing query | ||
9823 | 2024.08.18 06:20:57.375080 [ 3 ] {7bc93c53-765e-411a-8182-85ed5d8a0a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9824 | 2024.08.18 06:20:57.375095 [ 3 ] {} <Debug> HTTP-Session: a8a3ae0a-e965-4550-ac94-c16443403e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9825 | 2024.08.18 06:20:57.375234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9826 | 2024.08.18 06:20:57.375279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9827 | 2024.08.18 06:20:57.375298 [ 3 ] {} <Debug> HTTP-Session: cf9d51de-1950-4fd7-9cfe-dfe226fbf5bf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9828 | 2024.08.18 06:20:57.375314 [ 3 ] {} <Debug> HTTP-Session: cf9d51de-1950-4fd7-9cfe-dfe226fbf5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.08.18 06:20:57.375328 [ 3 ] {} <Debug> HTTP-Session: cf9d51de-1950-4fd7-9cfe-dfe226fbf5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.08.18 06:20:57.375357 [ 3 ] {} <Trace> HTTP-Session: cf9d51de-1950-4fd7-9cfe-dfe226fbf5bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9831 | 2024.08.18 06:20:57.375449 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9832 | 2024.08.18 06:20:57.375492 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9833 | 2024.08.18 06:20:57.375618 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9834 | 2024.08.18 06:20:57.375869 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9835 | 2024.08.18 06:20:57.375905 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9836 | 2024.08.18 06:20:57.376258 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9837 | 2024.08.18 06:20:57.376570 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9838 | 2024.08.18 06:20:57.376716 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 243.01 KiB/sec. | ||
9839 | 2024.08.18 06:20:57.376882 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Debug> DynamicQueryHandler: Done processing query | ||
9840 | 2024.08.18 06:20:57.376905 [ 3 ] {ea31d5de-89e1-4e06-8885-b7f6abf95085} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9841 | 2024.08.18 06:20:57.376921 [ 3 ] {} <Debug> HTTP-Session: cf9d51de-1950-4fd7-9cfe-dfe226fbf5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.08.18 06:20:57.377075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9843 | 2024.08.18 06:20:57.377123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9844 | 2024.08.18 06:20:57.377141 [ 3 ] {} <Debug> HTTP-Session: 9ae40fc1-9d0a-4c98-888a-9c4ab519535b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9845 | 2024.08.18 06:20:57.377158 [ 3 ] {} <Debug> HTTP-Session: 9ae40fc1-9d0a-4c98-888a-9c4ab519535b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.08.18 06:20:57.377172 [ 3 ] {} <Debug> HTTP-Session: 9ae40fc1-9d0a-4c98-888a-9c4ab519535b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.08.18 06:20:57.377202 [ 3 ] {} <Trace> HTTP-Session: 9ae40fc1-9d0a-4c98-888a-9c4ab519535b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9848 | 2024.08.18 06:20:57.377391 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9849 | 2024.08.18 06:20:57.377435 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9850 | 2024.08.18 06:20:57.377577 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9851 | 2024.08.18 06:20:57.378031 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9852 | 2024.08.18 06:20:57.378068 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9853 | 2024.08.18 06:20:57.378437 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9854 | 2024.08.18 06:20:57.378774 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9855 | 2024.08.18 06:20:57.378925 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec. | ||
9856 | 2024.08.18 06:20:57.379096 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Debug> DynamicQueryHandler: Done processing query | ||
9857 | 2024.08.18 06:20:57.379120 [ 3 ] {eb6b2274-c852-4118-ba8d-b458303f374d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9858 | 2024.08.18 06:20:57.379136 [ 3 ] {} <Debug> HTTP-Session: 9ae40fc1-9d0a-4c98-888a-9c4ab519535b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.08.18 06:20:57.379265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9860 | 2024.08.18 06:20:57.379313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9861 | 2024.08.18 06:20:57.379331 [ 3 ] {} <Debug> HTTP-Session: 1aafd898-2a1f-42f2-a625-428373732312 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9862 | 2024.08.18 06:20:57.379348 [ 3 ] {} <Debug> HTTP-Session: 1aafd898-2a1f-42f2-a625-428373732312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9863 | 2024.08.18 06:20:57.379362 [ 3 ] {} <Debug> HTTP-Session: 1aafd898-2a1f-42f2-a625-428373732312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.08.18 06:20:57.379392 [ 3 ] {} <Trace> HTTP-Session: 1aafd898-2a1f-42f2-a625-428373732312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9865 | 2024.08.18 06:20:57.379482 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9866 | 2024.08.18 06:20:57.379526 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9867 | 2024.08.18 06:20:57.379655 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9868 | 2024.08.18 06:20:57.379910 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9869 | 2024.08.18 06:20:57.379946 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9870 | 2024.08.18 06:20:57.380283 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9871 | 2024.08.18 06:20:57.380600 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9872 | 2024.08.18 06:20:57.380751 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001283 sec., 779.423226812159 rows/sec., 52.52 KiB/sec. | ||
9873 | 2024.08.18 06:20:57.380908 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Debug> DynamicQueryHandler: Done processing query | ||
9874 | 2024.08.18 06:20:57.380931 [ 3 ] {daf34e87-ab2d-4c72-a2fe-9597c0024565} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9875 | 2024.08.18 06:20:57.380946 [ 3 ] {} <Debug> HTTP-Session: 1aafd898-2a1f-42f2-a625-428373732312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9876 | 2024.08.18 06:20:57.381090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9877 | 2024.08.18 06:20:57.381136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9878 | 2024.08.18 06:20:57.381156 [ 3 ] {} <Debug> HTTP-Session: 63f873c5-6c25-4f43-8d44-24c9609230e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9879 | 2024.08.18 06:20:57.381173 [ 3 ] {} <Debug> HTTP-Session: 63f873c5-6c25-4f43-8d44-24c9609230e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9880 | 2024.08.18 06:20:57.381186 [ 3 ] {} <Debug> HTTP-Session: 63f873c5-6c25-4f43-8d44-24c9609230e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.08.18 06:20:57.381216 [ 3 ] {} <Trace> HTTP-Session: 63f873c5-6c25-4f43-8d44-24c9609230e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9882 | 2024.08.18 06:20:57.381491 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9883 | 2024.08.18 06:20:57.381556 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <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 | ||
9884 | 2024.08.18 06:20:57.381966 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9885 | 2024.08.18 06:20:57.382594 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9886 | 2024.08.18 06:20:57.382630 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9887 | 2024.08.18 06:20:57.383234 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9888 | 2024.08.18 06:20:57.383629 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9889 | 2024.08.18 06:20:57.383798 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002505 sec., 9580.838323353293 rows/sec., 17.17 MiB/sec. | ||
9890 | 2024.08.18 06:20:57.384020 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Debug> DynamicQueryHandler: Done processing query | ||
9891 | 2024.08.18 06:20:57.384043 [ 3 ] {b113f663-3316-44df-be08-8fed1874d1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9892 | 2024.08.18 06:20:57.384059 [ 3 ] {} <Debug> HTTP-Session: 63f873c5-6c25-4f43-8d44-24c9609230e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9893 | 2024.08.18 06:20:57.384187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9894 | 2024.08.18 06:20:57.384235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9895 | 2024.08.18 06:20:57.384254 [ 3 ] {} <Debug> HTTP-Session: 669593d1-8af2-417e-91fd-1914d6e521dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9896 | 2024.08.18 06:20:57.384271 [ 3 ] {} <Debug> HTTP-Session: 669593d1-8af2-417e-91fd-1914d6e521dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.08.18 06:20:57.384286 [ 3 ] {} <Debug> HTTP-Session: 669593d1-8af2-417e-91fd-1914d6e521dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9898 | 2024.08.18 06:20:57.384316 [ 3 ] {} <Trace> HTTP-Session: 669593d1-8af2-417e-91fd-1914d6e521dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9899 | 2024.08.18 06:20:57.384443 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9900 | 2024.08.18 06:20:57.384486 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9901 | 2024.08.18 06:20:57.384613 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9902 | 2024.08.18 06:20:57.384928 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2024.08.18 06:20:57.384965 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9904 | 2024.08.18 06:20:57.385316 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9905 | 2024.08.18 06:20:57.385626 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2024.08.18 06:20:57.385772 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
9907 | 2024.08.18 06:20:57.385939 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Debug> DynamicQueryHandler: Done processing query | ||
9908 | 2024.08.18 06:20:57.385963 [ 3 ] {b566f766-8da7-4256-9fd9-0944ca3ddc0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9909 | 2024.08.18 06:20:57.385980 [ 3 ] {} <Debug> HTTP-Session: 669593d1-8af2-417e-91fd-1914d6e521dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.08.18 06:21:02.359695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9911 | 2024.08.18 06:21:02.359825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9912 | 2024.08.18 06:21:02.359849 [ 3 ] {} <Debug> HTTP-Session: a905bdaf-1765-43ec-b736-c5bc49fc3606 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9913 | 2024.08.18 06:21:02.359873 [ 3 ] {} <Debug> HTTP-Session: a905bdaf-1765-43ec-b736-c5bc49fc3606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.08.18 06:21:02.359887 [ 3 ] {} <Debug> HTTP-Session: a905bdaf-1765-43ec-b736-c5bc49fc3606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9915 | 2024.08.18 06:21:02.359934 [ 3 ] {} <Trace> HTTP-Session: a905bdaf-1765-43ec-b736-c5bc49fc3606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9916 | 2024.08.18 06:21:02.360115 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9917 | 2024.08.18 06:21:02.360179 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9918 | 2024.08.18 06:21:02.360364 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9919 | 2024.08.18 06:21:02.360764 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9920 | 2024.08.18 06:21:02.360803 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9921 | 2024.08.18 06:21:02.361169 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9922 | 2024.08.18 06:21:02.361508 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9923 | 2024.08.18 06:21:02.361649 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001588 sec., 5667.506297229219 rows/sec., 459.38 KiB/sec. | ||
9924 | 2024.08.18 06:21:02.361936 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Debug> DynamicQueryHandler: Done processing query | ||
9925 | 2024.08.18 06:21:02.361995 [ 3 ] {dedf9b22-0760-4930-8cda-a4255567f3fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9926 | 2024.08.18 06:21:02.362034 [ 3 ] {} <Debug> HTTP-Session: a905bdaf-1765-43ec-b736-c5bc49fc3606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.08.18 06:21:02.362235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9928 | 2024.08.18 06:21:02.362284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9929 | 2024.08.18 06:21:02.362304 [ 3 ] {} <Debug> HTTP-Session: e76a3d88-4f9f-4603-baad-1b584c8a84b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9930 | 2024.08.18 06:21:02.362321 [ 3 ] {} <Debug> HTTP-Session: e76a3d88-4f9f-4603-baad-1b584c8a84b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9931 | 2024.08.18 06:21:02.362335 [ 3 ] {} <Debug> HTTP-Session: e76a3d88-4f9f-4603-baad-1b584c8a84b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.08.18 06:21:02.362368 [ 3 ] {} <Trace> HTTP-Session: e76a3d88-4f9f-4603-baad-1b584c8a84b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9933 | 2024.08.18 06:21:02.362489 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9934 | 2024.08.18 06:21:02.362535 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9935 | 2024.08.18 06:21:02.362676 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9936 | 2024.08.18 06:21:02.363036 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9937 | 2024.08.18 06:21:02.363072 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9938 | 2024.08.18 06:21:02.363380 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9939 | 2024.08.18 06:21:02.363670 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9940 | 2024.08.18 06:21:02.363790 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001345 sec., 61710.03717472119 rows/sec., 4.93 MiB/sec. | ||
9941 | 2024.08.18 06:21:02.364041 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Debug> DynamicQueryHandler: Done processing query | ||
9942 | 2024.08.18 06:21:02.364100 [ 3 ] {508af541-481c-4fc5-ab50-b25cab509984} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9943 | 2024.08.18 06:21:02.364160 [ 3 ] {} <Debug> HTTP-Session: e76a3d88-4f9f-4603-baad-1b584c8a84b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9944 | 2024.08.18 06:21:02.364333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9945 | 2024.08.18 06:21:02.364385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9946 | 2024.08.18 06:21:02.364404 [ 3 ] {} <Debug> HTTP-Session: 482311cf-93d3-45bb-b1dc-5499767efc4d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9947 | 2024.08.18 06:21:02.364420 [ 3 ] {} <Debug> HTTP-Session: 482311cf-93d3-45bb-b1dc-5499767efc4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.08.18 06:21:02.364435 [ 3 ] {} <Debug> HTTP-Session: 482311cf-93d3-45bb-b1dc-5499767efc4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.08.18 06:21:02.364465 [ 3 ] {} <Trace> HTTP-Session: 482311cf-93d3-45bb-b1dc-5499767efc4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9950 | 2024.08.18 06:21:02.364584 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9951 | 2024.08.18 06:21:02.364628 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9952 | 2024.08.18 06:21:02.364774 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9953 | 2024.08.18 06:21:02.365096 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9954 | 2024.08.18 06:21:02.365133 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9955 | 2024.08.18 06:21:02.365436 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9956 | 2024.08.18 06:21:02.365722 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9957 | 2024.08.18 06:21:02.365843 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001302 sec., 56067.58832565284 rows/sec., 4.38 MiB/sec. | ||
9958 | 2024.08.18 06:21:02.366004 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Debug> DynamicQueryHandler: Done processing query | ||
9959 | 2024.08.18 06:21:02.366028 [ 3 ] {59d2efef-ff90-4499-a3d7-a9c122397b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9960 | 2024.08.18 06:21:02.366047 [ 3 ] {} <Debug> HTTP-Session: 482311cf-93d3-45bb-b1dc-5499767efc4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9961 | 2024.08.18 06:21:02.366220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9962 | 2024.08.18 06:21:02.366269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9963 | 2024.08.18 06:21:02.366287 [ 3 ] {} <Debug> HTTP-Session: 23ff2814-e349-406e-a11b-8e3e17436919 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9964 | 2024.08.18 06:21:02.366303 [ 3 ] {} <Debug> HTTP-Session: 23ff2814-e349-406e-a11b-8e3e17436919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9965 | 2024.08.18 06:21:02.366318 [ 3 ] {} <Debug> HTTP-Session: 23ff2814-e349-406e-a11b-8e3e17436919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9966 | 2024.08.18 06:21:02.366348 [ 3 ] {} <Trace> HTTP-Session: 23ff2814-e349-406e-a11b-8e3e17436919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9967 | 2024.08.18 06:21:02.366510 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9968 | 2024.08.18 06:21:02.366556 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9969 | 2024.08.18 06:21:02.366696 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9970 | 2024.08.18 06:21:02.367093 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9971 | 2024.08.18 06:21:02.367128 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9972 | 2024.08.18 06:21:02.367547 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9973 | 2024.08.18 06:21:02.368015 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9974 | 2024.08.18 06:21:02.368188 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
9975 | 2024.08.18 06:21:02.368341 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Debug> DynamicQueryHandler: Done processing query | ||
9976 | 2024.08.18 06:21:02.368366 [ 3 ] {afafb61a-dc7c-4f25-b03f-5dfa2a9e9f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9977 | 2024.08.18 06:21:02.368382 [ 3 ] {} <Debug> HTTP-Session: 23ff2814-e349-406e-a11b-8e3e17436919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9978 | 2024.08.18 06:21:02.368516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9979 | 2024.08.18 06:21:02.368564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9980 | 2024.08.18 06:21:02.368583 [ 3 ] {} <Debug> HTTP-Session: fe8c330b-29eb-4fa0-9ded-b6492b245362 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9981 | 2024.08.18 06:21:02.368599 [ 3 ] {} <Debug> HTTP-Session: fe8c330b-29eb-4fa0-9ded-b6492b245362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9982 | 2024.08.18 06:21:02.368613 [ 3 ] {} <Debug> HTTP-Session: fe8c330b-29eb-4fa0-9ded-b6492b245362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9983 | 2024.08.18 06:21:02.368642 [ 3 ] {} <Trace> HTTP-Session: fe8c330b-29eb-4fa0-9ded-b6492b245362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9984 | 2024.08.18 06:21:02.368811 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9985 | 2024.08.18 06:21:02.368870 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <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 | ||
9986 | 2024.08.18 06:21:02.369270 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9987 | 2024.08.18 06:21:02.369888 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9988 | 2024.08.18 06:21:02.369926 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9989 | 2024.08.18 06:21:02.370595 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9990 | 2024.08.18 06:21:02.371143 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9991 | 2024.08.18 06:21:02.371300 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002585 sec., 3481.624758220503 rows/sec., 6.24 MiB/sec. | ||
9992 | 2024.08.18 06:21:02.371649 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Debug> DynamicQueryHandler: Done processing query | ||
9993 | 2024.08.18 06:21:02.371673 [ 3 ] {caeeb5b2-da6a-4276-bc35-1e08cee46cc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9994 | 2024.08.18 06:21:02.371689 [ 3 ] {} <Debug> HTTP-Session: fe8c330b-29eb-4fa0-9ded-b6492b245362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9995 | 2024.08.18 06:21:02.371821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9996 | 2024.08.18 06:21:02.371869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9997 | 2024.08.18 06:21:02.371888 [ 3 ] {} <Debug> HTTP-Session: d7d5be94-fa27-4232-b843-951d74750f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
9998 | 2024.08.18 06:21:02.371906 [ 3 ] {} <Debug> HTTP-Session: d7d5be94-fa27-4232-b843-951d74750f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.08.18 06:21:02.371919 [ 3 ] {} <Debug> HTTP-Session: d7d5be94-fa27-4232-b843-951d74750f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10000 | 2024.08.18 06:21:02.371950 [ 3 ] {} <Trace> HTTP-Session: d7d5be94-fa27-4232-b843-951d74750f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10001 | 2024.08.18 06:21:02.372063 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10002 | 2024.08.18 06:21:02.372106 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10003 | 2024.08.18 06:21:02.372236 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10004 | 2024.08.18 06:21:02.372573 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10005 | 2024.08.18 06:21:02.372609 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10006 | 2024.08.18 06:21:02.372972 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10007 | 2024.08.18 06:21:02.373288 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10008 | 2024.08.18 06:21:02.373417 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
10009 | 2024.08.18 06:21:02.373673 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Debug> DynamicQueryHandler: Done processing query | ||
10010 | 2024.08.18 06:21:02.373733 [ 3 ] {07436cd5-42a9-4e4e-a534-3212c68530a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10011 | 2024.08.18 06:21:02.373789 [ 3 ] {} <Debug> HTTP-Session: d7d5be94-fa27-4232-b843-951d74750f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10012 | 2024.08.18 06:21:06.680805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10013 | 2024.08.18 06:21:06.680944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10014 | 2024.08.18 06:21:06.680975 [ 3 ] {} <Debug> HTTP-Session: db4ce824-80a2-4b63-958c-8118936508b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10015 | 2024.08.18 06:21:06.681004 [ 3 ] {} <Debug> HTTP-Session: db4ce824-80a2-4b63-958c-8118936508b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.08.18 06:21:06.681022 [ 3 ] {} <Debug> HTTP-Session: db4ce824-80a2-4b63-958c-8118936508b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10017 | 2024.08.18 06:21:06.681076 [ 3 ] {} <Trace> HTTP-Session: db4ce824-80a2-4b63-958c-8118936508b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10018 | 2024.08.18 06:21:06.681274 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10019 | 2024.08.18 06:21:06.681350 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10020 | 2024.08.18 06:21:06.681559 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10021 | 2024.08.18 06:21:06.682004 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10022 | 2024.08.18 06:21:06.682043 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10023 | 2024.08.18 06:21:06.682410 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10024 | 2024.08.18 06:21:06.682733 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10025 | 2024.08.18 06:21:06.682877 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001668 sec., 14388.489208633093 rows/sec., 1.14 MiB/sec. | ||
10026 | 2024.08.18 06:21:06.682878 [ 144 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10027 | 2024.08.18 06:21:06.682934 [ 144 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10028 | 2024.08.18 06:21:06.682966 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10029 | 2024.08.18 06:21:06.683123 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Debug> DynamicQueryHandler: Done processing query | ||
10030 | 2024.08.18 06:21:06.683134 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
10031 | 2024.08.18 06:21:06.683170 [ 3 ] {6a67948b-e6cf-4fde-b1d1-736f73688e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10032 | 2024.08.18 06:21:06.683216 [ 3 ] {} <Debug> HTTP-Session: db4ce824-80a2-4b63-958c-8118936508b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.08.18 06:21:06.683511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.08.18 06:21:06.683704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10035 | 2024.08.18 06:21:06.683705 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10036 | 2024.08.18 06:21:06.683803 [ 3 ] {} <Debug> HTTP-Session: 1dd2bab4-35a7-4997-ac6e-e11a55fa2ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10037 | 2024.08.18 06:21:06.683834 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 33 rows starting from the beginning of the part | ||
10038 | 2024.08.18 06:21:06.683877 [ 3 ] {} <Debug> HTTP-Session: 1dd2bab4-35a7-4997-ac6e-e11a55fa2ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10039 | 2024.08.18 06:21:06.683952 [ 3 ] {} <Debug> HTTP-Session: 1dd2bab4-35a7-4997-ac6e-e11a55fa2ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10040 | 2024.08.18 06:21:06.684163 [ 3 ] {} <Trace> HTTP-Session: 1dd2bab4-35a7-4997-ac6e-e11a55fa2ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10041 | 2024.08.18 06:21:06.684228 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
10042 | 2024.08.18 06:21:06.684384 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
10043 | 2024.08.18 06:21:06.684431 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10044 | 2024.08.18 06:21:06.684606 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10045 | 2024.08.18 06:21:06.684728 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
10046 | 2024.08.18 06:21:06.684922 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
10047 | 2024.08.18 06:21:06.685249 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
10048 | 2024.08.18 06:21:06.685553 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10049 | 2024.08.18 06:21:06.686075 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10050 | 2024.08.18 06:21:06.686120 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10051 | 2024.08.18 06:21:06.686647 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
10052 | 2024.08.18 06:21:06.686819 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.003773981 sec., 32591.57902490765 rows/sec., 2.58 MiB/sec. | ||
10053 | 2024.08.18 06:21:06.687110 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10054 | 2024.08.18 06:21:06.687272 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10055 | 2024.08.18 06:21:06.687561 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.003215 sec., 2488.335925349922 rows/sec., 202.91 KiB/sec. | ||
10056 | 2024.08.18 06:21:06.687990 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Debug> DynamicQueryHandler: Done processing query | ||
10057 | 2024.08.18 06:21:06.688017 [ 3 ] {ad5513e9-022c-40f1-8b17-df53283059bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10058 | 2024.08.18 06:21:06.688035 [ 3 ] {} <Debug> HTTP-Session: 1dd2bab4-35a7-4997-ac6e-e11a55fa2ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10059 | 2024.08.18 06:21:06.688193 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10060 | 2024.08.18 06:21:06.688318 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_41_8} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10061 | 2024.08.18 06:21:06.688372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10062 | 2024.08.18 06:21:06.688489 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10063 | 2024.08.18 06:21:06.688499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10064 | 2024.08.18 06:21:06.688549 [ 3 ] {} <Debug> HTTP-Session: 1f349bd5-742a-4ad6-b285-24a82d84fa3a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10065 | 2024.08.18 06:21:06.688567 [ 3 ] {} <Debug> HTTP-Session: 1f349bd5-742a-4ad6-b285-24a82d84fa3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.08.18 06:21:06.688581 [ 3 ] {} <Debug> HTTP-Session: 1f349bd5-742a-4ad6-b285-24a82d84fa3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.08.18 06:21:06.688613 [ 3 ] {} <Trace> HTTP-Session: 1f349bd5-742a-4ad6-b285-24a82d84fa3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10068 | 2024.08.18 06:21:06.689100 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10069 | 2024.08.18 06:21:06.689145 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10070 | 2024.08.18 06:21:06.689293 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10071 | 2024.08.18 06:21:06.690547 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10072 | 2024.08.18 06:21:06.690584 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10073 | 2024.08.18 06:21:06.690986 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10074 | 2024.08.18 06:21:06.691297 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10075 | 2024.08.18 06:21:06.691424 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.002662 sec., 527798.6476333584 rows/sec., 43.94 MiB/sec. | ||
10076 | 2024.08.18 06:21:06.691434 [ 144 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10077 | 2024.08.18 06:21:06.691488 [ 144 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10078 | 2024.08.18 06:21:06.691523 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10079 | 2024.08.18 06:21:06.691620 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Debug> DynamicQueryHandler: Done processing query | ||
10080 | 2024.08.18 06:21:06.691628 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
10081 | 2024.08.18 06:21:06.691648 [ 3 ] {ee98c269-8e27-45b5-b13c-7ae50a2621cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
10082 | 2024.08.18 06:21:06.691677 [ 3 ] {} <Debug> HTTP-Session: 1f349bd5-742a-4ad6-b285-24a82d84fa3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10083 | 2024.08.18 06:21:06.691768 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10084 | 2024.08.18 06:21:06.691800 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part | ||
10085 | 2024.08.18 06:21:06.691881 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 261 rows starting from the beginning of the part | ||
10086 | 2024.08.18 06:21:06.691951 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 85 rows starting from the beginning of the part | ||
10087 | 2024.08.18 06:21:06.692200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10088 | 2024.08.18 06:21:06.692233 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 261 rows starting from the beginning of the part | ||
10089 | 2024.08.18 06:21:06.692346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10090 | 2024.08.18 06:21:06.692449 [ 3 ] {} <Debug> HTTP-Session: 0e4fd68c-cb17-49fb-93ad-7d3e98f28448 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10091 | 2024.08.18 06:21:06.692514 [ 3 ] {} <Debug> HTTP-Session: 0e4fd68c-cb17-49fb-93ad-7d3e98f28448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.08.18 06:21:06.692562 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 83 rows starting from the beginning of the part | ||
10093 | 2024.08.18 06:21:06.692578 [ 3 ] {} <Debug> HTTP-Session: 0e4fd68c-cb17-49fb-93ad-7d3e98f28448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10094 | 2024.08.18 06:21:06.692670 [ 3 ] {} <Trace> HTTP-Session: 0e4fd68c-cb17-49fb-93ad-7d3e98f28448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10095 | 2024.08.18 06:21:06.692739 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1405 rows starting from the beginning of the part | ||
10096 | 2024.08.18 06:21:06.692967 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10097 | 2024.08.18 06:21:06.693092 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10098 | 2024.08.18 06:21:06.693340 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10099 | 2024.08.18 06:21:06.693747 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10100 | 2024.08.18 06:21:06.693788 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10101 | 2024.08.18 06:21:06.694220 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
10102 | 2024.08.18 06:21:06.694564 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10103 | 2024.08.18 06:21:06.694742 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001907 sec., 4195.070791819612 rows/sec., 292.92 KiB/sec. | ||
10104 | 2024.08.18 06:21:06.694959 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Debug> DynamicQueryHandler: Done processing query | ||
10105 | 2024.08.18 06:21:06.695006 [ 3 ] {318fbcbd-c472-4c19-aac1-aca273fcd82e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10106 | 2024.08.18 06:21:06.695035 [ 3 ] {} <Debug> HTTP-Session: 0e4fd68c-cb17-49fb-93ad-7d3e98f28448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10107 | 2024.08.18 06:21:06.695079 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003504085 sec., 1007681.035134707 rows/sec., 84.37 MiB/sec. | ||
10108 | 2024.08.18 06:21:06.695305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10109 | 2024.08.18 06:21:06.695376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10110 | 2024.08.18 06:21:06.695408 [ 3 ] {} <Debug> HTTP-Session: 4932d30a-d10a-4c41-beec-74f55c9d7f7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10111 | 2024.08.18 06:21:06.695429 [ 3 ] {} <Debug> HTTP-Session: 4932d30a-d10a-4c41-beec-74f55c9d7f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10112 | 2024.08.18 06:21:06.695443 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10113 | 2024.08.18 06:21:06.695456 [ 3 ] {} <Debug> HTTP-Session: 4932d30a-d10a-4c41-beec-74f55c9d7f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.08.18 06:21:06.695583 [ 3 ] {} <Trace> HTTP-Session: 4932d30a-d10a-4c41-beec-74f55c9d7f7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10115 | 2024.08.18 06:21:06.695908 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10116 | 2024.08.18 06:21:06.696016 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10117 | 2024.08.18 06:21:06.696346 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10118 | 2024.08.18 06:21:06.696370 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10119 | 2024.08.18 06:21:06.696562 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_56_11} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10120 | 2024.08.18 06:21:06.696704 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
10121 | 2024.08.18 06:21:06.696952 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10122 | 2024.08.18 06:21:06.696996 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10123 | 2024.08.18 06:21:06.697335 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10124 | 2024.08.18 06:21:06.697649 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10125 | 2024.08.18 06:21:06.697817 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00211 sec., 114691.94312796209 rows/sec., 7.77 MiB/sec. | ||
10126 | 2024.08.18 06:21:06.698152 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Debug> DynamicQueryHandler: Done processing query | ||
10127 | 2024.08.18 06:21:06.698178 [ 3 ] {0969e99f-d8b8-4a88-b0e5-2224b222e2cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10128 | 2024.08.18 06:21:06.698194 [ 3 ] {} <Debug> HTTP-Session: 4932d30a-d10a-4c41-beec-74f55c9d7f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10129 | 2024.08.18 06:21:06.698361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10130 | 2024.08.18 06:21:06.698411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10131 | 2024.08.18 06:21:06.698430 [ 3 ] {} <Debug> HTTP-Session: b0a62dd4-bb1b-4f6a-ad70-0c638e98c64a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10132 | 2024.08.18 06:21:06.698447 [ 3 ] {} <Debug> HTTP-Session: b0a62dd4-bb1b-4f6a-ad70-0c638e98c64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10133 | 2024.08.18 06:21:06.698460 [ 3 ] {} <Debug> HTTP-Session: b0a62dd4-bb1b-4f6a-ad70-0c638e98c64a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10134 | 2024.08.18 06:21:06.698491 [ 3 ] {} <Trace> HTTP-Session: b0a62dd4-bb1b-4f6a-ad70-0c638e98c64a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10135 | 2024.08.18 06:21:06.698589 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10136 | 2024.08.18 06:21:06.698631 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10137 | 2024.08.18 06:21:06.698774 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10138 | 2024.08.18 06:21:06.699062 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10139 | 2024.08.18 06:21:06.699100 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10140 | 2024.08.18 06:21:06.699403 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10141 | 2024.08.18 06:21:06.699701 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10142 | 2024.08.18 06:21:06.699863 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 274.59 KiB/sec. | ||
10143 | 2024.08.18 06:21:06.700028 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Debug> DynamicQueryHandler: Done processing query | ||
10144 | 2024.08.18 06:21:06.700053 [ 3 ] {15208e06-9de9-454c-adb4-5a7a13bfde95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10145 | 2024.08.18 06:21:06.700069 [ 3 ] {} <Debug> HTTP-Session: b0a62dd4-bb1b-4f6a-ad70-0c638e98c64a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10146 | 2024.08.18 06:21:06.700259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10147 | 2024.08.18 06:21:06.700308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10148 | 2024.08.18 06:21:06.700327 [ 3 ] {} <Debug> HTTP-Session: 3a94c4f8-7abc-4a57-a9dc-31d575167188 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10149 | 2024.08.18 06:21:06.700345 [ 3 ] {} <Debug> HTTP-Session: 3a94c4f8-7abc-4a57-a9dc-31d575167188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10150 | 2024.08.18 06:21:06.700360 [ 3 ] {} <Debug> HTTP-Session: 3a94c4f8-7abc-4a57-a9dc-31d575167188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10151 | 2024.08.18 06:21:06.700390 [ 3 ] {} <Trace> HTTP-Session: 3a94c4f8-7abc-4a57-a9dc-31d575167188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10152 | 2024.08.18 06:21:06.700724 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10153 | 2024.08.18 06:21:06.700767 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10154 | 2024.08.18 06:21:06.700893 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10155 | 2024.08.18 06:21:06.701821 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10156 | 2024.08.18 06:21:06.701859 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10157 | 2024.08.18 06:21:06.702201 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10158 | 2024.08.18 06:21:06.702506 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10159 | 2024.08.18 06:21:06.702669 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.002157 sec., 403337.96940194716 rows/sec., 29.22 MiB/sec. | ||
10160 | 2024.08.18 06:21:06.702669 [ 149 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10161 | 2024.08.18 06:21:06.702763 [ 149 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10162 | 2024.08.18 06:21:06.702821 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10163 | 2024.08.18 06:21:06.702960 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Debug> DynamicQueryHandler: Done processing query | ||
10164 | 2024.08.18 06:21:06.703004 [ 3 ] {73d6d1e3-06e8-4d64-ac1c-9e12ec3bfa79} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
10165 | 2024.08.18 06:21:06.703021 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
10166 | 2024.08.18 06:21:06.703034 [ 3 ] {} <Debug> HTTP-Session: 3a94c4f8-7abc-4a57-a9dc-31d575167188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10167 | 2024.08.18 06:21:06.703232 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10168 | 2024.08.18 06:21:06.703274 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
10169 | 2024.08.18 06:21:06.703376 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 406 rows starting from the beginning of the part | ||
10170 | 2024.08.18 06:21:06.703483 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 77 rows starting from the beginning of the part | ||
10171 | 2024.08.18 06:21:06.703578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10172 | 2024.08.18 06:21:06.703743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10173 | 2024.08.18 06:21:06.703784 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 406 rows starting from the beginning of the part | ||
10174 | 2024.08.18 06:21:06.703811 [ 3 ] {} <Debug> HTTP-Session: 9851d96b-7e79-4250-b0b2-9f3561a5d4d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10175 | 2024.08.18 06:21:06.703874 [ 3 ] {} <Debug> HTTP-Session: 9851d96b-7e79-4250-b0b2-9f3561a5d4d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.08.18 06:21:06.703962 [ 3 ] {} <Debug> HTTP-Session: 9851d96b-7e79-4250-b0b2-9f3561a5d4d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10177 | 2024.08.18 06:21:06.704072 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 73 rows starting from the beginning of the part | ||
10178 | 2024.08.18 06:21:06.704109 [ 3 ] {} <Trace> HTTP-Session: 9851d96b-7e79-4250-b0b2-9f3561a5d4d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10179 | 2024.08.18 06:21:06.704278 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 870 rows starting from the beginning of the part | ||
10180 | 2024.08.18 06:21:06.704518 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10181 | 2024.08.18 06:21:06.704676 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10182 | 2024.08.18 06:21:06.705046 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10183 | 2024.08.18 06:21:06.705832 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10184 | 2024.08.18 06:21:06.705902 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10185 | 2024.08.18 06:21:06.706695 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10186 | 2024.08.18 06:21:06.707262 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10187 | 2024.08.18 06:21:06.707266 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 4 columns (4 merged, 0 gathered) in 0.004348402 sec., 629426.6261491003 rows/sec., 45.62 MiB/sec. | ||
10188 | 2024.08.18 06:21:06.707515 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003154 sec., 1902.3462270133164 rows/sec., 99.39 KiB/sec. | ||
10189 | 2024.08.18 06:21:06.707568 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10190 | 2024.08.18 06:21:06.707892 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Debug> DynamicQueryHandler: Done processing query | ||
10191 | 2024.08.18 06:21:06.707969 [ 3 ] {ee26ac5d-f07b-4c46-aaf8-73a7f34fd1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10192 | 2024.08.18 06:21:06.708028 [ 3 ] {} <Debug> HTTP-Session: 9851d96b-7e79-4250-b0b2-9f3561a5d4d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.08.18 06:21:06.708292 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10194 | 2024.08.18 06:21:06.708387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 171310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10195 | 2024.08.18 06:21:06.708452 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_56_11} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10196 | 2024.08.18 06:21:06.708469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10197 | 2024.08.18 06:21:06.708504 [ 3 ] {} <Debug> HTTP-Session: 5d7f7916-227f-4841-8571-b769d5afd81b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10198 | 2024.08.18 06:21:06.708551 [ 3 ] {} <Debug> HTTP-Session: 5d7f7916-227f-4841-8571-b769d5afd81b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.08.18 06:21:06.708591 [ 3 ] {} <Debug> HTTP-Session: 5d7f7916-227f-4841-8571-b769d5afd81b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.08.18 06:21:06.708601 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
10201 | 2024.08.18 06:21:06.708656 [ 3 ] {} <Trace> HTTP-Session: 5d7f7916-227f-4841-8571-b769d5afd81b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10202 | 2024.08.18 06:21:06.709079 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10203 | 2024.08.18 06:21:06.709128 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10204 | 2024.08.18 06:21:06.709298 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10205 | 2024.08.18 06:21:06.710140 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10206 | 2024.08.18 06:21:06.710178 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10207 | 2024.08.18 06:21:06.710719 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10208 | 2024.08.18 06:21:06.711072 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10209 | 2024.08.18 06:21:06.711231 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10210 | 2024.08.18 06:21:06.711240 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Debug> executeQuery: Read 905 rows, 61.89 KiB in 0.00241 sec., 375518.67219917016 rows/sec., 25.08 MiB/sec. | ||
10211 | 2024.08.18 06:21:06.711282 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10212 | 2024.08.18 06:21:06.711344 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10213 | 2024.08.18 06:21:06.711545 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
10214 | 2024.08.18 06:21:06.711577 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Debug> DynamicQueryHandler: Done processing query | ||
10215 | 2024.08.18 06:21:06.711619 [ 3 ] {a2ad0e73-01ac-4872-94c9-1e6348c494ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
10216 | 2024.08.18 06:21:06.711661 [ 3 ] {} <Debug> HTTP-Session: 5d7f7916-227f-4841-8571-b769d5afd81b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.08.18 06:21:06.711774 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10218 | 2024.08.18 06:21:06.711844 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14623 rows starting from the beginning of the part | ||
10219 | 2024.08.18 06:21:06.711986 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
10220 | 2024.08.18 06:21:06.712067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10221 | 2024.08.18 06:21:06.712215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10222 | 2024.08.18 06:21:06.712298 [ 3 ] {} <Debug> HTTP-Session: 531989bb-d071-4ffc-b04c-b0d414b95c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10223 | 2024.08.18 06:21:06.712312 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
10224 | 2024.08.18 06:21:06.712359 [ 3 ] {} <Debug> HTTP-Session: 531989bb-d071-4ffc-b04c-b0d414b95c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10225 | 2024.08.18 06:21:06.712423 [ 3 ] {} <Debug> HTTP-Session: 531989bb-d071-4ffc-b04c-b0d414b95c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.08.18 06:21:06.712578 [ 3 ] {} <Trace> HTTP-Session: 531989bb-d071-4ffc-b04c-b0d414b95c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10227 | 2024.08.18 06:21:06.712711 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
10228 | 2024.08.18 06:21:06.712928 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10229 | 2024.08.18 06:21:06.712961 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
10230 | 2024.08.18 06:21:06.713077 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10231 | 2024.08.18 06:21:06.713283 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 905 rows starting from the beginning of the part | ||
10232 | 2024.08.18 06:21:06.714162 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10233 | 2024.08.18 06:21:06.714786 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10234 | 2024.08.18 06:21:06.714830 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10235 | 2024.08.18 06:21:06.715259 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10236 | 2024.08.18 06:21:06.715768 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10237 | 2024.08.18 06:21:06.716178 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003376 sec., 296.2085308056872 rows/sec., 19.96 KiB/sec. | ||
10238 | 2024.08.18 06:21:06.716741 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Debug> DynamicQueryHandler: Done processing query | ||
10239 | 2024.08.18 06:21:06.716811 [ 3 ] {12386545-4d5c-4404-85b0-b8f1f958a186} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10240 | 2024.08.18 06:21:06.716887 [ 3 ] {} <Debug> HTTP-Session: 531989bb-d071-4ffc-b04c-b0d414b95c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10241 | 2024.08.18 06:21:06.717083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10242 | 2024.08.18 06:21:06.717181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10243 | 2024.08.18 06:21:06.717204 [ 3 ] {} <Debug> HTTP-Session: 34f4d6c6-b7d5-4abf-8dbe-243857b73950 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10244 | 2024.08.18 06:21:06.717224 [ 3 ] {} <Debug> HTTP-Session: 34f4d6c6-b7d5-4abf-8dbe-243857b73950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10245 | 2024.08.18 06:21:06.717237 [ 3 ] {} <Debug> HTTP-Session: 34f4d6c6-b7d5-4abf-8dbe-243857b73950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10246 | 2024.08.18 06:21:06.717281 [ 3 ] {} <Trace> HTTP-Session: 34f4d6c6-b7d5-4abf-8dbe-243857b73950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10247 | 2024.08.18 06:21:06.717576 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10248 | 2024.08.18 06:21:06.717654 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <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 | ||
10249 | 2024.08.18 06:21:06.718426 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10250 | 2024.08.18 06:21:06.719243 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10251 | 2024.08.18 06:21:06.719281 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10252 | 2024.08.18 06:21:06.719971 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16324 rows, containing 5 columns (5 merged, 0 gathered) in 0.008506159 sec., 1919080.0454118012 rows/sec., 129.62 MiB/sec. | ||
10253 | 2024.08.18 06:21:06.720478 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10254 | 2024.08.18 06:21:06.720498 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10255 | 2024.08.18 06:21:06.721689 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10256 | 2024.08.18 06:21:06.721815 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10257 | 2024.08.18 06:21:06.722027 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
10258 | 2024.08.18 06:21:06.722114 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10259 | 2024.08.18 06:21:06.722332 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10260 | 2024.08.18 06:21:06.722370 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004995 sec., 4804.804804804805 rows/sec., 8.61 MiB/sec. | ||
10261 | 2024.08.18 06:21:06.722387 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10262 | 2024.08.18 06:21:06.722449 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10263 | 2024.08.18 06:21:06.722801 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
10264 | 2024.08.18 06:21:06.723046 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Debug> DynamicQueryHandler: Done processing query | ||
10265 | 2024.08.18 06:21:06.723096 [ 3 ] {79959fe3-743f-4a53-b817-0e7b4515efab} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10266 | 2024.08.18 06:21:06.723144 [ 3 ] {} <Debug> HTTP-Session: 34f4d6c6-b7d5-4abf-8dbe-243857b73950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.08.18 06:21:06.723354 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10268 | 2024.08.18 06:21:06.723367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10269 | 2024.08.18 06:21:06.723465 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 609 rows starting from the beginning of the part | ||
10270 | 2024.08.18 06:21:06.723473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10271 | 2024.08.18 06:21:06.723539 [ 3 ] {} <Debug> HTTP-Session: abadc29a-c9fd-4341-8c5d-6a08caa3d9fe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10272 | 2024.08.18 06:21:06.723591 [ 3 ] {} <Debug> HTTP-Session: abadc29a-c9fd-4341-8c5d-6a08caa3d9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10273 | 2024.08.18 06:21:06.723628 [ 3 ] {} <Debug> HTTP-Session: abadc29a-c9fd-4341-8c5d-6a08caa3d9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10274 | 2024.08.18 06:21:06.723773 [ 3 ] {} <Trace> HTTP-Session: abadc29a-c9fd-4341-8c5d-6a08caa3d9fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10275 | 2024.08.18 06:21:06.724081 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
10276 | 2024.08.18 06:21:06.724129 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10277 | 2024.08.18 06:21:06.724240 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10278 | 2024.08.18 06:21:06.724857 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
10279 | 2024.08.18 06:21:06.725129 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10280 | 2024.08.18 06:21:06.725598 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
10281 | 2024.08.18 06:21:06.726372 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
10282 | 2024.08.18 06:21:06.726425 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10283 | 2024.08.18 06:21:06.726486 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10284 | 2024.08.18 06:21:06.726967 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
10285 | 2024.08.18 06:21:06.727846 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10286 | 2024.08.18 06:21:06.728764 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10287 | 2024.08.18 06:21:06.729009 [ 149 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10288 | 2024.08.18 06:21:06.729019 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.00501 sec., 15169.660678642715 rows/sec., 980.46 KiB/sec. | ||
10289 | 2024.08.18 06:21:06.729061 [ 149 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10290 | 2024.08.18 06:21:06.729130 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10291 | 2024.08.18 06:21:06.729535 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Debug> DynamicQueryHandler: Done processing query | ||
10292 | 2024.08.18 06:21:06.729542 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
10293 | 2024.08.18 06:21:06.729601 [ 3 ] {560e63f3-05b3-476a-9036-9727adc405c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10294 | 2024.08.18 06:21:06.729698 [ 3 ] {} <Debug> HTTP-Session: abadc29a-c9fd-4341-8c5d-6a08caa3d9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10295 | 2024.08.18 06:21:06.730320 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10296 | 2024.08.18 06:21:06.730456 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3060 rows starting from the beginning of the part | ||
10297 | 2024.08.18 06:21:06.730972 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
10298 | 2024.08.18 06:21:06.731555 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
10299 | 2024.08.18 06:21:06.732023 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
10300 | 2024.08.18 06:21:06.732397 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
10301 | 2024.08.18 06:21:06.732730 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 76 rows starting from the beginning of the part | ||
10302 | 2024.08.18 06:21:06.734962 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3420 rows, containing 4 columns (4 merged, 0 gathered) in 0.005718717 sec., 598036.2378484545 rows/sec., 38.96 MiB/sec. | ||
10303 | 2024.08.18 06:21:06.735320 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10304 | 2024.08.18 06:21:06.735837 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10305 | 2024.08.18 06:21:06.736006 [ 188 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_56_11} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10306 | 2024.08.18 06:21:06.736262 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10307 | 2024.08.18 06:21:06.736518 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 19 columns (19 merged, 0 gathered) in 0.0139242 sec., 50200.37057784289 rows/sec., 89.96 MiB/sec. | ||
10308 | 2024.08.18 06:21:06.737523 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10309 | 2024.08.18 06:21:06.738156 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10310 | 2024.08.18 06:21:06.738243 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10311 | 2024.08.18 06:21:06.738413 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
10312 | 2024.08.18 06:21:07.351502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10313 | 2024.08.18 06:21:07.351629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10314 | 2024.08.18 06:21:07.351658 [ 3 ] {} <Debug> HTTP-Session: f78bff0b-3224-4f18-af1b-ad30b6e9909e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10315 | 2024.08.18 06:21:07.351686 [ 3 ] {} <Debug> HTTP-Session: f78bff0b-3224-4f18-af1b-ad30b6e9909e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10316 | 2024.08.18 06:21:07.351705 [ 3 ] {} <Debug> HTTP-Session: f78bff0b-3224-4f18-af1b-ad30b6e9909e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10317 | 2024.08.18 06:21:07.351762 [ 3 ] {} <Trace> HTTP-Session: f78bff0b-3224-4f18-af1b-ad30b6e9909e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10318 | 2024.08.18 06:21:07.351963 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10319 | 2024.08.18 06:21:07.352036 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10320 | 2024.08.18 06:21:07.352248 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10321 | 2024.08.18 06:21:07.352747 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10322 | 2024.08.18 06:21:07.352790 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10323 | 2024.08.18 06:21:07.353163 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10324 | 2024.08.18 06:21:07.353499 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10325 | 2024.08.18 06:21:07.353641 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001744 sec., 14908.256880733945 rows/sec., 1.11 MiB/sec. | ||
10326 | 2024.08.18 06:21:07.353917 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Debug> DynamicQueryHandler: Done processing query | ||
10327 | 2024.08.18 06:21:07.353972 [ 3 ] {c797284f-d8b0-4fcc-a5ba-48187a73f8d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10328 | 2024.08.18 06:21:07.354046 [ 3 ] {} <Debug> HTTP-Session: f78bff0b-3224-4f18-af1b-ad30b6e9909e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10329 | 2024.08.18 06:21:07.354317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10330 | 2024.08.18 06:21:07.354385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10331 | 2024.08.18 06:21:07.354405 [ 3 ] {} <Debug> HTTP-Session: d8e70603-4656-4b95-8229-76cb00f93132 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10332 | 2024.08.18 06:21:07.354422 [ 3 ] {} <Debug> HTTP-Session: d8e70603-4656-4b95-8229-76cb00f93132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10333 | 2024.08.18 06:21:07.354436 [ 3 ] {} <Debug> HTTP-Session: d8e70603-4656-4b95-8229-76cb00f93132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.08.18 06:21:07.354470 [ 3 ] {} <Trace> HTTP-Session: d8e70603-4656-4b95-8229-76cb00f93132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10335 | 2024.08.18 06:21:07.354577 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10336 | 2024.08.18 06:21:07.354620 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10337 | 2024.08.18 06:21:07.354758 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10338 | 2024.08.18 06:21:07.355091 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10339 | 2024.08.18 06:21:07.355127 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10340 | 2024.08.18 06:21:07.355433 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10341 | 2024.08.18 06:21:07.355745 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10342 | 2024.08.18 06:21:07.355870 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001326 sec., 21116.13876319759 rows/sec., 1.65 MiB/sec. | ||
10343 | 2024.08.18 06:21:07.356030 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Debug> DynamicQueryHandler: Done processing query | ||
10344 | 2024.08.18 06:21:07.356054 [ 3 ] {8ea696f2-3179-4903-b837-644f99d3c10d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10345 | 2024.08.18 06:21:07.356070 [ 3 ] {} <Debug> HTTP-Session: d8e70603-4656-4b95-8229-76cb00f93132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10346 | 2024.08.18 06:21:07.356218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10347 | 2024.08.18 06:21:07.356266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10348 | 2024.08.18 06:21:07.356284 [ 3 ] {} <Debug> HTTP-Session: 5e1a853b-08b8-4930-9b50-03ee29fbd2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10349 | 2024.08.18 06:21:07.356301 [ 3 ] {} <Debug> HTTP-Session: 5e1a853b-08b8-4930-9b50-03ee29fbd2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10350 | 2024.08.18 06:21:07.356315 [ 3 ] {} <Debug> HTTP-Session: 5e1a853b-08b8-4930-9b50-03ee29fbd2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.08.18 06:21:07.356349 [ 3 ] {} <Trace> HTTP-Session: 5e1a853b-08b8-4930-9b50-03ee29fbd2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10352 | 2024.08.18 06:21:07.356448 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10353 | 2024.08.18 06:21:07.356495 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10354 | 2024.08.18 06:21:07.356638 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10355 | 2024.08.18 06:21:07.356997 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10356 | 2024.08.18 06:21:07.357033 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10357 | 2024.08.18 06:21:07.357402 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10358 | 2024.08.18 06:21:07.357744 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10359 | 2024.08.18 06:21:07.357870 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001451 sec., 13783.597518952447 rows/sec., 978.58 KiB/sec. | ||
10360 | 2024.08.18 06:21:07.358039 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Debug> DynamicQueryHandler: Done processing query | ||
10361 | 2024.08.18 06:21:07.358062 [ 3 ] {3bf921ef-ed3b-449c-b39d-4b1d02bdba83} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10362 | 2024.08.18 06:21:07.358078 [ 3 ] {} <Debug> HTTP-Session: 5e1a853b-08b8-4930-9b50-03ee29fbd2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10363 | 2024.08.18 06:21:07.358196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10364 | 2024.08.18 06:21:07.358244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10365 | 2024.08.18 06:21:07.358263 [ 3 ] {} <Debug> HTTP-Session: 00e43cba-46d0-46a3-8138-66ee486ea47d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10366 | 2024.08.18 06:21:07.358280 [ 3 ] {} <Debug> HTTP-Session: 00e43cba-46d0-46a3-8138-66ee486ea47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10367 | 2024.08.18 06:21:07.358294 [ 3 ] {} <Debug> HTTP-Session: 00e43cba-46d0-46a3-8138-66ee486ea47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.08.18 06:21:07.358324 [ 3 ] {} <Trace> HTTP-Session: 00e43cba-46d0-46a3-8138-66ee486ea47d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10369 | 2024.08.18 06:21:07.358419 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10370 | 2024.08.18 06:21:07.358462 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10371 | 2024.08.18 06:21:07.358588 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10372 | 2024.08.18 06:21:07.358870 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10373 | 2024.08.18 06:21:07.358906 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10374 | 2024.08.18 06:21:07.359247 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10375 | 2024.08.18 06:21:07.359563 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10376 | 2024.08.18 06:21:07.359687 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 325.77 KiB/sec. | ||
10377 | 2024.08.18 06:21:07.359843 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Debug> DynamicQueryHandler: Done processing query | ||
10378 | 2024.08.18 06:21:07.359867 [ 3 ] {2a442f4e-6178-4b49-ba4b-e4503d0a4c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10379 | 2024.08.18 06:21:07.359882 [ 3 ] {} <Debug> HTTP-Session: 00e43cba-46d0-46a3-8138-66ee486ea47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.08.18 06:21:10.226168 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10381 | 2024.08.18 06:21:10.226249 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10382 | 2024.08.18 06:21:12.360102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10383 | 2024.08.18 06:21:12.360244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10384 | 2024.08.18 06:21:12.360274 [ 3 ] {} <Debug> HTTP-Session: 03f1a7b3-9d75-49b3-a891-26bcca112965 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10385 | 2024.08.18 06:21:12.360303 [ 3 ] {} <Debug> HTTP-Session: 03f1a7b3-9d75-49b3-a891-26bcca112965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.08.18 06:21:12.360322 [ 3 ] {} <Debug> HTTP-Session: 03f1a7b3-9d75-49b3-a891-26bcca112965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10387 | 2024.08.18 06:21:12.360378 [ 3 ] {} <Trace> HTTP-Session: 03f1a7b3-9d75-49b3-a891-26bcca112965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10388 | 2024.08.18 06:21:12.360578 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10389 | 2024.08.18 06:21:12.360653 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10390 | 2024.08.18 06:21:12.360841 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10391 | 2024.08.18 06:21:12.361284 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10392 | 2024.08.18 06:21:12.361325 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10393 | 2024.08.18 06:21:12.361691 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10394 | 2024.08.18 06:21:12.362032 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10395 | 2024.08.18 06:21:12.362182 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001666 sec., 5402.160864345738 rows/sec., 437.87 KiB/sec. | ||
10396 | 2024.08.18 06:21:12.362394 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Debug> DynamicQueryHandler: Done processing query | ||
10397 | 2024.08.18 06:21:12.362420 [ 3 ] {096d1213-47ce-40d1-b031-20e9193f6911} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10398 | 2024.08.18 06:21:12.362437 [ 3 ] {} <Debug> HTTP-Session: 03f1a7b3-9d75-49b3-a891-26bcca112965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10399 | 2024.08.18 06:21:12.362602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10400 | 2024.08.18 06:21:12.362658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10401 | 2024.08.18 06:21:12.362678 [ 3 ] {} <Debug> HTTP-Session: 03328d31-17f3-40ae-acc4-6fbd6271be09 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10402 | 2024.08.18 06:21:12.362696 [ 3 ] {} <Debug> HTTP-Session: 03328d31-17f3-40ae-acc4-6fbd6271be09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10403 | 2024.08.18 06:21:12.362710 [ 3 ] {} <Debug> HTTP-Session: 03328d31-17f3-40ae-acc4-6fbd6271be09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10404 | 2024.08.18 06:21:12.362745 [ 3 ] {} <Trace> HTTP-Session: 03328d31-17f3-40ae-acc4-6fbd6271be09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10405 | 2024.08.18 06:21:12.362844 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10406 | 2024.08.18 06:21:12.362890 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10407 | 2024.08.18 06:21:12.363020 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10408 | 2024.08.18 06:21:12.363345 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10409 | 2024.08.18 06:21:12.363382 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10410 | 2024.08.18 06:21:12.363693 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10411 | 2024.08.18 06:21:12.363998 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10412 | 2024.08.18 06:21:12.364126 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 124.59 KiB/sec. | ||
10413 | 2024.08.18 06:21:12.364444 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Debug> DynamicQueryHandler: Done processing query | ||
10414 | 2024.08.18 06:21:12.364470 [ 3 ] {15b3c2d1-03a5-4612-80a4-b760b036d9d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10415 | 2024.08.18 06:21:12.364487 [ 3 ] {} <Debug> HTTP-Session: 03328d31-17f3-40ae-acc4-6fbd6271be09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10416 | 2024.08.18 06:21:12.364612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10417 | 2024.08.18 06:21:12.364662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10418 | 2024.08.18 06:21:12.364681 [ 3 ] {} <Debug> HTTP-Session: ff885028-17b8-4613-8c86-4bdf01c31b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10419 | 2024.08.18 06:21:12.364698 [ 3 ] {} <Debug> HTTP-Session: ff885028-17b8-4613-8c86-4bdf01c31b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10420 | 2024.08.18 06:21:12.364712 [ 3 ] {} <Debug> HTTP-Session: ff885028-17b8-4613-8c86-4bdf01c31b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10421 | 2024.08.18 06:21:12.364742 [ 3 ] {} <Trace> HTTP-Session: ff885028-17b8-4613-8c86-4bdf01c31b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10422 | 2024.08.18 06:21:12.364860 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10423 | 2024.08.18 06:21:12.364904 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10424 | 2024.08.18 06:21:12.365044 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10425 | 2024.08.18 06:21:12.365394 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10426 | 2024.08.18 06:21:12.365431 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10427 | 2024.08.18 06:21:12.365741 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10428 | 2024.08.18 06:21:12.366039 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10429 | 2024.08.18 06:21:12.366168 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.00135 sec., 62222.22222222222 rows/sec., 4.96 MiB/sec. | ||
10430 | 2024.08.18 06:21:12.366331 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Debug> DynamicQueryHandler: Done processing query | ||
10431 | 2024.08.18 06:21:12.366356 [ 3 ] {af6505d1-827d-4fe4-9127-c46ca95dabeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10432 | 2024.08.18 06:21:12.366372 [ 3 ] {} <Debug> HTTP-Session: ff885028-17b8-4613-8c86-4bdf01c31b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10433 | 2024.08.18 06:21:12.366495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10434 | 2024.08.18 06:21:12.366545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10435 | 2024.08.18 06:21:12.366563 [ 3 ] {} <Debug> HTTP-Session: 239ab7aa-b78b-429c-9d32-53e07c8c808b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10436 | 2024.08.18 06:21:12.366580 [ 3 ] {} <Debug> HTTP-Session: 239ab7aa-b78b-429c-9d32-53e07c8c808b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10437 | 2024.08.18 06:21:12.366594 [ 3 ] {} <Debug> HTTP-Session: 239ab7aa-b78b-429c-9d32-53e07c8c808b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.08.18 06:21:12.366624 [ 3 ] {} <Trace> HTTP-Session: 239ab7aa-b78b-429c-9d32-53e07c8c808b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10439 | 2024.08.18 06:21:12.366715 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10440 | 2024.08.18 06:21:12.366758 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10441 | 2024.08.18 06:21:12.366881 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10442 | 2024.08.18 06:21:12.367161 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10443 | 2024.08.18 06:21:12.367198 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10444 | 2024.08.18 06:21:12.367494 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10445 | 2024.08.18 06:21:12.367792 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10446 | 2024.08.18 06:21:12.367916 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001223 sec., 1635.322976287817 rows/sec., 114.19 KiB/sec. | ||
10447 | 2024.08.18 06:21:12.368170 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Debug> DynamicQueryHandler: Done processing query | ||
10448 | 2024.08.18 06:21:12.368204 [ 3 ] {43efdaa5-b204-4d7e-a64e-42dcb899b6a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10449 | 2024.08.18 06:21:12.368220 [ 3 ] {} <Debug> HTTP-Session: 239ab7aa-b78b-429c-9d32-53e07c8c808b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10450 | 2024.08.18 06:21:12.368337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10451 | 2024.08.18 06:21:12.368387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10452 | 2024.08.18 06:21:12.368406 [ 3 ] {} <Debug> HTTP-Session: eb95f167-25ca-446f-af01-13923579c4f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10453 | 2024.08.18 06:21:12.368422 [ 3 ] {} <Debug> HTTP-Session: eb95f167-25ca-446f-af01-13923579c4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10454 | 2024.08.18 06:21:12.368436 [ 3 ] {} <Debug> HTTP-Session: eb95f167-25ca-446f-af01-13923579c4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.08.18 06:21:12.368467 [ 3 ] {} <Trace> HTTP-Session: eb95f167-25ca-446f-af01-13923579c4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10456 | 2024.08.18 06:21:12.368580 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10457 | 2024.08.18 06:21:12.368624 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10458 | 2024.08.18 06:21:12.368769 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10459 | 2024.08.18 06:21:12.369107 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10460 | 2024.08.18 06:21:12.369144 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10461 | 2024.08.18 06:21:12.369457 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10462 | 2024.08.18 06:21:12.369759 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10463 | 2024.08.18 06:21:12.369886 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001346 sec., 55720.65378900446 rows/sec., 4.35 MiB/sec. | ||
10464 | 2024.08.18 06:21:12.370051 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Debug> DynamicQueryHandler: Done processing query | ||
10465 | 2024.08.18 06:21:12.370074 [ 3 ] {03a315ef-e1f2-4f8d-8596-bf44b0168876} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10466 | 2024.08.18 06:21:12.370091 [ 3 ] {} <Debug> HTTP-Session: eb95f167-25ca-446f-af01-13923579c4f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10467 | 2024.08.18 06:21:12.370268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10468 | 2024.08.18 06:21:12.370318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10469 | 2024.08.18 06:21:12.370337 [ 3 ] {} <Debug> HTTP-Session: 8635e5e2-3084-46a1-90c7-ea168ffdaa26 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10470 | 2024.08.18 06:21:12.370355 [ 3 ] {} <Debug> HTTP-Session: 8635e5e2-3084-46a1-90c7-ea168ffdaa26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.08.18 06:21:12.370368 [ 3 ] {} <Debug> HTTP-Session: 8635e5e2-3084-46a1-90c7-ea168ffdaa26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.08.18 06:21:12.370399 [ 3 ] {} <Trace> HTTP-Session: 8635e5e2-3084-46a1-90c7-ea168ffdaa26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10473 | 2024.08.18 06:21:12.370539 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10474 | 2024.08.18 06:21:12.370586 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10475 | 2024.08.18 06:21:12.370726 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10476 | 2024.08.18 06:21:12.371131 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10477 | 2024.08.18 06:21:12.371168 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10478 | 2024.08.18 06:21:12.371553 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10479 | 2024.08.18 06:21:12.371889 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10480 | 2024.08.18 06:21:12.372018 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
10481 | 2024.08.18 06:21:12.372183 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Debug> DynamicQueryHandler: Done processing query | ||
10482 | 2024.08.18 06:21:12.372207 [ 3 ] {764bbe7b-1740-4cc7-ba9b-bea497365c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10483 | 2024.08.18 06:21:12.372223 [ 3 ] {} <Debug> HTTP-Session: 8635e5e2-3084-46a1-90c7-ea168ffdaa26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10484 | 2024.08.18 06:21:12.372344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10485 | 2024.08.18 06:21:12.372394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10486 | 2024.08.18 06:21:12.372413 [ 3 ] {} <Debug> HTTP-Session: c9c19b05-c735-40f9-a8c2-d8811ce884ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10487 | 2024.08.18 06:21:12.372429 [ 3 ] {} <Debug> HTTP-Session: c9c19b05-c735-40f9-a8c2-d8811ce884ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10488 | 2024.08.18 06:21:12.372442 [ 3 ] {} <Debug> HTTP-Session: c9c19b05-c735-40f9-a8c2-d8811ce884ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.08.18 06:21:12.372473 [ 3 ] {} <Trace> HTTP-Session: c9c19b05-c735-40f9-a8c2-d8811ce884ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10490 | 2024.08.18 06:21:12.372644 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10491 | 2024.08.18 06:21:12.372705 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <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 | ||
10492 | 2024.08.18 06:21:12.373105 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10493 | 2024.08.18 06:21:12.373681 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10494 | 2024.08.18 06:21:12.373718 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10495 | 2024.08.18 06:21:12.374342 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10496 | 2024.08.18 06:21:12.374773 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10497 | 2024.08.18 06:21:12.374920 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002374 sec., 3791.069924178602 rows/sec., 6.79 MiB/sec. | ||
10498 | 2024.08.18 06:21:12.375136 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Debug> DynamicQueryHandler: Done processing query | ||
10499 | 2024.08.18 06:21:12.375160 [ 3 ] {6f574a46-e97e-4911-be6d-49d19588ff1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10500 | 2024.08.18 06:21:12.375176 [ 3 ] {} <Debug> HTTP-Session: c9c19b05-c735-40f9-a8c2-d8811ce884ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10501 | 2024.08.18 06:21:12.375308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10502 | 2024.08.18 06:21:12.375359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10503 | 2024.08.18 06:21:12.375378 [ 3 ] {} <Debug> HTTP-Session: dba42f25-0730-42fa-bbe0-f84c3c3a11a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10504 | 2024.08.18 06:21:12.375394 [ 3 ] {} <Debug> HTTP-Session: dba42f25-0730-42fa-bbe0-f84c3c3a11a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10505 | 2024.08.18 06:21:12.375408 [ 3 ] {} <Debug> HTTP-Session: dba42f25-0730-42fa-bbe0-f84c3c3a11a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.08.18 06:21:12.375438 [ 3 ] {} <Trace> HTTP-Session: dba42f25-0730-42fa-bbe0-f84c3c3a11a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10507 | 2024.08.18 06:21:12.375551 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10508 | 2024.08.18 06:21:12.375596 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10509 | 2024.08.18 06:21:12.375724 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10510 | 2024.08.18 06:21:12.376039 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10511 | 2024.08.18 06:21:12.376076 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10512 | 2024.08.18 06:21:12.376431 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10513 | 2024.08.18 06:21:12.376746 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10514 | 2024.08.18 06:21:12.376888 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
10515 | 2024.08.18 06:21:12.377059 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Debug> DynamicQueryHandler: Done processing query | ||
10516 | 2024.08.18 06:21:12.377083 [ 3 ] {9f00cbd0-30b8-492e-bb74-3a9803a87bca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10517 | 2024.08.18 06:21:12.377099 [ 3 ] {} <Debug> HTTP-Session: dba42f25-0730-42fa-bbe0-f84c3c3a11a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10518 | 2024.08.18 06:21:17.156529 [ 136 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
10519 | 2024.08.18 06:21:17.156615 [ 136 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10520 | 2024.08.18 06:21:17.156642 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10521 | 2024.08.18 06:21:17.156786 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
10522 | 2024.08.18 06:21:17.156984 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10523 | 2024.08.18 06:21:17.157026 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
10524 | 2024.08.18 06:21:17.157109 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
10525 | 2024.08.18 06:21:17.157293 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
10526 | 2024.08.18 06:21:17.157556 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
10527 | 2024.08.18 06:21:17.157750 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
10528 | 2024.08.18 06:21:17.158851 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.00213733 sec., 11228.963239181598 rows/sec., 756.64 KiB/sec. | ||
10529 | 2024.08.18 06:21:17.159028 [ 196 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
10530 | 2024.08.18 06:21:17.159476 [ 196 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10531 | 2024.08.18 06:21:17.159570 [ 196 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_24_5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
10532 | 2024.08.18 06:21:17.159656 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
10533 | 2024.08.18 06:21:17.364138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10534 | 2024.08.18 06:21:17.364227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10535 | 2024.08.18 06:21:17.364251 [ 3 ] {} <Debug> HTTP-Session: 7d8cfd0f-cb4c-4902-b6bb-86748992293a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10536 | 2024.08.18 06:21:17.364273 [ 3 ] {} <Debug> HTTP-Session: 7d8cfd0f-cb4c-4902-b6bb-86748992293a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10537 | 2024.08.18 06:21:17.364287 [ 3 ] {} <Debug> HTTP-Session: 7d8cfd0f-cb4c-4902-b6bb-86748992293a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.08.18 06:21:17.364333 [ 3 ] {} <Trace> HTTP-Session: 7d8cfd0f-cb4c-4902-b6bb-86748992293a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10539 | 2024.08.18 06:21:17.364489 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10540 | 2024.08.18 06:21:17.364549 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10541 | 2024.08.18 06:21:17.364704 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10542 | 2024.08.18 06:21:17.365121 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10543 | 2024.08.18 06:21:17.365160 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10544 | 2024.08.18 06:21:17.365485 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10545 | 2024.08.18 06:21:17.365795 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10546 | 2024.08.18 06:21:17.365926 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001486 sec., 16150.740242261105 rows/sec., 1.28 MiB/sec. | ||
10547 | 2024.08.18 06:21:17.366114 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Debug> DynamicQueryHandler: Done processing query | ||
10548 | 2024.08.18 06:21:17.366140 [ 3 ] {1c4afcec-6176-47a0-bc89-a731ecc23fd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10549 | 2024.08.18 06:21:17.366157 [ 3 ] {} <Debug> HTTP-Session: 7d8cfd0f-cb4c-4902-b6bb-86748992293a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10550 | 2024.08.18 06:21:17.366403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10551 | 2024.08.18 06:21:17.366454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10552 | 2024.08.18 06:21:17.366473 [ 3 ] {} <Debug> HTTP-Session: 6f6dd167-b9c6-4f55-aef3-c22b4fecac28 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10553 | 2024.08.18 06:21:17.366490 [ 3 ] {} <Debug> HTTP-Session: 6f6dd167-b9c6-4f55-aef3-c22b4fecac28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10554 | 2024.08.18 06:21:17.366504 [ 3 ] {} <Debug> HTTP-Session: 6f6dd167-b9c6-4f55-aef3-c22b4fecac28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.08.18 06:21:17.366535 [ 3 ] {} <Trace> HTTP-Session: 6f6dd167-b9c6-4f55-aef3-c22b4fecac28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10556 | 2024.08.18 06:21:17.366699 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10557 | 2024.08.18 06:21:17.366741 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10558 | 2024.08.18 06:21:17.366863 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10559 | 2024.08.18 06:21:17.367355 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10560 | 2024.08.18 06:21:17.367392 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10561 | 2024.08.18 06:21:17.367712 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10562 | 2024.08.18 06:21:17.368022 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10563 | 2024.08.18 06:21:17.368147 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001533 sec., 170254.40313111545 rows/sec., 14.89 MiB/sec. | ||
10564 | 2024.08.18 06:21:17.368330 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Debug> DynamicQueryHandler: Done processing query | ||
10565 | 2024.08.18 06:21:17.368365 [ 3 ] {61c18b96-be38-4f84-b42f-9def4e1d08e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
10566 | 2024.08.18 06:21:17.368398 [ 3 ] {} <Debug> HTTP-Session: 6f6dd167-b9c6-4f55-aef3-c22b4fecac28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10567 | 2024.08.18 06:21:17.368539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10568 | 2024.08.18 06:21:17.368588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10569 | 2024.08.18 06:21:17.368607 [ 3 ] {} <Debug> HTTP-Session: e3db7152-cf47-4b91-9986-885c1e1b5158 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10570 | 2024.08.18 06:21:17.368623 [ 3 ] {} <Debug> HTTP-Session: e3db7152-cf47-4b91-9986-885c1e1b5158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10571 | 2024.08.18 06:21:17.368636 [ 3 ] {} <Debug> HTTP-Session: e3db7152-cf47-4b91-9986-885c1e1b5158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.08.18 06:21:17.368666 [ 3 ] {} <Trace> HTTP-Session: e3db7152-cf47-4b91-9986-885c1e1b5158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10573 | 2024.08.18 06:21:17.368761 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10574 | 2024.08.18 06:21:17.368803 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10575 | 2024.08.18 06:21:17.368925 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10576 | 2024.08.18 06:21:17.369211 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10577 | 2024.08.18 06:21:17.369247 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10578 | 2024.08.18 06:21:17.369554 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10579 | 2024.08.18 06:21:17.369851 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10580 | 2024.08.18 06:21:17.369981 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001247 sec., 11226.944667201282 rows/sec., 786.26 KiB/sec. | ||
10581 | 2024.08.18 06:21:17.370321 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Debug> DynamicQueryHandler: Done processing query | ||
10582 | 2024.08.18 06:21:17.370346 [ 3 ] {048c0fa4-d9ec-4bc8-bc5e-528895a12e59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10583 | 2024.08.18 06:21:17.370362 [ 3 ] {} <Debug> HTTP-Session: e3db7152-cf47-4b91-9986-885c1e1b5158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10584 | 2024.08.18 06:21:17.370485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10585 | 2024.08.18 06:21:17.370533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10586 | 2024.08.18 06:21:17.370552 [ 3 ] {} <Debug> HTTP-Session: 5efe4337-b3c3-41bc-b7a4-8a657dbdcdd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10587 | 2024.08.18 06:21:17.370569 [ 3 ] {} <Debug> HTTP-Session: 5efe4337-b3c3-41bc-b7a4-8a657dbdcdd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10588 | 2024.08.18 06:21:17.370583 [ 3 ] {} <Debug> HTTP-Session: 5efe4337-b3c3-41bc-b7a4-8a657dbdcdd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.08.18 06:21:17.370612 [ 3 ] {} <Trace> HTTP-Session: 5efe4337-b3c3-41bc-b7a4-8a657dbdcdd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10590 | 2024.08.18 06:21:17.370707 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10591 | 2024.08.18 06:21:17.370749 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10592 | 2024.08.18 06:21:17.370891 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10593 | 2024.08.18 06:21:17.371170 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10594 | 2024.08.18 06:21:17.371206 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10595 | 2024.08.18 06:21:17.371496 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10596 | 2024.08.18 06:21:17.371797 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10597 | 2024.08.18 06:21:17.371917 [ 136 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10598 | 2024.08.18 06:21:17.371924 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001241 sec., 4834.810636583401 rows/sec., 285.65 KiB/sec. | ||
10599 | 2024.08.18 06:21:17.371961 [ 136 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10600 | 2024.08.18 06:21:17.372001 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10601 | 2024.08.18 06:21:17.372168 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Debug> DynamicQueryHandler: Done processing query | ||
10602 | 2024.08.18 06:21:17.372263 [ 3 ] {4910110b-82c1-4e3f-ae5a-e9b9cb44ce99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10603 | 2024.08.18 06:21:17.372383 [ 3 ] {} <Debug> HTTP-Session: 5efe4337-b3c3-41bc-b7a4-8a657dbdcdd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10604 | 2024.08.18 06:21:17.372652 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
10605 | 2024.08.18 06:21:17.372703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10606 | 2024.08.18 06:21:17.372812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10607 | 2024.08.18 06:21:17.372833 [ 3 ] {} <Debug> HTTP-Session: fd9d0887-3357-49a7-9dd7-5f0aade48756 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10608 | 2024.08.18 06:21:17.372876 [ 3 ] {} <Debug> HTTP-Session: fd9d0887-3357-49a7-9dd7-5f0aade48756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10609 | 2024.08.18 06:21:17.372920 [ 3 ] {} <Debug> HTTP-Session: fd9d0887-3357-49a7-9dd7-5f0aade48756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10610 | 2024.08.18 06:21:17.373012 [ 3 ] {} <Trace> HTTP-Session: fd9d0887-3357-49a7-9dd7-5f0aade48756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10611 | 2024.08.18 06:21:17.373087 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10612 | 2024.08.18 06:21:17.373155 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
10613 | 2024.08.18 06:21:17.373339 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10614 | 2024.08.18 06:21:17.373427 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10615 | 2024.08.18 06:21:17.373648 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10616 | 2024.08.18 06:21:17.373696 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10617 | 2024.08.18 06:21:17.374120 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10618 | 2024.08.18 06:21:17.374458 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
10619 | 2024.08.18 06:21:17.374740 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10620 | 2024.08.18 06:21:17.376004 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10621 | 2024.08.18 06:21:17.376074 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10622 | 2024.08.18 06:21:17.376781 [ 196 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004658318 sec., 6440.092754509245 rows/sec., 383.64 KiB/sec. | ||
10623 | 2024.08.18 06:21:17.376908 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10624 | 2024.08.18 06:21:17.376984 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10625 | 2024.08.18 06:21:17.377739 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10626 | 2024.08.18 06:21:17.377897 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10627 | 2024.08.18 06:21:17.378057 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.004829 sec., 84075.37792503624 rows/sec., 5.99 MiB/sec. | ||
10628 | 2024.08.18 06:21:17.378176 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_25_6} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10629 | 2024.08.18 06:21:17.378502 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10630 | 2024.08.18 06:21:17.378572 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Debug> DynamicQueryHandler: Done processing query | ||
10631 | 2024.08.18 06:21:17.378637 [ 3 ] {f40ee175-672d-4ed6-987e-4cdfa77132b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10632 | 2024.08.18 06:21:17.378699 [ 3 ] {} <Debug> HTTP-Session: fd9d0887-3357-49a7-9dd7-5f0aade48756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10633 | 2024.08.18 06:21:17.378876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10634 | 2024.08.18 06:21:17.378929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10635 | 2024.08.18 06:21:17.378949 [ 3 ] {} <Debug> HTTP-Session: 533be7b9-ffdc-4b56-b9ea-0db87aaae06f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10636 | 2024.08.18 06:21:17.378966 [ 3 ] {} <Debug> HTTP-Session: 533be7b9-ffdc-4b56-b9ea-0db87aaae06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.08.18 06:21:17.378980 [ 3 ] {} <Debug> HTTP-Session: 533be7b9-ffdc-4b56-b9ea-0db87aaae06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10638 | 2024.08.18 06:21:17.379013 [ 3 ] {} <Trace> HTTP-Session: 533be7b9-ffdc-4b56-b9ea-0db87aaae06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10639 | 2024.08.18 06:21:17.379114 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10640 | 2024.08.18 06:21:17.379159 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10641 | 2024.08.18 06:21:17.379316 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10642 | 2024.08.18 06:21:17.379633 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10643 | 2024.08.18 06:21:17.379669 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10644 | 2024.08.18 06:21:17.380026 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10645 | 2024.08.18 06:21:17.380358 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10646 | 2024.08.18 06:21:17.380493 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
10647 | 2024.08.18 06:21:17.380808 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Debug> DynamicQueryHandler: Done processing query | ||
10648 | 2024.08.18 06:21:17.380832 [ 3 ] {a96a5ec2-d3f9-4db1-9afa-badf9feac4dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10649 | 2024.08.18 06:21:17.380848 [ 3 ] {} <Debug> HTTP-Session: 533be7b9-ffdc-4b56-b9ea-0db87aaae06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10650 | 2024.08.18 06:21:17.381012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10651 | 2024.08.18 06:21:17.381060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10652 | 2024.08.18 06:21:17.381079 [ 3 ] {} <Debug> HTTP-Session: 171fe219-7aa9-417e-9500-05a89aae077e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10653 | 2024.08.18 06:21:17.381095 [ 3 ] {} <Debug> HTTP-Session: 171fe219-7aa9-417e-9500-05a89aae077e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.08.18 06:21:17.381109 [ 3 ] {} <Debug> HTTP-Session: 171fe219-7aa9-417e-9500-05a89aae077e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10655 | 2024.08.18 06:21:17.381139 [ 3 ] {} <Trace> HTTP-Session: 171fe219-7aa9-417e-9500-05a89aae077e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10656 | 2024.08.18 06:21:17.381349 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10657 | 2024.08.18 06:21:17.381395 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10658 | 2024.08.18 06:21:17.381558 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10659 | 2024.08.18 06:21:17.382002 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10660 | 2024.08.18 06:21:17.382038 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10661 | 2024.08.18 06:21:17.382410 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10662 | 2024.08.18 06:21:17.382743 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10663 | 2024.08.18 06:21:17.382878 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
10664 | 2024.08.18 06:21:17.383046 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Debug> DynamicQueryHandler: Done processing query | ||
10665 | 2024.08.18 06:21:17.383069 [ 3 ] {853bf57c-1a3a-443d-9337-641846ceef69} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10666 | 2024.08.18 06:21:17.383085 [ 3 ] {} <Debug> HTTP-Session: 171fe219-7aa9-417e-9500-05a89aae077e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10667 | 2024.08.18 06:21:17.383208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10668 | 2024.08.18 06:21:17.383256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10669 | 2024.08.18 06:21:17.383275 [ 3 ] {} <Debug> HTTP-Session: eb3c358e-f3ba-4e2e-86b5-807b4cc1918c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10670 | 2024.08.18 06:21:17.383291 [ 3 ] {} <Debug> HTTP-Session: eb3c358e-f3ba-4e2e-86b5-807b4cc1918c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.08.18 06:21:17.383304 [ 3 ] {} <Debug> HTTP-Session: eb3c358e-f3ba-4e2e-86b5-807b4cc1918c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10672 | 2024.08.18 06:21:17.383334 [ 3 ] {} <Trace> HTTP-Session: eb3c358e-f3ba-4e2e-86b5-807b4cc1918c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10673 | 2024.08.18 06:21:17.383426 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10674 | 2024.08.18 06:21:17.383467 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10675 | 2024.08.18 06:21:17.383591 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10676 | 2024.08.18 06:21:17.383865 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10677 | 2024.08.18 06:21:17.383900 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10678 | 2024.08.18 06:21:17.384230 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10679 | 2024.08.18 06:21:17.384557 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10680 | 2024.08.18 06:21:17.384680 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001277 sec., 783.0853563038372 rows/sec., 52.77 KiB/sec. | ||
10681 | 2024.08.18 06:21:17.384842 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Debug> DynamicQueryHandler: Done processing query | ||
10682 | 2024.08.18 06:21:17.384866 [ 3 ] {9e80d055-1f69-4524-9a9e-0a03785dee8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10683 | 2024.08.18 06:21:17.384881 [ 3 ] {} <Debug> HTTP-Session: eb3c358e-f3ba-4e2e-86b5-807b4cc1918c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10684 | 2024.08.18 06:21:17.385025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10685 | 2024.08.18 06:21:17.385072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10686 | 2024.08.18 06:21:17.385102 [ 3 ] {} <Debug> HTTP-Session: b07ade4f-54da-4a64-ad43-79fdf9012acf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10687 | 2024.08.18 06:21:17.385119 [ 3 ] {} <Debug> HTTP-Session: b07ade4f-54da-4a64-ad43-79fdf9012acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.08.18 06:21:17.385132 [ 3 ] {} <Debug> HTTP-Session: b07ade4f-54da-4a64-ad43-79fdf9012acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10689 | 2024.08.18 06:21:17.385163 [ 3 ] {} <Trace> HTTP-Session: b07ade4f-54da-4a64-ad43-79fdf9012acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10690 | 2024.08.18 06:21:17.385425 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10691 | 2024.08.18 06:21:17.385485 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <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 | ||
10692 | 2024.08.18 06:21:17.385907 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10693 | 2024.08.18 06:21:17.386530 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10694 | 2024.08.18 06:21:17.386566 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10695 | 2024.08.18 06:21:17.387184 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10696 | 2024.08.18 06:21:17.387586 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10697 | 2024.08.18 06:21:17.387741 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002492 sec., 9630.818619582666 rows/sec., 17.26 MiB/sec. | ||
10698 | 2024.08.18 06:21:17.387957 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Debug> DynamicQueryHandler: Done processing query | ||
10699 | 2024.08.18 06:21:17.387983 [ 3 ] {cc3fbcb4-39d9-4a4b-9b8c-ecb3c4289614} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10700 | 2024.08.18 06:21:17.387999 [ 3 ] {} <Debug> HTTP-Session: b07ade4f-54da-4a64-ad43-79fdf9012acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10701 | 2024.08.18 06:21:17.388136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10702 | 2024.08.18 06:21:17.388184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10703 | 2024.08.18 06:21:17.388204 [ 3 ] {} <Debug> HTTP-Session: d2201168-7fa3-4d20-830e-b3d36b4e1854 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10704 | 2024.08.18 06:21:17.388220 [ 3 ] {} <Debug> HTTP-Session: d2201168-7fa3-4d20-830e-b3d36b4e1854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.08.18 06:21:17.388234 [ 3 ] {} <Debug> HTTP-Session: d2201168-7fa3-4d20-830e-b3d36b4e1854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.08.18 06:21:17.388264 [ 3 ] {} <Trace> HTTP-Session: d2201168-7fa3-4d20-830e-b3d36b4e1854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10707 | 2024.08.18 06:21:17.388392 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10708 | 2024.08.18 06:21:17.388436 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10709 | 2024.08.18 06:21:17.388563 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10710 | 2024.08.18 06:21:17.388889 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10711 | 2024.08.18 06:21:17.388926 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10712 | 2024.08.18 06:21:17.389281 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10713 | 2024.08.18 06:21:17.389596 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10714 | 2024.08.18 06:21:17.389724 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 3.76 MiB/sec. | ||
10715 | 2024.08.18 06:21:17.389985 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Debug> DynamicQueryHandler: Done processing query | ||
10716 | 2024.08.18 06:21:17.390050 [ 3 ] {213c2629-4350-428b-b3dd-534ba33e7cd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10717 | 2024.08.18 06:21:17.390095 [ 3 ] {} <Debug> HTTP-Session: d2201168-7fa3-4d20-830e-b3d36b4e1854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10718 | 2024.08.18 06:21:22.359216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10719 | 2024.08.18 06:21:22.359340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10720 | 2024.08.18 06:21:22.359366 [ 3 ] {} <Debug> HTTP-Session: aac8b699-072a-46a2-a86c-de7765703619 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10721 | 2024.08.18 06:21:22.359390 [ 3 ] {} <Debug> HTTP-Session: aac8b699-072a-46a2-a86c-de7765703619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.08.18 06:21:22.359405 [ 3 ] {} <Debug> HTTP-Session: aac8b699-072a-46a2-a86c-de7765703619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10723 | 2024.08.18 06:21:22.359454 [ 3 ] {} <Trace> HTTP-Session: aac8b699-072a-46a2-a86c-de7765703619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10724 | 2024.08.18 06:21:22.359629 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10725 | 2024.08.18 06:21:22.359693 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10726 | 2024.08.18 06:21:22.359880 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10727 | 2024.08.18 06:21:22.360305 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10728 | 2024.08.18 06:21:22.360347 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10729 | 2024.08.18 06:21:22.360708 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10730 | 2024.08.18 06:21:22.361021 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10731 | 2024.08.18 06:21:22.361186 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001606 sec., 5603.985056039851 rows/sec., 454.23 KiB/sec. | ||
10732 | 2024.08.18 06:21:22.361507 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Debug> DynamicQueryHandler: Done processing query | ||
10733 | 2024.08.18 06:21:22.361575 [ 3 ] {7fdce1d7-f208-43d5-bfd9-46c26cc115d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10734 | 2024.08.18 06:21:22.361640 [ 3 ] {} <Debug> HTTP-Session: aac8b699-072a-46a2-a86c-de7765703619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10735 | 2024.08.18 06:21:22.361849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10736 | 2024.08.18 06:21:22.361905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10737 | 2024.08.18 06:21:22.361925 [ 3 ] {} <Debug> HTTP-Session: 21718546-c83e-40e2-b164-42654085ed7f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10738 | 2024.08.18 06:21:22.361942 [ 3 ] {} <Debug> HTTP-Session: 21718546-c83e-40e2-b164-42654085ed7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.08.18 06:21:22.361956 [ 3 ] {} <Debug> HTTP-Session: 21718546-c83e-40e2-b164-42654085ed7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10740 | 2024.08.18 06:21:22.361989 [ 3 ] {} <Trace> HTTP-Session: 21718546-c83e-40e2-b164-42654085ed7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10741 | 2024.08.18 06:21:22.362110 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10742 | 2024.08.18 06:21:22.362154 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10743 | 2024.08.18 06:21:22.362300 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10744 | 2024.08.18 06:21:22.362651 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10745 | 2024.08.18 06:21:22.362688 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10746 | 2024.08.18 06:21:22.362995 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10747 | 2024.08.18 06:21:22.363287 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10748 | 2024.08.18 06:21:22.363464 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001395 sec., 59498.20788530466 rows/sec., 4.75 MiB/sec. | ||
10749 | 2024.08.18 06:21:22.363664 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Debug> DynamicQueryHandler: Done processing query | ||
10750 | 2024.08.18 06:21:22.363694 [ 3 ] {ca805683-c6b0-4398-8b15-3f38911f13e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10751 | 2024.08.18 06:21:22.363716 [ 3 ] {} <Debug> HTTP-Session: 21718546-c83e-40e2-b164-42654085ed7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10752 | 2024.08.18 06:21:22.363855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10753 | 2024.08.18 06:21:22.363916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10754 | 2024.08.18 06:21:22.363941 [ 3 ] {} <Debug> HTTP-Session: e879ab89-d976-44b8-b675-0efb7783a4c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10755 | 2024.08.18 06:21:22.363964 [ 3 ] {} <Debug> HTTP-Session: e879ab89-d976-44b8-b675-0efb7783a4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10756 | 2024.08.18 06:21:22.363983 [ 3 ] {} <Debug> HTTP-Session: e879ab89-d976-44b8-b675-0efb7783a4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10757 | 2024.08.18 06:21:22.364022 [ 3 ] {} <Trace> HTTP-Session: e879ab89-d976-44b8-b675-0efb7783a4c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10758 | 2024.08.18 06:21:22.364154 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10759 | 2024.08.18 06:21:22.364197 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10760 | 2024.08.18 06:21:22.364321 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10761 | 2024.08.18 06:21:22.364676 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10762 | 2024.08.18 06:21:22.364715 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10763 | 2024.08.18 06:21:22.365017 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10764 | 2024.08.18 06:21:22.365306 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10765 | 2024.08.18 06:21:22.365469 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001355 sec., 53874.53874538745 rows/sec., 4.21 MiB/sec. | ||
10766 | 2024.08.18 06:21:22.365743 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Debug> DynamicQueryHandler: Done processing query | ||
10767 | 2024.08.18 06:21:22.365796 [ 3 ] {8176b76d-e6d5-4353-9409-f00dbbd842c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10768 | 2024.08.18 06:21:22.365826 [ 3 ] {} <Debug> HTTP-Session: e879ab89-d976-44b8-b675-0efb7783a4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10769 | 2024.08.18 06:21:22.365981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10770 | 2024.08.18 06:21:22.366030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10771 | 2024.08.18 06:21:22.366049 [ 3 ] {} <Debug> HTTP-Session: d435e68b-9d5e-461a-b706-179628353b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10772 | 2024.08.18 06:21:22.366066 [ 3 ] {} <Debug> HTTP-Session: d435e68b-9d5e-461a-b706-179628353b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10773 | 2024.08.18 06:21:22.366080 [ 3 ] {} <Debug> HTTP-Session: d435e68b-9d5e-461a-b706-179628353b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10774 | 2024.08.18 06:21:22.366110 [ 3 ] {} <Trace> HTTP-Session: d435e68b-9d5e-461a-b706-179628353b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10775 | 2024.08.18 06:21:22.366262 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10776 | 2024.08.18 06:21:22.366310 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10777 | 2024.08.18 06:21:22.366471 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10778 | 2024.08.18 06:21:22.366873 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10779 | 2024.08.18 06:21:22.366909 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10780 | 2024.08.18 06:21:22.367291 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10781 | 2024.08.18 06:21:22.367615 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10782 | 2024.08.18 06:21:22.367779 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
10783 | 2024.08.18 06:21:22.367950 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Debug> DynamicQueryHandler: Done processing query | ||
10784 | 2024.08.18 06:21:22.367974 [ 3 ] {f414a4af-5057-4971-ae9f-2c08342ff213} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10785 | 2024.08.18 06:21:22.367990 [ 3 ] {} <Debug> HTTP-Session: d435e68b-9d5e-461a-b706-179628353b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10786 | 2024.08.18 06:21:22.368112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10787 | 2024.08.18 06:21:22.368159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10788 | 2024.08.18 06:21:22.368177 [ 3 ] {} <Debug> HTTP-Session: f2313c71-bc48-4864-a27e-50d6d827bab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10789 | 2024.08.18 06:21:22.368193 [ 3 ] {} <Debug> HTTP-Session: f2313c71-bc48-4864-a27e-50d6d827bab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10790 | 2024.08.18 06:21:22.368207 [ 3 ] {} <Debug> HTTP-Session: f2313c71-bc48-4864-a27e-50d6d827bab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10791 | 2024.08.18 06:21:22.368238 [ 3 ] {} <Trace> HTTP-Session: f2313c71-bc48-4864-a27e-50d6d827bab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10792 | 2024.08.18 06:21:22.368410 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10793 | 2024.08.18 06:21:22.368473 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <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 | ||
10794 | 2024.08.18 06:21:22.368888 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10795 | 2024.08.18 06:21:22.369411 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10796 | 2024.08.18 06:21:22.369447 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10797 | 2024.08.18 06:21:22.370000 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10798 | 2024.08.18 06:21:22.370390 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10799 | 2024.08.18 06:21:22.370581 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002271 sec., 3963.011889035667 rows/sec., 7.10 MiB/sec. | ||
10800 | 2024.08.18 06:21:22.370905 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Debug> DynamicQueryHandler: Done processing query | ||
10801 | 2024.08.18 06:21:22.370930 [ 3 ] {713bcd4b-1122-4627-998e-26f7c54e6748} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10802 | 2024.08.18 06:21:22.370946 [ 3 ] {} <Debug> HTTP-Session: f2313c71-bc48-4864-a27e-50d6d827bab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10803 | 2024.08.18 06:21:22.371064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10804 | 2024.08.18 06:21:22.371111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10805 | 2024.08.18 06:21:22.371130 [ 3 ] {} <Debug> HTTP-Session: e7a59d8a-540a-4209-8906-47a7dae8fd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10806 | 2024.08.18 06:21:22.371146 [ 3 ] {} <Debug> HTTP-Session: e7a59d8a-540a-4209-8906-47a7dae8fd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10807 | 2024.08.18 06:21:22.371160 [ 3 ] {} <Debug> HTTP-Session: e7a59d8a-540a-4209-8906-47a7dae8fd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10808 | 2024.08.18 06:21:22.371191 [ 3 ] {} <Trace> HTTP-Session: e7a59d8a-540a-4209-8906-47a7dae8fd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10809 | 2024.08.18 06:21:22.371299 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10810 | 2024.08.18 06:21:22.371342 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10811 | 2024.08.18 06:21:22.371468 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10812 | 2024.08.18 06:21:22.371777 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10813 | 2024.08.18 06:21:22.371812 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10814 | 2024.08.18 06:21:22.372163 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10815 | 2024.08.18 06:21:22.372487 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10816 | 2024.08.18 06:21:22.372640 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
10817 | 2024.08.18 06:21:22.372801 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Debug> DynamicQueryHandler: Done processing query | ||
10818 | 2024.08.18 06:21:22.372826 [ 3 ] {b26d4dad-aac4-4e4b-9328-b774e06e2971} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10819 | 2024.08.18 06:21:22.372842 [ 3 ] {} <Debug> HTTP-Session: e7a59d8a-540a-4209-8906-47a7dae8fd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10820 | 2024.08.18 06:21:23.092126 [ 122 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
10821 | 2024.08.18 06:21:23.092197 [ 122 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.08.18 06:21:23.092224 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10823 | 2024.08.18 06:21:23.092456 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
10824 | 2024.08.18 06:21:23.092672 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10825 | 2024.08.18 06:21:23.092713 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
10826 | 2024.08.18 06:21:23.092801 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
10827 | 2024.08.18 06:21:23.093017 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
10828 | 2024.08.18 06:21:23.093278 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
10829 | 2024.08.18 06:21:23.093472 [ 195 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
10830 | 2024.08.18 06:21:23.094546 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002229951 sec., 14350.091100656471 rows/sec., 1.14 MiB/sec. | ||
10831 | 2024.08.18 06:21:23.094734 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
10832 | 2024.08.18 06:21:23.095156 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10833 | 2024.08.18 06:21:23.095245 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_14_3} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
10834 | 2024.08.18 06:21:23.095345 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10835 | 2024.08.18 06:21:23.740180 [ 123 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
10836 | 2024.08.18 06:21:23.740271 [ 123 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10837 | 2024.08.18 06:21:23.740312 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10838 | 2024.08.18 06:21:23.740595 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
10839 | 2024.08.18 06:21:23.740908 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10840 | 2024.08.18 06:21:23.740973 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
10841 | 2024.08.18 06:21:23.741114 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
10842 | 2024.08.18 06:21:23.741441 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
10843 | 2024.08.18 06:21:23.741668 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
10844 | 2024.08.18 06:21:23.741826 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
10845 | 2024.08.18 06:21:23.742823 [ 196 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002417615 sec., 13236.185248685171 rows/sec., 924.21 KiB/sec. | ||
10846 | 2024.08.18 06:21:23.742972 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
10847 | 2024.08.18 06:21:23.743326 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10848 | 2024.08.18 06:21:23.743405 [ 195 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_14_3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
10849 | 2024.08.18 06:21:23.743480 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10850 | 2024.08.18 06:21:25.226310 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10851 | 2024.08.18 06:21:25.226371 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10852 | 2024.08.18 06:21:27.363851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10853 | 2024.08.18 06:21:27.363993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10854 | 2024.08.18 06:21:27.364023 [ 3 ] {} <Debug> HTTP-Session: e1714189-ef30-4942-a2a1-9ba64f29216b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10855 | 2024.08.18 06:21:27.364051 [ 3 ] {} <Debug> HTTP-Session: e1714189-ef30-4942-a2a1-9ba64f29216b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.08.18 06:21:27.364069 [ 3 ] {} <Debug> HTTP-Session: e1714189-ef30-4942-a2a1-9ba64f29216b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.08.18 06:21:27.364125 [ 3 ] {} <Trace> HTTP-Session: e1714189-ef30-4942-a2a1-9ba64f29216b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10858 | 2024.08.18 06:21:27.364326 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10859 | 2024.08.18 06:21:27.364401 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10860 | 2024.08.18 06:21:27.364614 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10861 | 2024.08.18 06:21:27.365067 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10862 | 2024.08.18 06:21:27.365112 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10863 | 2024.08.18 06:21:27.365481 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10864 | 2024.08.18 06:21:27.365811 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10865 | 2024.08.18 06:21:27.365979 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.11 MiB/sec. | ||
10866 | 2024.08.18 06:21:27.366206 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Debug> DynamicQueryHandler: Done processing query | ||
10867 | 2024.08.18 06:21:27.366235 [ 3 ] {7f22925a-98ec-44b1-bf30-bef985882144} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10868 | 2024.08.18 06:21:27.366256 [ 3 ] {} <Debug> HTTP-Session: e1714189-ef30-4942-a2a1-9ba64f29216b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10869 | 2024.08.18 06:21:27.366413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10870 | 2024.08.18 06:21:27.366466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10871 | 2024.08.18 06:21:27.366486 [ 3 ] {} <Debug> HTTP-Session: a1b2577d-4894-44e8-84d7-595632ab003a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10872 | 2024.08.18 06:21:27.366503 [ 3 ] {} <Debug> HTTP-Session: a1b2577d-4894-44e8-84d7-595632ab003a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10873 | 2024.08.18 06:21:27.366517 [ 3 ] {} <Debug> HTTP-Session: a1b2577d-4894-44e8-84d7-595632ab003a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10874 | 2024.08.18 06:21:27.366553 [ 3 ] {} <Trace> HTTP-Session: a1b2577d-4894-44e8-84d7-595632ab003a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10875 | 2024.08.18 06:21:27.366656 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10876 | 2024.08.18 06:21:27.366702 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10877 | 2024.08.18 06:21:27.366834 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10878 | 2024.08.18 06:21:27.367146 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2024.08.18 06:21:27.367184 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10880 | 2024.08.18 06:21:27.367486 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10881 | 2024.08.18 06:21:27.367791 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10882 | 2024.08.18 06:21:27.367945 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
10883 | 2024.08.18 06:21:27.368113 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Debug> DynamicQueryHandler: Done processing query | ||
10884 | 2024.08.18 06:21:27.368138 [ 3 ] {dbc666f5-8a56-47c1-8768-6950280bc81c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10885 | 2024.08.18 06:21:27.368153 [ 3 ] {} <Debug> HTTP-Session: a1b2577d-4894-44e8-84d7-595632ab003a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10886 | 2024.08.18 06:21:27.368355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10887 | 2024.08.18 06:21:27.368405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10888 | 2024.08.18 06:21:27.368424 [ 3 ] {} <Debug> HTTP-Session: 51765825-0c10-4b96-ab56-84b04e65133c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10889 | 2024.08.18 06:21:27.368440 [ 3 ] {} <Debug> HTTP-Session: 51765825-0c10-4b96-ab56-84b04e65133c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.08.18 06:21:27.368453 [ 3 ] {} <Debug> HTTP-Session: 51765825-0c10-4b96-ab56-84b04e65133c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10891 | 2024.08.18 06:21:27.368484 [ 3 ] {} <Trace> HTTP-Session: 51765825-0c10-4b96-ab56-84b04e65133c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10892 | 2024.08.18 06:21:27.368661 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10893 | 2024.08.18 06:21:27.368705 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10894 | 2024.08.18 06:21:27.368831 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10895 | 2024.08.18 06:21:27.369284 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10896 | 2024.08.18 06:21:27.369322 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10897 | 2024.08.18 06:21:27.369672 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10898 | 2024.08.18 06:21:27.369982 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2024.08.18 06:21:27.370132 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Debug> executeQuery: Read 262 rows, 23.44 KiB in 0.001554 sec., 168597.16859716858 rows/sec., 14.73 MiB/sec. | ||
10900 | 2024.08.18 06:21:27.370144 [ 118 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10901 | 2024.08.18 06:21:27.370252 [ 118 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10902 | 2024.08.18 06:21:27.370288 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10903 | 2024.08.18 06:21:27.370366 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Debug> DynamicQueryHandler: Done processing query | ||
10904 | 2024.08.18 06:21:27.370426 [ 3 ] {d2c229d5-cc05-4a24-9a93-c6324481ac13} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
10905 | 2024.08.18 06:21:27.370477 [ 3 ] {} <Debug> HTTP-Session: 51765825-0c10-4b96-ab56-84b04e65133c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10906 | 2024.08.18 06:21:27.370519 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
10907 | 2024.08.18 06:21:27.370658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10908 | 2024.08.18 06:21:27.370774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10909 | 2024.08.18 06:21:27.370792 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10910 | 2024.08.18 06:21:27.370813 [ 3 ] {} <Debug> HTTP-Session: c8470439-1ff8-49f4-b491-6f64ccaab246 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10911 | 2024.08.18 06:21:27.370853 [ 3 ] {} <Debug> HTTP-Session: c8470439-1ff8-49f4-b491-6f64ccaab246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10912 | 2024.08.18 06:21:27.370856 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part | ||
10913 | 2024.08.18 06:21:27.370875 [ 3 ] {} <Debug> HTTP-Session: c8470439-1ff8-49f4-b491-6f64ccaab246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10914 | 2024.08.18 06:21:27.370951 [ 3 ] {} <Trace> HTTP-Session: c8470439-1ff8-49f4-b491-6f64ccaab246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10915 | 2024.08.18 06:21:27.371098 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
10916 | 2024.08.18 06:21:27.371260 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10917 | 2024.08.18 06:21:27.371302 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 84 rows starting from the beginning of the part | ||
10918 | 2024.08.18 06:21:27.371388 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10919 | 2024.08.18 06:21:27.371686 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 261 rows starting from the beginning of the part | ||
10920 | 2024.08.18 06:21:27.372084 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 83 rows starting from the beginning of the part | ||
10921 | 2024.08.18 06:21:27.372439 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10922 | 2024.08.18 06:21:27.372490 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 262 rows starting from the beginning of the part | ||
10923 | 2024.08.18 06:21:27.373264 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10924 | 2024.08.18 06:21:27.373327 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10925 | 2024.08.18 06:21:27.373995 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10926 | 2024.08.18 06:21:27.374886 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10927 | 2024.08.18 06:21:27.375075 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00394 sec., 507.61421319796955 rows/sec., 35.44 KiB/sec. | ||
10928 | 2024.08.18 06:21:27.375417 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Debug> DynamicQueryHandler: Done processing query | ||
10929 | 2024.08.18 06:21:27.375521 [ 3 ] {f9856cf4-4d11-410a-9c7a-cb16999d5d1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10930 | 2024.08.18 06:21:27.375570 [ 3 ] {} <Debug> HTTP-Session: c8470439-1ff8-49f4-b491-6f64ccaab246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10931 | 2024.08.18 06:21:27.375636 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2152 rows, containing 4 columns (4 merged, 0 gathered) in 0.005254258 sec., 409572.5790397045 rows/sec., 34.37 MiB/sec. | ||
10932 | 2024.08.18 06:21:27.375719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10933 | 2024.08.18 06:21:27.375780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10934 | 2024.08.18 06:21:27.375799 [ 3 ] {} <Debug> HTTP-Session: aec7d2c9-990a-4e5b-8102-a5b68bbd3402 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10935 | 2024.08.18 06:21:27.375816 [ 3 ] {} <Debug> HTTP-Session: aec7d2c9-990a-4e5b-8102-a5b68bbd3402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10936 | 2024.08.18 06:21:27.375830 [ 3 ] {} <Debug> HTTP-Session: aec7d2c9-990a-4e5b-8102-a5b68bbd3402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10937 | 2024.08.18 06:21:27.375883 [ 3 ] {} <Trace> HTTP-Session: aec7d2c9-990a-4e5b-8102-a5b68bbd3402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10938 | 2024.08.18 06:21:27.375986 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10939 | 2024.08.18 06:21:27.376038 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10940 | 2024.08.18 06:21:27.376121 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10941 | 2024.08.18 06:21:27.376725 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10942 | 2024.08.18 06:21:27.377002 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10943 | 2024.08.18 06:21:27.377232 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_61_12} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10944 | 2024.08.18 06:21:27.377289 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10945 | 2024.08.18 06:21:27.377367 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10946 | 2024.08.18 06:21:27.377378 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
10947 | 2024.08.18 06:21:27.377720 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10948 | 2024.08.18 06:21:27.378037 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10949 | 2024.08.18 06:21:27.378193 [ 118 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10950 | 2024.08.18 06:21:27.378204 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002221 sec., 6303.46690679874 rows/sec., 441.45 KiB/sec. | ||
10951 | 2024.08.18 06:21:27.378243 [ 118 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10952 | 2024.08.18 06:21:27.378313 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10953 | 2024.08.18 06:21:27.378592 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Debug> DynamicQueryHandler: Done processing query | ||
10954 | 2024.08.18 06:21:27.378609 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
10955 | 2024.08.18 06:21:27.378640 [ 3 ] {dcda1f0c-0f2f-4dcf-87d8-8c9b2ecdd082} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10956 | 2024.08.18 06:21:27.378705 [ 3 ] {} <Debug> HTTP-Session: aec7d2c9-990a-4e5b-8102-a5b68bbd3402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10957 | 2024.08.18 06:21:27.378942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10958 | 2024.08.18 06:21:27.379092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10959 | 2024.08.18 06:21:27.379190 [ 3 ] {} <Debug> HTTP-Session: 653f48b1-b044-4765-b72a-2d7d7550e10a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10960 | 2024.08.18 06:21:27.379224 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10961 | 2024.08.18 06:21:27.379256 [ 3 ] {} <Debug> HTTP-Session: 653f48b1-b044-4765-b72a-2d7d7550e10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10962 | 2024.08.18 06:21:27.379318 [ 3 ] {} <Debug> HTTP-Session: 653f48b1-b044-4765-b72a-2d7d7550e10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.08.18 06:21:27.379319 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
10964 | 2024.08.18 06:21:27.379428 [ 3 ] {} <Trace> HTTP-Session: 653f48b1-b044-4765-b72a-2d7d7550e10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10965 | 2024.08.18 06:21:27.379629 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
10966 | 2024.08.18 06:21:27.379756 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10967 | 2024.08.18 06:21:27.379927 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10968 | 2024.08.18 06:21:27.379919 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
10969 | 2024.08.18 06:21:27.380394 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
10970 | 2024.08.18 06:21:27.380706 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
10971 | 2024.08.18 06:21:27.381066 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10972 | 2024.08.18 06:21:27.381086 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
10973 | 2024.08.18 06:21:27.381927 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10974 | 2024.08.18 06:21:27.381986 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10975 | 2024.08.18 06:21:27.382852 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10976 | 2024.08.18 06:21:27.383888 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10977 | 2024.08.18 06:21:27.384046 [ 200 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005646486 sec., 95634.7009449771 rows/sec., 6.13 MiB/sec. | ||
10978 | 2024.08.18 06:21:27.384196 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004561 sec., 1315.50098662574 rows/sec., 77.72 KiB/sec. | ||
10979 | 2024.08.18 06:21:27.384288 [ 200 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10980 | 2024.08.18 06:21:27.384403 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Debug> DynamicQueryHandler: Done processing query | ||
10981 | 2024.08.18 06:21:27.384430 [ 3 ] {dd30ca11-0d6d-4290-922e-22c504ca12f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10982 | 2024.08.18 06:21:27.384458 [ 3 ] {} <Debug> HTTP-Session: 653f48b1-b044-4765-b72a-2d7d7550e10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10983 | 2024.08.18 06:21:27.384656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10984 | 2024.08.18 06:21:27.384714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10985 | 2024.08.18 06:21:27.384724 [ 200 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10986 | 2024.08.18 06:21:27.384735 [ 3 ] {} <Debug> HTTP-Session: 203e3eb5-996a-4246-bac1-3b315b6868d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
10987 | 2024.08.18 06:21:27.384762 [ 3 ] {} <Debug> HTTP-Session: 203e3eb5-996a-4246-bac1-3b315b6868d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10988 | 2024.08.18 06:21:27.384783 [ 3 ] {} <Debug> HTTP-Session: 203e3eb5-996a-4246-bac1-3b315b6868d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10989 | 2024.08.18 06:21:27.384821 [ 3 ] {} <Trace> HTTP-Session: 203e3eb5-996a-4246-bac1-3b315b6868d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10990 | 2024.08.18 06:21:27.384822 [ 200 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_26_5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10991 | 2024.08.18 06:21:27.384954 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10992 | 2024.08.18 06:21:27.385161 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10993 | 2024.08.18 06:21:27.385204 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10994 | 2024.08.18 06:21:27.385334 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10995 | 2024.08.18 06:21:27.385973 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10996 | 2024.08.18 06:21:27.386010 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10997 | 2024.08.18 06:21:27.386338 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10998 | 2024.08.18 06:21:27.386645 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10999 | 2024.08.18 06:21:27.386795 [ 118 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11000 | 2024.08.18 06:21:27.386804 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Debug> executeQuery: Read 408 rows, 29.77 KiB in 0.001833 sec., 222585.92471358427 rows/sec., 15.86 MiB/sec. | ||
11001 | 2024.08.18 06:21:27.386840 [ 118 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11002 | 2024.08.18 06:21:27.386903 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11003 | 2024.08.18 06:21:27.387074 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
11004 | 2024.08.18 06:21:27.387121 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Debug> DynamicQueryHandler: Done processing query | ||
11005 | 2024.08.18 06:21:27.387170 [ 3 ] {dc9ea32c-d54b-47b5-94fe-5347dcf00e57} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11006 | 2024.08.18 06:21:27.387232 [ 3 ] {} <Debug> HTTP-Session: 203e3eb5-996a-4246-bac1-3b315b6868d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11007 | 2024.08.18 06:21:27.387335 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11008 | 2024.08.18 06:21:27.387375 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
11009 | 2024.08.18 06:21:27.387523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11010 | 2024.08.18 06:21:27.387572 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
11011 | 2024.08.18 06:21:27.387682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11012 | 2024.08.18 06:21:27.387791 [ 3 ] {} <Debug> HTTP-Session: e5935345-359e-4f56-8dc7-1de945302257 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11013 | 2024.08.18 06:21:27.387863 [ 3 ] {} <Debug> HTTP-Session: e5935345-359e-4f56-8dc7-1de945302257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.08.18 06:21:27.387925 [ 3 ] {} <Debug> HTTP-Session: e5935345-359e-4f56-8dc7-1de945302257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.08.18 06:21:27.387927 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 75 rows starting from the beginning of the part | ||
11016 | 2024.08.18 06:21:27.388022 [ 3 ] {} <Trace> HTTP-Session: e5935345-359e-4f56-8dc7-1de945302257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11017 | 2024.08.18 06:21:27.388160 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 406 rows starting from the beginning of the part | ||
11018 | 2024.08.18 06:21:27.388352 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11019 | 2024.08.18 06:21:27.388461 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 73 rows starting from the beginning of the part | ||
11020 | 2024.08.18 06:21:27.388557 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11021 | 2024.08.18 06:21:27.388774 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 408 rows starting from the beginning of the part | ||
11022 | 2024.08.18 06:21:27.389470 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11023 | 2024.08.18 06:21:27.390139 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11024 | 2024.08.18 06:21:27.390200 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11025 | 2024.08.18 06:21:27.391170 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11026 | 2024.08.18 06:21:27.391876 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1895 rows, containing 4 columns (4 merged, 0 gathered) in 0.004886291 sec., 387819.7184735825 rows/sec., 28.14 MiB/sec. | ||
11027 | 2024.08.18 06:21:27.392020 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11028 | 2024.08.18 06:21:27.392210 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11029 | 2024.08.18 06:21:27.392284 [ 118 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11030 | 2024.08.18 06:21:27.392297 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004044 sec., 1483.679525222552 rows/sec., 77.52 KiB/sec. | ||
11031 | 2024.08.18 06:21:27.392389 [ 118 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11032 | 2024.08.18 06:21:27.392478 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11033 | 2024.08.18 06:21:27.392981 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Debug> DynamicQueryHandler: Done processing query | ||
11034 | 2024.08.18 06:21:27.393016 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11035 | 2024.08.18 06:21:27.393083 [ 3 ] {9c1bf170-b316-425f-b6c0-0cd6bdb3c628} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11036 | 2024.08.18 06:21:27.393176 [ 3 ] {} <Debug> HTTP-Session: e5935345-359e-4f56-8dc7-1de945302257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.08.18 06:21:27.393391 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11038 | 2024.08.18 06:21:27.393443 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11039 | 2024.08.18 06:21:27.393543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11040 | 2024.08.18 06:21:27.393666 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11041 | 2024.08.18 06:21:27.393763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11042 | 2024.08.18 06:21:27.393873 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11043 | 2024.08.18 06:21:27.393885 [ 3 ] {} <Debug> HTTP-Session: 219a95d5-9ed3-43c9-8f63-bb747bc3a49e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11044 | 2024.08.18 06:21:27.393961 [ 3 ] {} <Debug> HTTP-Session: 219a95d5-9ed3-43c9-8f63-bb747bc3a49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11045 | 2024.08.18 06:21:27.394065 [ 3 ] {} <Debug> HTTP-Session: 219a95d5-9ed3-43c9-8f63-bb747bc3a49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11046 | 2024.08.18 06:21:27.394194 [ 189 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_61_12} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11047 | 2024.08.18 06:21:27.394284 [ 3 ] {} <Trace> HTTP-Session: 219a95d5-9ed3-43c9-8f63-bb747bc3a49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11048 | 2024.08.18 06:21:27.394350 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11049 | 2024.08.18 06:21:27.394589 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
11050 | 2024.08.18 06:21:27.394756 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11051 | 2024.08.18 06:21:27.394907 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11052 | 2024.08.18 06:21:27.395058 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11053 | 2024.08.18 06:21:27.395091 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11054 | 2024.08.18 06:21:27.395363 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
11055 | 2024.08.18 06:21:27.396142 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11056 | 2024.08.18 06:21:27.397155 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11057 | 2024.08.18 06:21:27.397212 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11058 | 2024.08.18 06:21:27.398252 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005601004 sec., 27852.149364649624 rows/sec., 1.42 MiB/sec. | ||
11059 | 2024.08.18 06:21:27.398350 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11060 | 2024.08.18 06:21:27.398407 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11061 | 2024.08.18 06:21:27.398815 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2024.08.18 06:21:27.399029 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11063 | 2024.08.18 06:21:27.399047 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004438 sec., 53627.76025236593 rows/sec., 3.59 MiB/sec. | ||
11064 | 2024.08.18 06:21:27.399052 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_26_5} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11065 | 2024.08.18 06:21:27.399083 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11066 | 2024.08.18 06:21:27.399191 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11067 | 2024.08.18 06:21:27.399448 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_26_5} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11068 | 2024.08.18 06:21:27.399780 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Debug> DynamicQueryHandler: Done processing query | ||
11069 | 2024.08.18 06:21:27.399845 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11070 | 2024.08.18 06:21:27.399857 [ 3 ] {038c3911-25eb-4104-9767-ce60b9163025} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11071 | 2024.08.18 06:21:27.399917 [ 3 ] {} <Debug> HTTP-Session: 219a95d5-9ed3-43c9-8f63-bb747bc3a49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11072 | 2024.08.18 06:21:27.399958 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
11073 | 2024.08.18 06:21:27.400196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11074 | 2024.08.18 06:21:27.400393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11075 | 2024.08.18 06:21:27.400500 [ 3 ] {} <Debug> HTTP-Session: 42b05a3f-6743-4caa-979c-3481eb84b8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11076 | 2024.08.18 06:21:27.400588 [ 3 ] {} <Debug> HTTP-Session: 42b05a3f-6743-4caa-979c-3481eb84b8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11077 | 2024.08.18 06:21:27.400660 [ 3 ] {} <Debug> HTTP-Session: 42b05a3f-6743-4caa-979c-3481eb84b8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11078 | 2024.08.18 06:21:27.400744 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11079 | 2024.08.18 06:21:27.400761 [ 3 ] {} <Trace> HTTP-Session: 42b05a3f-6743-4caa-979c-3481eb84b8b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11080 | 2024.08.18 06:21:27.400816 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16324 rows starting from the beginning of the part | ||
11081 | 2024.08.18 06:21:27.401059 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11082 | 2024.08.18 06:21:27.401078 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
11083 | 2024.08.18 06:21:27.401221 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11084 | 2024.08.18 06:21:27.401357 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
11085 | 2024.08.18 06:21:27.401640 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
11086 | 2024.08.18 06:21:27.402054 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
11087 | 2024.08.18 06:21:27.402484 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 238 rows starting from the beginning of the part | ||
11088 | 2024.08.18 06:21:27.402568 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11089 | 2024.08.18 06:21:27.403339 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11090 | 2024.08.18 06:21:27.403399 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11091 | 2024.08.18 06:21:27.403941 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11092 | 2024.08.18 06:21:27.404307 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11093 | 2024.08.18 06:21:27.404527 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003635 sec., 275.1031636863824 rows/sec., 18.54 KiB/sec. | ||
11094 | 2024.08.18 06:21:27.404748 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Debug> DynamicQueryHandler: Done processing query | ||
11095 | 2024.08.18 06:21:27.404790 [ 3 ] {3a442e63-6c9c-422f-b146-4adbfbf42a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11096 | 2024.08.18 06:21:27.404833 [ 3 ] {} <Debug> HTTP-Session: 42b05a3f-6743-4caa-979c-3481eb84b8b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11097 | 2024.08.18 06:21:27.405093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11098 | 2024.08.18 06:21:27.405230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11099 | 2024.08.18 06:21:27.405308 [ 3 ] {} <Debug> HTTP-Session: fe2a839c-2e45-45d3-8194-6fe2e4fb2825 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11100 | 2024.08.18 06:21:27.405363 [ 3 ] {} <Debug> HTTP-Session: fe2a839c-2e45-45d3-8194-6fe2e4fb2825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.08.18 06:21:27.405406 [ 3 ] {} <Debug> HTTP-Session: fe2a839c-2e45-45d3-8194-6fe2e4fb2825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11102 | 2024.08.18 06:21:27.405505 [ 3 ] {} <Trace> HTTP-Session: fe2a839c-2e45-45d3-8194-6fe2e4fb2825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11103 | 2024.08.18 06:21:27.406036 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11104 | 2024.08.18 06:21:27.406112 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <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 | ||
11105 | 2024.08.18 06:21:27.406826 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11106 | 2024.08.18 06:21:27.407492 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11107 | 2024.08.18 06:21:27.407536 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11108 | 2024.08.18 06:21:27.408479 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11109 | 2024.08.18 06:21:27.409359 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17140 rows, containing 5 columns (5 merged, 0 gathered) in 0.009992027 sec., 1715367.6626374207 rows/sec., 115.91 MiB/sec. | ||
11110 | 2024.08.18 06:21:27.409612 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11111 | 2024.08.18 06:21:27.409625 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11112 | 2024.08.18 06:21:27.410181 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004512 sec., 5319.148936170212 rows/sec., 9.53 MiB/sec. | ||
11113 | 2024.08.18 06:21:27.411420 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11114 | 2024.08.18 06:21:27.411494 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Debug> DynamicQueryHandler: Done processing query | ||
11115 | 2024.08.18 06:21:27.411539 [ 3 ] {c30c58a1-df10-4872-9c63-c9394e0768fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11116 | 2024.08.18 06:21:27.411550 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11117 | 2024.08.18 06:21:27.411566 [ 3 ] {} <Debug> HTTP-Session: fe2a839c-2e45-45d3-8194-6fe2e4fb2825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11118 | 2024.08.18 06:21:27.411669 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
11119 | 2024.08.18 06:21:27.411730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11120 | 2024.08.18 06:21:27.411786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11121 | 2024.08.18 06:21:27.411806 [ 3 ] {} <Debug> HTTP-Session: b9778026-45ef-4aa9-8d65-322325a05acd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11122 | 2024.08.18 06:21:27.411823 [ 3 ] {} <Debug> HTTP-Session: b9778026-45ef-4aa9-8d65-322325a05acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11123 | 2024.08.18 06:21:27.411837 [ 3 ] {} <Debug> HTTP-Session: b9778026-45ef-4aa9-8d65-322325a05acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11124 | 2024.08.18 06:21:27.411873 [ 3 ] {} <Trace> HTTP-Session: b9778026-45ef-4aa9-8d65-322325a05acd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11125 | 2024.08.18 06:21:27.412012 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11126 | 2024.08.18 06:21:27.412059 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11127 | 2024.08.18 06:21:27.412201 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11128 | 2024.08.18 06:21:27.412506 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11129 | 2024.08.18 06:21:27.412543 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11130 | 2024.08.18 06:21:27.412911 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11131 | 2024.08.18 06:21:27.413235 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11132 | 2024.08.18 06:21:27.413397 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
11133 | 2024.08.18 06:21:27.413401 [ 117 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11134 | 2024.08.18 06:21:27.413499 [ 117 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11135 | 2024.08.18 06:21:27.413553 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11136 | 2024.08.18 06:21:27.413669 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Debug> DynamicQueryHandler: Done processing query | ||
11137 | 2024.08.18 06:21:27.413739 [ 3 ] {ab03167d-850e-4c8e-ae67-60ff0584a614} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11138 | 2024.08.18 06:21:27.413801 [ 3 ] {} <Debug> HTTP-Session: b9778026-45ef-4aa9-8d65-322325a05acd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11139 | 2024.08.18 06:21:27.413860 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11140 | 2024.08.18 06:21:27.414076 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11141 | 2024.08.18 06:21:27.414117 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3420 rows starting from the beginning of the part | ||
11142 | 2024.08.18 06:21:27.414194 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
11143 | 2024.08.18 06:21:27.414298 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11144 | 2024.08.18 06:21:27.414541 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
11145 | 2024.08.18 06:21:27.414658 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11146 | 2024.08.18 06:21:27.414723 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
11147 | 2024.08.18 06:21:27.416512 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002855583 sec., 1299209.303319147 rows/sec., 84.65 MiB/sec. | ||
11148 | 2024.08.18 06:21:27.416777 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11149 | 2024.08.18 06:21:27.417170 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11150 | 2024.08.18 06:21:27.417253 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_61_12} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11151 | 2024.08.18 06:21:27.417331 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
11152 | 2024.08.18 06:21:32.359588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11153 | 2024.08.18 06:21:32.359706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11154 | 2024.08.18 06:21:32.359729 [ 3 ] {} <Debug> HTTP-Session: 5a5ce525-252f-48d7-a588-ee84ab3aeffe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11155 | 2024.08.18 06:21:32.359752 [ 3 ] {} <Debug> HTTP-Session: 5a5ce525-252f-48d7-a588-ee84ab3aeffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11156 | 2024.08.18 06:21:32.359766 [ 3 ] {} <Debug> HTTP-Session: 5a5ce525-252f-48d7-a588-ee84ab3aeffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11157 | 2024.08.18 06:21:32.359814 [ 3 ] {} <Trace> HTTP-Session: 5a5ce525-252f-48d7-a588-ee84ab3aeffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11158 | 2024.08.18 06:21:32.359996 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11159 | 2024.08.18 06:21:32.360060 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11160 | 2024.08.18 06:21:32.360244 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11161 | 2024.08.18 06:21:32.360661 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11162 | 2024.08.18 06:21:32.360699 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11163 | 2024.08.18 06:21:32.361055 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11164 | 2024.08.18 06:21:32.361388 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11165 | 2024.08.18 06:21:32.361528 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001587 sec., 5671.077504725898 rows/sec., 459.67 KiB/sec. | ||
11166 | 2024.08.18 06:21:32.361534 [ 112 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11167 | 2024.08.18 06:21:32.361587 [ 112 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2024.08.18 06:21:32.361617 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11169 | 2024.08.18 06:21:32.361799 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Debug> DynamicQueryHandler: Done processing query | ||
11170 | 2024.08.18 06:21:32.361875 [ 3 ] {f4dd328f-41be-4667-b2c3-b8bff262db71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11171 | 2024.08.18 06:21:32.361927 [ 3 ] {} <Debug> HTTP-Session: 5a5ce525-252f-48d7-a588-ee84ab3aeffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11172 | 2024.08.18 06:21:32.361960 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
11173 | 2024.08.18 06:21:32.362194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11174 | 2024.08.18 06:21:32.362382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11175 | 2024.08.18 06:21:32.362469 [ 3 ] {} <Debug> HTTP-Session: 6eda6a0e-ae4e-47bd-8c5e-f90c66ba69aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11176 | 2024.08.18 06:21:32.362545 [ 3 ] {} <Debug> HTTP-Session: 6eda6a0e-ae4e-47bd-8c5e-f90c66ba69aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.08.18 06:21:32.362604 [ 3 ] {} <Debug> HTTP-Session: 6eda6a0e-ae4e-47bd-8c5e-f90c66ba69aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11178 | 2024.08.18 06:21:32.362669 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11179 | 2024.08.18 06:21:32.362722 [ 3 ] {} <Trace> HTTP-Session: 6eda6a0e-ae4e-47bd-8c5e-f90c66ba69aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11180 | 2024.08.18 06:21:32.362759 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 33 rows starting from the beginning of the part | ||
11181 | 2024.08.18 06:21:32.362957 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part | ||
11182 | 2024.08.18 06:21:32.363152 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11183 | 2024.08.18 06:21:32.363300 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
11184 | 2024.08.18 06:21:32.363324 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11185 | 2024.08.18 06:21:32.363623 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part | ||
11186 | 2024.08.18 06:21:32.363955 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
11187 | 2024.08.18 06:21:32.364293 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part | ||
11188 | 2024.08.18 06:21:32.364729 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11189 | 2024.08.18 06:21:32.365624 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11190 | 2024.08.18 06:21:32.365693 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11191 | 2024.08.18 06:21:32.366616 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11192 | 2024.08.18 06:21:32.366896 [ 193 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005168276 sec., 20896.716816207183 rows/sec., 1.65 MiB/sec. | ||
11193 | 2024.08.18 06:21:32.367217 [ 193 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11194 | 2024.08.18 06:21:32.367242 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11195 | 2024.08.18 06:21:32.367573 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.004687 sec., 17708.55557926179 rows/sec., 1.41 MiB/sec. | ||
11196 | 2024.08.18 06:21:32.368039 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Debug> DynamicQueryHandler: Done processing query | ||
11197 | 2024.08.18 06:21:32.368077 [ 3 ] {de6432fd-8564-4fec-b0c9-1642e5063feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11198 | 2024.08.18 06:21:32.368104 [ 3 ] {} <Debug> HTTP-Session: 6eda6a0e-ae4e-47bd-8c5e-f90c66ba69aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11199 | 2024.08.18 06:21:32.368222 [ 193 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11200 | 2024.08.18 06:21:32.368333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11201 | 2024.08.18 06:21:32.368360 [ 193 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_46_9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11202 | 2024.08.18 06:21:32.368404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11203 | 2024.08.18 06:21:32.368466 [ 3 ] {} <Debug> HTTP-Session: 12c3f532-5a9f-4267-94f9-53678de302cd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11204 | 2024.08.18 06:21:32.368506 [ 3 ] {} <Debug> HTTP-Session: 12c3f532-5a9f-4267-94f9-53678de302cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11205 | 2024.08.18 06:21:32.368517 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11206 | 2024.08.18 06:21:32.368534 [ 3 ] {} <Debug> HTTP-Session: 12c3f532-5a9f-4267-94f9-53678de302cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.08.18 06:21:32.368594 [ 3 ] {} <Trace> HTTP-Session: 12c3f532-5a9f-4267-94f9-53678de302cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11208 | 2024.08.18 06:21:32.368723 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11209 | 2024.08.18 06:21:32.368767 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11210 | 2024.08.18 06:21:32.368916 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11211 | 2024.08.18 06:21:32.369319 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11212 | 2024.08.18 06:21:32.369356 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11213 | 2024.08.18 06:21:32.369675 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11214 | 2024.08.18 06:21:32.369988 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11215 | 2024.08.18 06:21:32.370109 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001436 sec., 50835.65459610028 rows/sec., 3.97 MiB/sec. | ||
11216 | 2024.08.18 06:21:32.370278 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Debug> DynamicQueryHandler: Done processing query | ||
11217 | 2024.08.18 06:21:32.370301 [ 3 ] {9926d65b-40a8-41d0-b2f2-f937ed25ab10} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11218 | 2024.08.18 06:21:32.370317 [ 3 ] {} <Debug> HTTP-Session: 12c3f532-5a9f-4267-94f9-53678de302cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11219 | 2024.08.18 06:21:32.370499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11220 | 2024.08.18 06:21:32.370546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11221 | 2024.08.18 06:21:32.370565 [ 3 ] {} <Debug> HTTP-Session: e29f1f5f-4837-4a3d-b704-54fc30d88891 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11222 | 2024.08.18 06:21:32.370581 [ 3 ] {} <Debug> HTTP-Session: e29f1f5f-4837-4a3d-b704-54fc30d88891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11223 | 2024.08.18 06:21:32.370595 [ 3 ] {} <Debug> HTTP-Session: e29f1f5f-4837-4a3d-b704-54fc30d88891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11224 | 2024.08.18 06:21:32.370628 [ 3 ] {} <Trace> HTTP-Session: e29f1f5f-4837-4a3d-b704-54fc30d88891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11225 | 2024.08.18 06:21:32.370773 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11226 | 2024.08.18 06:21:32.370818 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11227 | 2024.08.18 06:21:32.370961 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11228 | 2024.08.18 06:21:32.371352 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11229 | 2024.08.18 06:21:32.371387 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11230 | 2024.08.18 06:21:32.371768 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11231 | 2024.08.18 06:21:32.372095 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11232 | 2024.08.18 06:21:32.372220 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
11233 | 2024.08.18 06:21:32.372388 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Debug> DynamicQueryHandler: Done processing query | ||
11234 | 2024.08.18 06:21:32.372411 [ 3 ] {66dd72b4-e20b-4406-8655-9ec835a6ac72} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11235 | 2024.08.18 06:21:32.372426 [ 3 ] {} <Debug> HTTP-Session: e29f1f5f-4837-4a3d-b704-54fc30d88891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11236 | 2024.08.18 06:21:32.372561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11237 | 2024.08.18 06:21:32.372607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11238 | 2024.08.18 06:21:32.372625 [ 3 ] {} <Debug> HTTP-Session: c3eb2cdb-3e01-4c84-b073-0cd7fcdadf0c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11239 | 2024.08.18 06:21:32.372641 [ 3 ] {} <Debug> HTTP-Session: c3eb2cdb-3e01-4c84-b073-0cd7fcdadf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11240 | 2024.08.18 06:21:32.372655 [ 3 ] {} <Debug> HTTP-Session: c3eb2cdb-3e01-4c84-b073-0cd7fcdadf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11241 | 2024.08.18 06:21:32.372685 [ 3 ] {} <Trace> HTTP-Session: c3eb2cdb-3e01-4c84-b073-0cd7fcdadf0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11242 | 2024.08.18 06:21:32.372846 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11243 | 2024.08.18 06:21:32.372907 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <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 | ||
11244 | 2024.08.18 06:21:32.373322 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11245 | 2024.08.18 06:21:32.373885 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11246 | 2024.08.18 06:21:32.373921 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11247 | 2024.08.18 06:21:32.374506 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11248 | 2024.08.18 06:21:32.374904 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11249 | 2024.08.18 06:21:32.375033 [ 112 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11250 | 2024.08.18 06:21:32.375052 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002297 sec., 3918.1541140618197 rows/sec., 7.02 MiB/sec. | ||
11251 | 2024.08.18 06:21:32.375071 [ 112 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11252 | 2024.08.18 06:21:32.375107 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11253 | 2024.08.18 06:21:32.375289 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
11254 | 2024.08.18 06:21:32.375374 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Debug> DynamicQueryHandler: Done processing query | ||
11255 | 2024.08.18 06:21:32.375402 [ 3 ] {8183fe7b-4cf9-4044-8dea-37450168390d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11256 | 2024.08.18 06:21:32.375430 [ 3 ] {} <Debug> HTTP-Session: c3eb2cdb-3e01-4c84-b073-0cd7fcdadf0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11257 | 2024.08.18 06:21:32.375574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11258 | 2024.08.18 06:21:32.375642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11259 | 2024.08.18 06:21:32.375676 [ 3 ] {} <Debug> HTTP-Session: d8b3076d-ba5b-4277-9a40-62d2e88e4547 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11260 | 2024.08.18 06:21:32.375685 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11261 | 2024.08.18 06:21:32.375696 [ 3 ] {} <Debug> HTTP-Session: d8b3076d-ba5b-4277-9a40-62d2e88e4547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11262 | 2024.08.18 06:21:32.375724 [ 3 ] {} <Debug> HTTP-Session: d8b3076d-ba5b-4277-9a40-62d2e88e4547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11263 | 2024.08.18 06:21:32.375770 [ 3 ] {} <Trace> HTTP-Session: d8b3076d-ba5b-4277-9a40-62d2e88e4547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11264 | 2024.08.18 06:21:32.375774 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 699 rows starting from the beginning of the part | ||
11265 | 2024.08.18 06:21:32.375955 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11266 | 2024.08.18 06:21:32.376131 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11267 | 2024.08.18 06:21:32.376356 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part | ||
11268 | 2024.08.18 06:21:32.376579 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11269 | 2024.08.18 06:21:32.376950 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
11270 | 2024.08.18 06:21:32.377634 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part | ||
11271 | 2024.08.18 06:21:32.377662 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11272 | 2024.08.18 06:21:32.377706 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11273 | 2024.08.18 06:21:32.377965 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
11274 | 2024.08.18 06:21:32.378296 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part | ||
11275 | 2024.08.18 06:21:32.378532 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11276 | 2024.08.18 06:21:32.379088 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11277 | 2024.08.18 06:21:32.379298 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003438 sec., 17452.00698080279 rows/sec., 1.18 MiB/sec. | ||
11278 | 2024.08.18 06:21:32.379516 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Debug> DynamicQueryHandler: Done processing query | ||
11279 | 2024.08.18 06:21:32.379539 [ 3 ] {79a67e47-23be-48b7-8e12-5232450660ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11280 | 2024.08.18 06:21:32.379556 [ 3 ] {} <Debug> HTTP-Session: d8b3076d-ba5b-4277-9a40-62d2e88e4547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11281 | 2024.08.18 06:21:32.382301 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 19 columns (19 merged, 0 gathered) in 0.007109873 sec., 108862.70401735728 rows/sec., 195.08 MiB/sec. | ||
11282 | 2024.08.18 06:21:32.383324 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11283 | 2024.08.18 06:21:32.383983 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11284 | 2024.08.18 06:21:32.384079 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11285 | 2024.08.18 06:21:32.384237 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
11286 | 2024.08.18 06:21:36.685387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11287 | 2024.08.18 06:21:36.685522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11288 | 2024.08.18 06:21:36.685549 [ 3 ] {} <Debug> HTTP-Session: ca1960a9-bfe8-4dce-937c-a4251fc7676c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11289 | 2024.08.18 06:21:36.685575 [ 3 ] {} <Debug> HTTP-Session: ca1960a9-bfe8-4dce-937c-a4251fc7676c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.08.18 06:21:36.685589 [ 3 ] {} <Debug> HTTP-Session: ca1960a9-bfe8-4dce-937c-a4251fc7676c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11291 | 2024.08.18 06:21:36.685645 [ 3 ] {} <Trace> HTTP-Session: ca1960a9-bfe8-4dce-937c-a4251fc7676c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11292 | 2024.08.18 06:21:36.685841 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11293 | 2024.08.18 06:21:36.685907 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11294 | 2024.08.18 06:21:36.686098 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11295 | 2024.08.18 06:21:36.686548 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11296 | 2024.08.18 06:21:36.686596 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11297 | 2024.08.18 06:21:36.686973 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11298 | 2024.08.18 06:21:36.687320 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11299 | 2024.08.18 06:21:36.687486 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001704 sec., 14084.507042253521 rows/sec., 1.11 MiB/sec. | ||
11300 | 2024.08.18 06:21:36.687708 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Debug> DynamicQueryHandler: Done processing query | ||
11301 | 2024.08.18 06:21:36.687736 [ 3 ] {9d177967-446e-4131-bb7c-b81ae72188e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11302 | 2024.08.18 06:21:36.687754 [ 3 ] {} <Debug> HTTP-Session: ca1960a9-bfe8-4dce-937c-a4251fc7676c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11303 | 2024.08.18 06:21:36.688085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11304 | 2024.08.18 06:21:36.688144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11305 | 2024.08.18 06:21:36.688165 [ 3 ] {} <Debug> HTTP-Session: 63906051-450e-4111-9fbc-c48310037e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11306 | 2024.08.18 06:21:36.688184 [ 3 ] {} <Debug> HTTP-Session: 63906051-450e-4111-9fbc-c48310037e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11307 | 2024.08.18 06:21:36.688198 [ 3 ] {} <Debug> HTTP-Session: 63906051-450e-4111-9fbc-c48310037e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11308 | 2024.08.18 06:21:36.688235 [ 3 ] {} <Trace> HTTP-Session: 63906051-450e-4111-9fbc-c48310037e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11309 | 2024.08.18 06:21:36.688754 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11310 | 2024.08.18 06:21:36.688806 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11311 | 2024.08.18 06:21:36.688944 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11312 | 2024.08.18 06:21:36.690197 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11313 | 2024.08.18 06:21:36.690236 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11314 | 2024.08.18 06:21:36.690664 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11315 | 2024.08.18 06:21:36.690986 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11316 | 2024.08.18 06:21:36.691136 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Debug> executeQuery: Read 1401 rows, 119.49 KiB in 0.002729 sec., 513374.8625870282 rows/sec., 42.76 MiB/sec. | ||
11317 | 2024.08.18 06:21:36.691331 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Debug> DynamicQueryHandler: Done processing query | ||
11318 | 2024.08.18 06:21:36.691356 [ 3 ] {68dbe34c-60dd-4ca8-b771-94fd737ac1b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
11319 | 2024.08.18 06:21:36.691373 [ 3 ] {} <Debug> HTTP-Session: 63906051-450e-4111-9fbc-c48310037e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11320 | 2024.08.18 06:21:36.691565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11321 | 2024.08.18 06:21:36.691619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11322 | 2024.08.18 06:21:36.691639 [ 3 ] {} <Debug> HTTP-Session: 241fd2c5-4667-4d34-b17c-9708a978eeda Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11323 | 2024.08.18 06:21:36.691657 [ 3 ] {} <Debug> HTTP-Session: 241fd2c5-4667-4d34-b17c-9708a978eeda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11324 | 2024.08.18 06:21:36.691671 [ 3 ] {} <Debug> HTTP-Session: 241fd2c5-4667-4d34-b17c-9708a978eeda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11325 | 2024.08.18 06:21:36.691707 [ 3 ] {} <Trace> HTTP-Session: 241fd2c5-4667-4d34-b17c-9708a978eeda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11326 | 2024.08.18 06:21:36.691887 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11327 | 2024.08.18 06:21:36.691931 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11328 | 2024.08.18 06:21:36.692067 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11329 | 2024.08.18 06:21:36.692516 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11330 | 2024.08.18 06:21:36.692564 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11331 | 2024.08.18 06:21:36.692984 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11332 | 2024.08.18 06:21:36.693381 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11333 | 2024.08.18 06:21:36.693529 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00174 sec., 139080.45977011495 rows/sec., 9.42 MiB/sec. | ||
11334 | 2024.08.18 06:21:36.693711 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Debug> DynamicQueryHandler: Done processing query | ||
11335 | 2024.08.18 06:21:36.693735 [ 3 ] {2c2d10b6-2385-4d10-8516-3e886d9cf66f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11336 | 2024.08.18 06:21:36.693751 [ 3 ] {} <Debug> HTTP-Session: 241fd2c5-4667-4d34-b17c-9708a978eeda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11337 | 2024.08.18 06:21:36.693894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11338 | 2024.08.18 06:21:36.693946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11339 | 2024.08.18 06:21:36.693966 [ 3 ] {} <Debug> HTTP-Session: 66c5eb2e-e313-4073-acbe-1f591f7fcebc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11340 | 2024.08.18 06:21:36.693983 [ 3 ] {} <Debug> HTTP-Session: 66c5eb2e-e313-4073-acbe-1f591f7fcebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11341 | 2024.08.18 06:21:36.693997 [ 3 ] {} <Debug> HTTP-Session: 66c5eb2e-e313-4073-acbe-1f591f7fcebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11342 | 2024.08.18 06:21:36.694030 [ 3 ] {} <Trace> HTTP-Session: 66c5eb2e-e313-4073-acbe-1f591f7fcebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11343 | 2024.08.18 06:21:36.694128 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11344 | 2024.08.18 06:21:36.694171 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11345 | 2024.08.18 06:21:36.694298 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11346 | 2024.08.18 06:21:36.694608 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11347 | 2024.08.18 06:21:36.694644 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11348 | 2024.08.18 06:21:36.694958 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11349 | 2024.08.18 06:21:36.695263 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11350 | 2024.08.18 06:21:36.695419 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 270.81 KiB/sec. | ||
11351 | 2024.08.18 06:21:36.695595 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Debug> DynamicQueryHandler: Done processing query | ||
11352 | 2024.08.18 06:21:36.695620 [ 3 ] {db9fca79-f56f-41a3-a34d-62f4395c4619} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11353 | 2024.08.18 06:21:36.695636 [ 3 ] {} <Debug> HTTP-Session: 66c5eb2e-e313-4073-acbe-1f591f7fcebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11354 | 2024.08.18 06:21:36.695888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 140835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11355 | 2024.08.18 06:21:36.695943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11356 | 2024.08.18 06:21:36.695963 [ 3 ] {} <Debug> HTTP-Session: 458530bd-7333-43d8-9f29-e9bb4710ff49 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11357 | 2024.08.18 06:21:36.695981 [ 3 ] {} <Debug> HTTP-Session: 458530bd-7333-43d8-9f29-e9bb4710ff49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11358 | 2024.08.18 06:21:36.695995 [ 3 ] {} <Debug> HTTP-Session: 458530bd-7333-43d8-9f29-e9bb4710ff49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11359 | 2024.08.18 06:21:36.696028 [ 3 ] {} <Trace> HTTP-Session: 458530bd-7333-43d8-9f29-e9bb4710ff49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11360 | 2024.08.18 06:21:36.696396 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11361 | 2024.08.18 06:21:36.696441 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11362 | 2024.08.18 06:21:36.696568 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11363 | 2024.08.18 06:21:36.697476 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11364 | 2024.08.18 06:21:36.697516 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11365 | 2024.08.18 06:21:36.697878 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11366 | 2024.08.18 06:21:36.698244 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11367 | 2024.08.18 06:21:36.698394 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Debug> executeQuery: Read 862 rows, 63.89 KiB in 0.002207 sec., 390575.4417761667 rows/sec., 28.27 MiB/sec. | ||
11368 | 2024.08.18 06:21:36.698569 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Debug> DynamicQueryHandler: Done processing query | ||
11369 | 2024.08.18 06:21:36.698598 [ 3 ] {c4215b59-207d-4253-88a9-73f7e80502d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
11370 | 2024.08.18 06:21:36.698614 [ 3 ] {} <Debug> HTTP-Session: 458530bd-7333-43d8-9f29-e9bb4710ff49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11371 | 2024.08.18 06:21:36.698763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11372 | 2024.08.18 06:21:36.698812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11373 | 2024.08.18 06:21:36.698831 [ 3 ] {} <Debug> HTTP-Session: 7a09715b-4e62-402e-ac92-b744afac5218 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11374 | 2024.08.18 06:21:36.698849 [ 3 ] {} <Debug> HTTP-Session: 7a09715b-4e62-402e-ac92-b744afac5218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11375 | 2024.08.18 06:21:36.698862 [ 3 ] {} <Debug> HTTP-Session: 7a09715b-4e62-402e-ac92-b744afac5218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11376 | 2024.08.18 06:21:36.698894 [ 3 ] {} <Trace> HTTP-Session: 7a09715b-4e62-402e-ac92-b744afac5218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11377 | 2024.08.18 06:21:36.698990 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11378 | 2024.08.18 06:21:36.699033 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11379 | 2024.08.18 06:21:36.699163 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11380 | 2024.08.18 06:21:36.699467 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11381 | 2024.08.18 06:21:36.699502 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11382 | 2024.08.18 06:21:36.699891 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11383 | 2024.08.18 06:21:36.700297 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11384 | 2024.08.18 06:21:36.700496 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
11385 | 2024.08.18 06:21:36.700712 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Debug> DynamicQueryHandler: Done processing query | ||
11386 | 2024.08.18 06:21:36.700737 [ 3 ] {1241fcf8-7f42-4ea2-b88d-3bea7ff3d07b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11387 | 2024.08.18 06:21:36.700753 [ 3 ] {} <Debug> HTTP-Session: 7a09715b-4e62-402e-ac92-b744afac5218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11388 | 2024.08.18 06:21:36.700994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11389 | 2024.08.18 06:21:36.701045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11390 | 2024.08.18 06:21:36.701065 [ 3 ] {} <Debug> HTTP-Session: 81862dad-306f-4b56-b10f-3a84288bd78e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11391 | 2024.08.18 06:21:36.701083 [ 3 ] {} <Debug> HTTP-Session: 81862dad-306f-4b56-b10f-3a84288bd78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11392 | 2024.08.18 06:21:36.701096 [ 3 ] {} <Debug> HTTP-Session: 81862dad-306f-4b56-b10f-3a84288bd78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11393 | 2024.08.18 06:21:36.701128 [ 3 ] {} <Trace> HTTP-Session: 81862dad-306f-4b56-b10f-3a84288bd78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11394 | 2024.08.18 06:21:36.701595 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11395 | 2024.08.18 06:21:36.701643 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11396 | 2024.08.18 06:21:36.701792 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11397 | 2024.08.18 06:21:36.702640 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11398 | 2024.08.18 06:21:36.702677 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11399 | 2024.08.18 06:21:36.703128 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11400 | 2024.08.18 06:21:36.703466 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11401 | 2024.08.18 06:21:36.703633 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.002318 sec., 388697.1527178602 rows/sec., 25.95 MiB/sec. | ||
11402 | 2024.08.18 06:21:36.703820 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Debug> DynamicQueryHandler: Done processing query | ||
11403 | 2024.08.18 06:21:36.703843 [ 3 ] {81d857ff-62b2-4c0e-8bcc-bfd529d73593} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
11404 | 2024.08.18 06:21:36.703860 [ 3 ] {} <Debug> HTTP-Session: 81862dad-306f-4b56-b10f-3a84288bd78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11405 | 2024.08.18 06:21:36.704028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11406 | 2024.08.18 06:21:36.704076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11407 | 2024.08.18 06:21:36.704094 [ 3 ] {} <Debug> HTTP-Session: aaa36860-4449-4054-aee6-32b5490b45a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11408 | 2024.08.18 06:21:36.704111 [ 3 ] {} <Debug> HTTP-Session: aaa36860-4449-4054-aee6-32b5490b45a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11409 | 2024.08.18 06:21:36.704125 [ 3 ] {} <Debug> HTTP-Session: aaa36860-4449-4054-aee6-32b5490b45a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11410 | 2024.08.18 06:21:36.704156 [ 3 ] {} <Trace> HTTP-Session: aaa36860-4449-4054-aee6-32b5490b45a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11411 | 2024.08.18 06:21:36.704247 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11412 | 2024.08.18 06:21:36.704293 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11413 | 2024.08.18 06:21:36.704423 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11414 | 2024.08.18 06:21:36.704694 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11415 | 2024.08.18 06:21:36.704739 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11416 | 2024.08.18 06:21:36.705095 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11417 | 2024.08.18 06:21:36.705418 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11418 | 2024.08.18 06:21:36.705579 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
11419 | 2024.08.18 06:21:36.705773 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Debug> DynamicQueryHandler: Done processing query | ||
11420 | 2024.08.18 06:21:36.705799 [ 3 ] {f30e3892-9475-42fb-ac89-9cfce58e1d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11421 | 2024.08.18 06:21:36.705815 [ 3 ] {} <Debug> HTTP-Session: aaa36860-4449-4054-aee6-32b5490b45a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11422 | 2024.08.18 06:21:36.705959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11423 | 2024.08.18 06:21:36.706008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11424 | 2024.08.18 06:21:36.706028 [ 3 ] {} <Debug> HTTP-Session: 2e540b28-6e37-4407-80eb-b0a20d381a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11425 | 2024.08.18 06:21:36.706045 [ 3 ] {} <Debug> HTTP-Session: 2e540b28-6e37-4407-80eb-b0a20d381a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11426 | 2024.08.18 06:21:36.706059 [ 3 ] {} <Debug> HTTP-Session: 2e540b28-6e37-4407-80eb-b0a20d381a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11427 | 2024.08.18 06:21:36.706091 [ 3 ] {} <Trace> HTTP-Session: 2e540b28-6e37-4407-80eb-b0a20d381a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11428 | 2024.08.18 06:21:36.706532 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11429 | 2024.08.18 06:21:36.706597 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <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 | ||
11430 | 2024.08.18 06:21:36.707010 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11431 | 2024.08.18 06:21:36.707690 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11432 | 2024.08.18 06:21:36.707727 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11433 | 2024.08.18 06:21:36.708376 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11434 | 2024.08.18 06:21:36.708797 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11435 | 2024.08.18 06:21:36.708984 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002791 sec., 8599.068434252955 rows/sec., 15.41 MiB/sec. | ||
11436 | 2024.08.18 06:21:36.709218 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Debug> DynamicQueryHandler: Done processing query | ||
11437 | 2024.08.18 06:21:36.709243 [ 3 ] {8c6b56b2-489f-4b25-8eca-d791983a5100} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11438 | 2024.08.18 06:21:36.709259 [ 3 ] {} <Debug> HTTP-Session: 2e540b28-6e37-4407-80eb-b0a20d381a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11439 | 2024.08.18 06:21:36.709392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11440 | 2024.08.18 06:21:36.709442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11441 | 2024.08.18 06:21:36.709462 [ 3 ] {} <Debug> HTTP-Session: 7f4dd371-6c0b-4982-b1e9-dd8dd7fd0095 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11442 | 2024.08.18 06:21:36.709479 [ 3 ] {} <Debug> HTTP-Session: 7f4dd371-6c0b-4982-b1e9-dd8dd7fd0095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11443 | 2024.08.18 06:21:36.709493 [ 3 ] {} <Debug> HTTP-Session: 7f4dd371-6c0b-4982-b1e9-dd8dd7fd0095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11444 | 2024.08.18 06:21:36.709524 [ 3 ] {} <Trace> HTTP-Session: 7f4dd371-6c0b-4982-b1e9-dd8dd7fd0095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11445 | 2024.08.18 06:21:36.709652 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11446 | 2024.08.18 06:21:36.709697 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11447 | 2024.08.18 06:21:36.709825 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11448 | 2024.08.18 06:21:36.710147 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11449 | 2024.08.18 06:21:36.710184 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11450 | 2024.08.18 06:21:36.710544 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11451 | 2024.08.18 06:21:36.710872 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11452 | 2024.08.18 06:21:36.711032 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.00143 sec., 53146.853146853144 rows/sec., 3.35 MiB/sec. | ||
11453 | 2024.08.18 06:21:36.711214 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Debug> DynamicQueryHandler: Done processing query | ||
11454 | 2024.08.18 06:21:36.711239 [ 3 ] {cb1bda57-1093-4ddb-ae43-78692caf795e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11455 | 2024.08.18 06:21:36.711256 [ 3 ] {} <Debug> HTTP-Session: 7f4dd371-6c0b-4982-b1e9-dd8dd7fd0095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11456 | 2024.08.18 06:21:37.351855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11457 | 2024.08.18 06:21:37.351980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11458 | 2024.08.18 06:21:37.352010 [ 3 ] {} <Debug> HTTP-Session: 7c55481f-7719-4290-a7a9-12df81a94df4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11459 | 2024.08.18 06:21:37.352038 [ 3 ] {} <Debug> HTTP-Session: 7c55481f-7719-4290-a7a9-12df81a94df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11460 | 2024.08.18 06:21:37.352056 [ 3 ] {} <Debug> HTTP-Session: 7c55481f-7719-4290-a7a9-12df81a94df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11461 | 2024.08.18 06:21:37.352112 [ 3 ] {} <Trace> HTTP-Session: 7c55481f-7719-4290-a7a9-12df81a94df4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11462 | 2024.08.18 06:21:37.352310 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11463 | 2024.08.18 06:21:37.352382 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11464 | 2024.08.18 06:21:37.352572 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11465 | 2024.08.18 06:21:37.353025 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11466 | 2024.08.18 06:21:37.353071 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11467 | 2024.08.18 06:21:37.353454 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11468 | 2024.08.18 06:21:37.353812 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11469 | 2024.08.18 06:21:37.353986 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001732 sec., 15011.547344110853 rows/sec., 1.12 MiB/sec. | ||
11470 | 2024.08.18 06:21:37.354296 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Debug> DynamicQueryHandler: Done processing query | ||
11471 | 2024.08.18 06:21:37.354366 [ 3 ] {31df83ca-eab8-47f6-8cde-61bc7ba563d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11472 | 2024.08.18 06:21:37.354416 [ 3 ] {} <Debug> HTTP-Session: 7c55481f-7719-4290-a7a9-12df81a94df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11473 | 2024.08.18 06:21:37.354573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11474 | 2024.08.18 06:21:37.354633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11475 | 2024.08.18 06:21:37.354653 [ 3 ] {} <Debug> HTTP-Session: 6e443e74-068f-400c-8716-934d82ac343f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11476 | 2024.08.18 06:21:37.354671 [ 3 ] {} <Debug> HTTP-Session: 6e443e74-068f-400c-8716-934d82ac343f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11477 | 2024.08.18 06:21:37.354686 [ 3 ] {} <Debug> HTTP-Session: 6e443e74-068f-400c-8716-934d82ac343f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11478 | 2024.08.18 06:21:37.354722 [ 3 ] {} <Trace> HTTP-Session: 6e443e74-068f-400c-8716-934d82ac343f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11479 | 2024.08.18 06:21:37.354840 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11480 | 2024.08.18 06:21:37.354887 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11481 | 2024.08.18 06:21:37.355034 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11482 | 2024.08.18 06:21:37.355353 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11483 | 2024.08.18 06:21:37.355391 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11484 | 2024.08.18 06:21:37.355703 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11485 | 2024.08.18 06:21:37.356004 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11486 | 2024.08.18 06:21:37.356155 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001347 sec., 20786.93392724573 rows/sec., 1.62 MiB/sec. | ||
11487 | 2024.08.18 06:21:37.356330 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Debug> DynamicQueryHandler: Done processing query | ||
11488 | 2024.08.18 06:21:37.356354 [ 3 ] {df8e2010-dce1-49f2-9fc7-c5f104eb28a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11489 | 2024.08.18 06:21:37.356370 [ 3 ] {} <Debug> HTTP-Session: 6e443e74-068f-400c-8716-934d82ac343f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11490 | 2024.08.18 06:21:37.356507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11491 | 2024.08.18 06:21:37.356557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11492 | 2024.08.18 06:21:37.356576 [ 3 ] {} <Debug> HTTP-Session: a610622f-9ce1-4ada-9474-8d879a191b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11493 | 2024.08.18 06:21:37.356594 [ 3 ] {} <Debug> HTTP-Session: a610622f-9ce1-4ada-9474-8d879a191b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11494 | 2024.08.18 06:21:37.356607 [ 3 ] {} <Debug> HTTP-Session: a610622f-9ce1-4ada-9474-8d879a191b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11495 | 2024.08.18 06:21:37.356640 [ 3 ] {} <Trace> HTTP-Session: a610622f-9ce1-4ada-9474-8d879a191b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11496 | 2024.08.18 06:21:37.356745 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11497 | 2024.08.18 06:21:37.356792 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11498 | 2024.08.18 06:21:37.356939 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11499 | 2024.08.18 06:21:37.357303 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11500 | 2024.08.18 06:21:37.357339 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11501 | 2024.08.18 06:21:37.357717 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11502 | 2024.08.18 06:21:37.358047 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11503 | 2024.08.18 06:21:37.358194 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001475 sec., 13559.322033898305 rows/sec., 962.66 KiB/sec. | ||
11504 | 2024.08.18 06:21:37.358459 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Debug> DynamicQueryHandler: Done processing query | ||
11505 | 2024.08.18 06:21:37.358517 [ 3 ] {afe025c2-79af-44b4-af7c-e9acba9940b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11506 | 2024.08.18 06:21:37.358564 [ 3 ] {} <Debug> HTTP-Session: a610622f-9ce1-4ada-9474-8d879a191b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11507 | 2024.08.18 06:21:37.358701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11508 | 2024.08.18 06:21:37.358753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11509 | 2024.08.18 06:21:37.358772 [ 3 ] {} <Debug> HTTP-Session: 34b58552-2682-40e1-b763-e1252d52928a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11510 | 2024.08.18 06:21:37.358789 [ 3 ] {} <Debug> HTTP-Session: 34b58552-2682-40e1-b763-e1252d52928a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11511 | 2024.08.18 06:21:37.358804 [ 3 ] {} <Debug> HTTP-Session: 34b58552-2682-40e1-b763-e1252d52928a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11512 | 2024.08.18 06:21:37.358836 [ 3 ] {} <Trace> HTTP-Session: 34b58552-2682-40e1-b763-e1252d52928a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11513 | 2024.08.18 06:21:37.358939 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11514 | 2024.08.18 06:21:37.358984 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11515 | 2024.08.18 06:21:37.359123 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11516 | 2024.08.18 06:21:37.359391 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11517 | 2024.08.18 06:21:37.359427 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11518 | 2024.08.18 06:21:37.359778 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11519 | 2024.08.18 06:21:37.360116 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11520 | 2024.08.18 06:21:37.360269 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 311.55 KiB/sec. | ||
11521 | 2024.08.18 06:21:37.360517 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Debug> DynamicQueryHandler: Done processing query | ||
11522 | 2024.08.18 06:21:37.360571 [ 3 ] {9b68a3f0-e1b0-4369-87ca-7e8142a39fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11523 | 2024.08.18 06:21:37.360621 [ 3 ] {} <Debug> HTTP-Session: 34b58552-2682-40e1-b763-e1252d52928a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11524 | 2024.08.18 06:21:40.226421 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11525 | 2024.08.18 06:21:40.226467 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11526 | 2024.08.18 06:21:42.359564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11527 | 2024.08.18 06:21:42.359738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11528 | 2024.08.18 06:21:42.359780 [ 3 ] {} <Debug> HTTP-Session: 599d57d6-37bf-440b-b010-76e91b3cef58 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11529 | 2024.08.18 06:21:42.359818 [ 3 ] {} <Debug> HTTP-Session: 599d57d6-37bf-440b-b010-76e91b3cef58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11530 | 2024.08.18 06:21:42.359845 [ 3 ] {} <Debug> HTTP-Session: 599d57d6-37bf-440b-b010-76e91b3cef58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11531 | 2024.08.18 06:21:42.359916 [ 3 ] {} <Trace> HTTP-Session: 599d57d6-37bf-440b-b010-76e91b3cef58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11532 | 2024.08.18 06:21:42.360181 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11533 | 2024.08.18 06:21:42.360279 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11534 | 2024.08.18 06:21:42.360562 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11535 | 2024.08.18 06:21:42.361069 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11536 | 2024.08.18 06:21:42.361111 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11537 | 2024.08.18 06:21:42.361474 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11538 | 2024.08.18 06:21:42.361800 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11539 | 2024.08.18 06:21:42.361966 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001861 sec., 4836.109618484686 rows/sec., 391.99 KiB/sec. | ||
11540 | 2024.08.18 06:21:42.362263 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Debug> DynamicQueryHandler: Done processing query | ||
11541 | 2024.08.18 06:21:42.362327 [ 3 ] {511803a9-60fa-4426-b3d9-db7c337d4485} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11542 | 2024.08.18 06:21:42.362371 [ 3 ] {} <Debug> HTTP-Session: 599d57d6-37bf-440b-b010-76e91b3cef58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11543 | 2024.08.18 06:21:42.362563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11544 | 2024.08.18 06:21:42.362614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11545 | 2024.08.18 06:21:42.362633 [ 3 ] {} <Debug> HTTP-Session: 4ac18e44-ee4b-451a-828d-ea86ecc0617b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11546 | 2024.08.18 06:21:42.362650 [ 3 ] {} <Debug> HTTP-Session: 4ac18e44-ee4b-451a-828d-ea86ecc0617b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11547 | 2024.08.18 06:21:42.362664 [ 3 ] {} <Debug> HTTP-Session: 4ac18e44-ee4b-451a-828d-ea86ecc0617b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11548 | 2024.08.18 06:21:42.362696 [ 3 ] {} <Trace> HTTP-Session: 4ac18e44-ee4b-451a-828d-ea86ecc0617b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11549 | 2024.08.18 06:21:42.362818 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11550 | 2024.08.18 06:21:42.362861 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11551 | 2024.08.18 06:21:42.363005 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11552 | 2024.08.18 06:21:42.363428 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11553 | 2024.08.18 06:21:42.363464 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11554 | 2024.08.18 06:21:42.363774 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11555 | 2024.08.18 06:21:42.364076 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11556 | 2024.08.18 06:21:42.364235 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001461 sec., 56810.4038329911 rows/sec., 4.54 MiB/sec. | ||
11557 | 2024.08.18 06:21:42.364400 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Debug> DynamicQueryHandler: Done processing query | ||
11558 | 2024.08.18 06:21:42.364424 [ 3 ] {8502aa6d-44a3-478b-9445-1ba3dd198e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11559 | 2024.08.18 06:21:42.364439 [ 3 ] {} <Debug> HTTP-Session: 4ac18e44-ee4b-451a-828d-ea86ecc0617b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11560 | 2024.08.18 06:21:42.364569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11561 | 2024.08.18 06:21:42.364617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11562 | 2024.08.18 06:21:42.364635 [ 3 ] {} <Debug> HTTP-Session: 472143f8-982e-4ed2-ba06-5ed03e9a8b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11563 | 2024.08.18 06:21:42.364652 [ 3 ] {} <Debug> HTTP-Session: 472143f8-982e-4ed2-ba06-5ed03e9a8b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11564 | 2024.08.18 06:21:42.364665 [ 3 ] {} <Debug> HTTP-Session: 472143f8-982e-4ed2-ba06-5ed03e9a8b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11565 | 2024.08.18 06:21:42.364695 [ 3 ] {} <Trace> HTTP-Session: 472143f8-982e-4ed2-ba06-5ed03e9a8b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11566 | 2024.08.18 06:21:42.364813 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11567 | 2024.08.18 06:21:42.364855 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11568 | 2024.08.18 06:21:42.364981 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11569 | 2024.08.18 06:21:42.365311 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11570 | 2024.08.18 06:21:42.365347 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11571 | 2024.08.18 06:21:42.365673 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11572 | 2024.08.18 06:21:42.365975 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11573 | 2024.08.18 06:21:42.366127 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001352 sec., 53994.08284023669 rows/sec., 4.22 MiB/sec. | ||
11574 | 2024.08.18 06:21:42.366290 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Debug> DynamicQueryHandler: Done processing query | ||
11575 | 2024.08.18 06:21:42.366313 [ 3 ] {8524d5e9-e587-4b3d-bd99-6dc1ec291551} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11576 | 2024.08.18 06:21:42.366328 [ 3 ] {} <Debug> HTTP-Session: 472143f8-982e-4ed2-ba06-5ed03e9a8b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.08.18 06:21:42.366517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11578 | 2024.08.18 06:21:42.366564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11579 | 2024.08.18 06:21:42.366583 [ 3 ] {} <Debug> HTTP-Session: 1149a936-a51d-4f45-919c-7b8ac83c1b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11580 | 2024.08.18 06:21:42.366599 [ 3 ] {} <Debug> HTTP-Session: 1149a936-a51d-4f45-919c-7b8ac83c1b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11581 | 2024.08.18 06:21:42.366612 [ 3 ] {} <Debug> HTTP-Session: 1149a936-a51d-4f45-919c-7b8ac83c1b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11582 | 2024.08.18 06:21:42.366642 [ 3 ] {} <Trace> HTTP-Session: 1149a936-a51d-4f45-919c-7b8ac83c1b9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11583 | 2024.08.18 06:21:42.366783 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11584 | 2024.08.18 06:21:42.366827 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11585 | 2024.08.18 06:21:42.366971 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11586 | 2024.08.18 06:21:42.367347 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11587 | 2024.08.18 06:21:42.367383 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11588 | 2024.08.18 06:21:42.367765 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11589 | 2024.08.18 06:21:42.368096 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11590 | 2024.08.18 06:21:42.368250 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
11591 | 2024.08.18 06:21:42.368510 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Debug> DynamicQueryHandler: Done processing query | ||
11592 | 2024.08.18 06:21:42.368568 [ 3 ] {29872b20-8547-42bc-8766-45b757e4ea70} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11593 | 2024.08.18 06:21:42.368619 [ 3 ] {} <Debug> HTTP-Session: 1149a936-a51d-4f45-919c-7b8ac83c1b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11594 | 2024.08.18 06:21:42.368813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11595 | 2024.08.18 06:21:42.368864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11596 | 2024.08.18 06:21:42.368882 [ 3 ] {} <Debug> HTTP-Session: 9b71710c-7350-450d-a396-a1eda35238b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11597 | 2024.08.18 06:21:42.368899 [ 3 ] {} <Debug> HTTP-Session: 9b71710c-7350-450d-a396-a1eda35238b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11598 | 2024.08.18 06:21:42.368912 [ 3 ] {} <Debug> HTTP-Session: 9b71710c-7350-450d-a396-a1eda35238b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11599 | 2024.08.18 06:21:42.368943 [ 3 ] {} <Trace> HTTP-Session: 9b71710c-7350-450d-a396-a1eda35238b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11600 | 2024.08.18 06:21:42.369125 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11601 | 2024.08.18 06:21:42.369194 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <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 | ||
11602 | 2024.08.18 06:21:42.369617 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11603 | 2024.08.18 06:21:42.370173 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11604 | 2024.08.18 06:21:42.370208 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11605 | 2024.08.18 06:21:42.370817 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11606 | 2024.08.18 06:21:42.371221 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11607 | 2024.08.18 06:21:42.371365 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002345 sec., 3837.953091684435 rows/sec., 6.88 MiB/sec. | ||
11608 | 2024.08.18 06:21:42.371582 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Debug> DynamicQueryHandler: Done processing query | ||
11609 | 2024.08.18 06:21:42.371607 [ 3 ] {b34e2cbd-6df8-408c-9672-7701d0c08373} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11610 | 2024.08.18 06:21:42.371622 [ 3 ] {} <Debug> HTTP-Session: 9b71710c-7350-450d-a396-a1eda35238b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.08.18 06:21:42.371745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11612 | 2024.08.18 06:21:42.371793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11613 | 2024.08.18 06:21:42.371812 [ 3 ] {} <Debug> HTTP-Session: d046b2c8-b6de-4685-83af-838904d7c4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11614 | 2024.08.18 06:21:42.371829 [ 3 ] {} <Debug> HTTP-Session: d046b2c8-b6de-4685-83af-838904d7c4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11615 | 2024.08.18 06:21:42.371843 [ 3 ] {} <Debug> HTTP-Session: d046b2c8-b6de-4685-83af-838904d7c4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11616 | 2024.08.18 06:21:42.371874 [ 3 ] {} <Trace> HTTP-Session: d046b2c8-b6de-4685-83af-838904d7c4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11617 | 2024.08.18 06:21:42.371992 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11618 | 2024.08.18 06:21:42.372035 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11619 | 2024.08.18 06:21:42.372162 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11620 | 2024.08.18 06:21:42.372492 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11621 | 2024.08.18 06:21:42.372528 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11622 | 2024.08.18 06:21:42.372902 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11623 | 2024.08.18 06:21:42.373217 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11624 | 2024.08.18 06:21:42.373354 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
11625 | 2024.08.18 06:21:42.373517 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Debug> DynamicQueryHandler: Done processing query | ||
11626 | 2024.08.18 06:21:42.373540 [ 3 ] {3b274060-8d88-48e7-9191-d5fcfec078cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11627 | 2024.08.18 06:21:42.373555 [ 3 ] {} <Debug> HTTP-Session: d046b2c8-b6de-4685-83af-838904d7c4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11628 | 2024.08.18 06:21:47.364513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11629 | 2024.08.18 06:21:47.364728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11630 | 2024.08.18 06:21:47.364753 [ 3 ] {} <Debug> HTTP-Session: f9c821f4-070b-437d-9b56-bc779505ef63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11631 | 2024.08.18 06:21:47.364777 [ 3 ] {} <Debug> HTTP-Session: f9c821f4-070b-437d-9b56-bc779505ef63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11632 | 2024.08.18 06:21:47.364791 [ 3 ] {} <Debug> HTTP-Session: f9c821f4-070b-437d-9b56-bc779505ef63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11633 | 2024.08.18 06:21:47.364839 [ 3 ] {} <Trace> HTTP-Session: f9c821f4-070b-437d-9b56-bc779505ef63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11634 | 2024.08.18 06:21:47.365014 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11635 | 2024.08.18 06:21:47.365077 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11636 | 2024.08.18 06:21:47.365268 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11637 | 2024.08.18 06:21:47.365675 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11638 | 2024.08.18 06:21:47.365718 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11639 | 2024.08.18 06:21:47.366159 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11640 | 2024.08.18 06:21:47.366487 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11641 | 2024.08.18 06:21:47.366653 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00169 sec., 14201.183431952662 rows/sec., 1.12 MiB/sec. | ||
11642 | 2024.08.18 06:21:47.366855 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Debug> DynamicQueryHandler: Done processing query | ||
11643 | 2024.08.18 06:21:47.366880 [ 3 ] {a427c31e-c70f-4364-8f7b-7a028e37c04b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11644 | 2024.08.18 06:21:47.366896 [ 3 ] {} <Debug> HTTP-Session: f9c821f4-070b-437d-9b56-bc779505ef63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11645 | 2024.08.18 06:21:47.367106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11646 | 2024.08.18 06:21:47.367157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11647 | 2024.08.18 06:21:47.367177 [ 3 ] {} <Debug> HTTP-Session: 857cbe16-84e6-4efa-a085-351a96b63777 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11648 | 2024.08.18 06:21:47.367195 [ 3 ] {} <Debug> HTTP-Session: 857cbe16-84e6-4efa-a085-351a96b63777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11649 | 2024.08.18 06:21:47.367209 [ 3 ] {} <Debug> HTTP-Session: 857cbe16-84e6-4efa-a085-351a96b63777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11650 | 2024.08.18 06:21:47.367245 [ 3 ] {} <Trace> HTTP-Session: 857cbe16-84e6-4efa-a085-351a96b63777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11651 | 2024.08.18 06:21:47.367429 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11652 | 2024.08.18 06:21:47.367476 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11653 | 2024.08.18 06:21:47.367607 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11654 | 2024.08.18 06:21:47.368104 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11655 | 2024.08.18 06:21:47.368141 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11656 | 2024.08.18 06:21:47.368532 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11657 | 2024.08.18 06:21:47.368849 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11658 | 2024.08.18 06:21:47.369009 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001667 sec., 156568.68626274745 rows/sec., 13.69 MiB/sec. | ||
11659 | 2024.08.18 06:21:47.369018 [ 26 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11660 | 2024.08.18 06:21:47.369124 [ 26 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11661 | 2024.08.18 06:21:47.369174 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11662 | 2024.08.18 06:21:47.369257 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Debug> DynamicQueryHandler: Done processing query | ||
11663 | 2024.08.18 06:21:47.369321 [ 3 ] {fcee0c15-148a-4447-b60f-76e4bb5fdf45} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
11664 | 2024.08.18 06:21:47.369365 [ 3 ] {} <Debug> HTTP-Session: 857cbe16-84e6-4efa-a085-351a96b63777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.08.18 06:21:47.369395 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
11666 | 2024.08.18 06:21:47.369556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11667 | 2024.08.18 06:21:47.369635 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11668 | 2024.08.18 06:21:47.369653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11669 | 2024.08.18 06:21:47.369701 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part | ||
11670 | 2024.08.18 06:21:47.369709 [ 3 ] {} <Debug> HTTP-Session: cc6769ee-8f2b-4e61-90ca-3d17a7c16901 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11671 | 2024.08.18 06:21:47.369757 [ 3 ] {} <Debug> HTTP-Session: cc6769ee-8f2b-4e61-90ca-3d17a7c16901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11672 | 2024.08.18 06:21:47.369807 [ 3 ] {} <Debug> HTTP-Session: cc6769ee-8f2b-4e61-90ca-3d17a7c16901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11673 | 2024.08.18 06:21:47.369945 [ 3 ] {} <Trace> HTTP-Session: cc6769ee-8f2b-4e61-90ca-3d17a7c16901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11674 | 2024.08.18 06:21:47.369981 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 83 rows starting from the beginning of the part | ||
11675 | 2024.08.18 06:21:47.370258 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11676 | 2024.08.18 06:21:47.370268 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1401 rows starting from the beginning of the part | ||
11677 | 2024.08.18 06:21:47.370347 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11678 | 2024.08.18 06:21:47.370521 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part | ||
11679 | 2024.08.18 06:21:47.370851 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 83 rows starting from the beginning of the part | ||
11680 | 2024.08.18 06:21:47.371154 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 261 rows starting from the beginning of the part | ||
11681 | 2024.08.18 06:21:47.371573 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11682 | 2024.08.18 06:21:47.372344 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11683 | 2024.08.18 06:21:47.372399 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11684 | 2024.08.18 06:21:47.373083 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11685 | 2024.08.18 06:21:47.373770 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): 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.18 06:21:47.373964 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003845 sec., 3641.0923276983094 rows/sec., 255.00 KiB/sec. | ||
11687 | 2024.08.18 06:21:47.374190 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Debug> DynamicQueryHandler: Done processing query | ||
11688 | 2024.08.18 06:21:47.374272 [ 3 ] {a4c691e0-b286-4637-a39a-fd2f8546ae6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11689 | 2024.08.18 06:21:47.374342 [ 3 ] {} <Debug> HTTP-Session: cc6769ee-8f2b-4e61-90ca-3d17a7c16901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11690 | 2024.08.18 06:21:47.374509 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3290 rows, containing 4 columns (4 merged, 0 gathered) in 0.005256558 sec., 625884.8470805421 rows/sec., 52.19 MiB/sec. | ||
11691 | 2024.08.18 06:21:47.374540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11692 | 2024.08.18 06:21:47.374606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11693 | 2024.08.18 06:21:47.374626 [ 3 ] {} <Debug> HTTP-Session: 98525466-56fe-4fae-91d4-d6a87f305229 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11694 | 2024.08.18 06:21:47.374644 [ 3 ] {} <Debug> HTTP-Session: 98525466-56fe-4fae-91d4-d6a87f305229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11695 | 2024.08.18 06:21:47.374659 [ 3 ] {} <Debug> HTTP-Session: 98525466-56fe-4fae-91d4-d6a87f305229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11696 | 2024.08.18 06:21:47.374708 [ 3 ] {} <Trace> HTTP-Session: 98525466-56fe-4fae-91d4-d6a87f305229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11697 | 2024.08.18 06:21:47.374802 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11698 | 2024.08.18 06:21:47.374866 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11699 | 2024.08.18 06:21:47.374937 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11700 | 2024.08.18 06:21:47.375524 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11701 | 2024.08.18 06:21:47.375726 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11702 | 2024.08.18 06:21:47.375957 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_66_13} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11703 | 2024.08.18 06:21:47.376116 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11704 | 2024.08.18 06:21:47.376127 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
11705 | 2024.08.18 06:21:47.376182 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11706 | 2024.08.18 06:21:47.376515 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11707 | 2024.08.18 06:21:47.376829 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11708 | 2024.08.18 06:21:47.376983 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002186 sec., 2744.7392497712717 rows/sec., 162.16 KiB/sec. | ||
11709 | 2024.08.18 06:21:47.377154 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Debug> DynamicQueryHandler: Done processing query | ||
11710 | 2024.08.18 06:21:47.377178 [ 3 ] {7051b1f6-0658-4edb-a2b1-16694073a332} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11711 | 2024.08.18 06:21:47.377193 [ 3 ] {} <Debug> HTTP-Session: 98525466-56fe-4fae-91d4-d6a87f305229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11712 | 2024.08.18 06:21:47.377372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11713 | 2024.08.18 06:21:47.377418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11714 | 2024.08.18 06:21:47.377437 [ 3 ] {} <Debug> HTTP-Session: 283031e8-a673-4246-95fd-378cd6e475f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11715 | 2024.08.18 06:21:47.377453 [ 3 ] {} <Debug> HTTP-Session: 283031e8-a673-4246-95fd-378cd6e475f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.08.18 06:21:47.377467 [ 3 ] {} <Debug> HTTP-Session: 283031e8-a673-4246-95fd-378cd6e475f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11717 | 2024.08.18 06:21:47.377496 [ 3 ] {} <Trace> HTTP-Session: 283031e8-a673-4246-95fd-378cd6e475f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11718 | 2024.08.18 06:21:47.377782 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11719 | 2024.08.18 06:21:47.377824 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11720 | 2024.08.18 06:21:47.377951 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11721 | 2024.08.18 06:21:47.378465 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11722 | 2024.08.18 06:21:47.378501 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11723 | 2024.08.18 06:21:47.378821 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11724 | 2024.08.18 06:21:47.379122 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11725 | 2024.08.18 06:21:47.379275 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001664 sec., 243990.38461538462 rows/sec., 17.37 MiB/sec. | ||
11726 | 2024.08.18 06:21:47.379277 [ 26 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11727 | 2024.08.18 06:21:47.379367 [ 26 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11728 | 2024.08.18 06:21:47.379422 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11729 | 2024.08.18 06:21:47.379556 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Debug> DynamicQueryHandler: Done processing query | ||
11730 | 2024.08.18 06:21:47.379569 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
11731 | 2024.08.18 06:21:47.379586 [ 3 ] {99abfd6f-ce45-405e-9020-91d10df22031} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11732 | 2024.08.18 06:21:47.379612 [ 3 ] {} <Debug> HTTP-Session: 283031e8-a673-4246-95fd-378cd6e475f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.08.18 06:21:47.379696 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11734 | 2024.08.18 06:21:47.379727 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
11735 | 2024.08.18 06:21:47.379765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11736 | 2024.08.18 06:21:47.379802 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 73 rows starting from the beginning of the part | ||
11737 | 2024.08.18 06:21:47.379877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11738 | 2024.08.18 06:21:47.379998 [ 3 ] {} <Debug> HTTP-Session: a803bd14-6962-4ba1-8694-475ddd5154b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11739 | 2024.08.18 06:21:47.380110 [ 3 ] {} <Debug> HTTP-Session: a803bd14-6962-4ba1-8694-475ddd5154b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.08.18 06:21:47.380167 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 862 rows starting from the beginning of the part | ||
11741 | 2024.08.18 06:21:47.380180 [ 3 ] {} <Debug> HTTP-Session: a803bd14-6962-4ba1-8694-475ddd5154b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11742 | 2024.08.18 06:21:47.380339 [ 3 ] {} <Trace> HTTP-Session: a803bd14-6962-4ba1-8694-475ddd5154b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11743 | 2024.08.18 06:21:47.380592 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part | ||
11744 | 2024.08.18 06:21:47.380740 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11745 | 2024.08.18 06:21:47.380905 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 73 rows starting from the beginning of the part | ||
11746 | 2024.08.18 06:21:47.380920 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11747 | 2024.08.18 06:21:47.381186 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 406 rows starting from the beginning of the part | ||
11748 | 2024.08.18 06:21:47.381910 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11749 | 2024.08.18 06:21:47.382293 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11750 | 2024.08.18 06:21:47.382336 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11751 | 2024.08.18 06:21:47.382868 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11752 | 2024.08.18 06:21:47.383222 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11753 | 2024.08.18 06:21:47.383560 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00294 sec., 2040.8163265306123 rows/sec., 106.62 KiB/sec. | ||
11754 | 2024.08.18 06:21:47.383582 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2347 rows, containing 4 columns (4 merged, 0 gathered) in 0.004071176 sec., 576491.903076654 rows/sec., 41.92 MiB/sec. | ||
11755 | 2024.08.18 06:21:47.383752 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Debug> DynamicQueryHandler: Done processing query | ||
11756 | 2024.08.18 06:21:47.383755 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11757 | 2024.08.18 06:21:47.383779 [ 3 ] {ec5b9158-8001-4273-9ff8-ae64afd74df0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11758 | 2024.08.18 06:21:47.383803 [ 3 ] {} <Debug> HTTP-Session: a803bd14-6962-4ba1-8694-475ddd5154b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11759 | 2024.08.18 06:21:47.384001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11760 | 2024.08.18 06:21:47.384053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11761 | 2024.08.18 06:21:47.384072 [ 3 ] {} <Debug> HTTP-Session: b835e4af-f0cd-4a5f-88cb-84aba42e041a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11762 | 2024.08.18 06:21:47.384094 [ 3 ] {} <Debug> HTTP-Session: b835e4af-f0cd-4a5f-88cb-84aba42e041a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11763 | 2024.08.18 06:21:47.384111 [ 3 ] {} <Debug> HTTP-Session: b835e4af-f0cd-4a5f-88cb-84aba42e041a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.08.18 06:21:47.384153 [ 3 ] {} <Trace> HTTP-Session: b835e4af-f0cd-4a5f-88cb-84aba42e041a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11765 | 2024.08.18 06:21:47.384157 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11766 | 2024.08.18 06:21:47.384252 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_66_13} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11767 | 2024.08.18 06:21:47.384333 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
11768 | 2024.08.18 06:21:47.384345 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11769 | 2024.08.18 06:21:47.384394 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11770 | 2024.08.18 06:21:47.384537 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11771 | 2024.08.18 06:21:47.384966 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11772 | 2024.08.18 06:21:47.385003 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11773 | 2024.08.18 06:21:47.385404 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11774 | 2024.08.18 06:21:47.385729 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11775 | 2024.08.18 06:21:47.385882 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11776 | 2024.08.18 06:21:47.385890 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
11777 | 2024.08.18 06:21:47.385932 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11778 | 2024.08.18 06:21:47.385998 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11779 | 2024.08.18 06:21:47.386195 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Debug> DynamicQueryHandler: Done processing query | ||
11780 | 2024.08.18 06:21:47.386214 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
11781 | 2024.08.18 06:21:47.386231 [ 3 ] {696f6348-9e7e-4087-ab33-5f2068317c6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11782 | 2024.08.18 06:21:47.386294 [ 3 ] {} <Debug> HTTP-Session: b835e4af-f0cd-4a5f-88cb-84aba42e041a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11783 | 2024.08.18 06:21:47.386474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11784 | 2024.08.18 06:21:47.386522 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11785 | 2024.08.18 06:21:47.386565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11786 | 2024.08.18 06:21:47.386604 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17140 rows starting from the beginning of the part | ||
11787 | 2024.08.18 06:21:47.386617 [ 3 ] {} <Debug> HTTP-Session: 8e14b332-5196-41f2-b8e1-1224f2b47d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11788 | 2024.08.18 06:21:47.386659 [ 3 ] {} <Debug> HTTP-Session: 8e14b332-5196-41f2-b8e1-1224f2b47d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11789 | 2024.08.18 06:21:47.386692 [ 3 ] {} <Debug> HTTP-Session: 8e14b332-5196-41f2-b8e1-1224f2b47d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11790 | 2024.08.18 06:21:47.386875 [ 3 ] {} <Trace> HTTP-Session: 8e14b332-5196-41f2-b8e1-1224f2b47d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11791 | 2024.08.18 06:21:47.386919 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
11792 | 2024.08.18 06:21:47.387194 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 901 rows starting from the beginning of the part | ||
11793 | 2024.08.18 06:21:47.387282 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11794 | 2024.08.18 06:21:47.387478 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11795 | 2024.08.18 06:21:47.387495 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part | ||
11796 | 2024.08.18 06:21:47.387934 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::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 | ||
11797 | 2024.08.18 06:21:47.388325 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
11798 | 2024.08.18 06:21:47.388372 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11799 | 2024.08.18 06:21:47.389252 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11800 | 2024.08.18 06:21:47.389324 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11801 | 2024.08.18 06:21:47.389911 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11802 | 2024.08.18 06:21:47.390329 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11803 | 2024.08.18 06:21:47.390526 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003442 sec., 290.52876234747237 rows/sec., 19.58 KiB/sec. | ||
11804 | 2024.08.18 06:21:47.390756 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Debug> DynamicQueryHandler: Done processing query | ||
11805 | 2024.08.18 06:21:47.390805 [ 3 ] {6e97da19-9fa1-44a5-89d3-2fb5868d9431} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11806 | 2024.08.18 06:21:47.390849 [ 3 ] {} <Debug> HTTP-Session: 8e14b332-5196-41f2-b8e1-1224f2b47d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11807 | 2024.08.18 06:21:47.391023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11808 | 2024.08.18 06:21:47.391130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11809 | 2024.08.18 06:21:47.391179 [ 3 ] {} <Debug> HTTP-Session: 7e245546-3e0c-4cb0-8dee-abf86b967325 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11810 | 2024.08.18 06:21:47.391235 [ 3 ] {} <Debug> HTTP-Session: 7e245546-3e0c-4cb0-8dee-abf86b967325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11811 | 2024.08.18 06:21:47.391286 [ 3 ] {} <Debug> HTTP-Session: 7e245546-3e0c-4cb0-8dee-abf86b967325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11812 | 2024.08.18 06:21:47.391377 [ 3 ] {} <Trace> HTTP-Session: 7e245546-3e0c-4cb0-8dee-abf86b967325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11813 | 2024.08.18 06:21:47.391916 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11814 | 2024.08.18 06:21:47.392028 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <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 | ||
11815 | 2024.08.18 06:21:47.392719 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11816 | 2024.08.18 06:21:47.393820 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11817 | 2024.08.18 06:21:47.393863 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11818 | 2024.08.18 06:21:47.394922 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11819 | 2024.08.18 06:21:47.395472 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11820 | 2024.08.18 06:21:47.396056 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00447 sec., 5369.127516778523 rows/sec., 9.62 MiB/sec. | ||
11821 | 2024.08.18 06:21:47.396216 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18618 rows, containing 5 columns (5 merged, 0 gathered) in 0.010084149 sec., 1846263.8741256201 rows/sec., 124.74 MiB/sec. | ||
11822 | 2024.08.18 06:21:47.396555 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Debug> DynamicQueryHandler: Done processing query | ||
11823 | 2024.08.18 06:21:47.396585 [ 3 ] {97946305-36da-4dca-8cc2-e9852e213c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11824 | 2024.08.18 06:21:47.396609 [ 3 ] {} <Debug> HTTP-Session: 7e245546-3e0c-4cb0-8dee-abf86b967325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11825 | 2024.08.18 06:21:47.396679 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11826 | 2024.08.18 06:21:47.396803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11827 | 2024.08.18 06:21:47.396870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11828 | 2024.08.18 06:21:47.396912 [ 3 ] {} <Debug> HTTP-Session: d6ca190e-659a-4eeb-b5bb-6a5757b7f967 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11829 | 2024.08.18 06:21:47.396935 [ 3 ] {} <Debug> HTTP-Session: d6ca190e-659a-4eeb-b5bb-6a5757b7f967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11830 | 2024.08.18 06:21:47.396966 [ 3 ] {} <Debug> HTTP-Session: d6ca190e-659a-4eeb-b5bb-6a5757b7f967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11831 | 2024.08.18 06:21:47.397079 [ 3 ] {} <Trace> HTTP-Session: d6ca190e-659a-4eeb-b5bb-6a5757b7f967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11832 | 2024.08.18 06:21:47.397356 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11833 | 2024.08.18 06:21:47.397426 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11834 | 2024.08.18 06:21:47.397534 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11835 | 2024.08.18 06:21:47.397770 [ 191 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11836 | 2024.08.18 06:21:47.397825 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11837 | 2024.08.18 06:21:47.397963 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. | ||
11838 | 2024.08.18 06:21:47.398281 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11839 | 2024.08.18 06:21:47.398324 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11840 | 2024.08.18 06:21:47.398706 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11841 | 2024.08.18 06:21:47.399036 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11842 | 2024.08.18 06:21:47.399188 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001932 sec., 42443.06418219462 rows/sec., 2.70 MiB/sec. | ||
11843 | 2024.08.18 06:21:47.399224 [ 33 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11844 | 2024.08.18 06:21:47.399324 [ 33 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2024.08.18 06:21:47.399377 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11846 | 2024.08.18 06:21:47.399480 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Debug> DynamicQueryHandler: Done processing query | ||
11847 | 2024.08.18 06:21:47.399558 [ 3 ] {43503077-d3b3-4867-aefc-4ce0976e1626} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11848 | 2024.08.18 06:21:47.399641 [ 3 ] {} <Debug> HTTP-Session: d6ca190e-659a-4eeb-b5bb-6a5757b7f967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.08.18 06:21:47.399731 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11850 | 2024.08.18 06:21:47.400246 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11851 | 2024.08.18 06:21:47.400345 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3710 rows starting from the beginning of the part | ||
11852 | 2024.08.18 06:21:47.400565 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11853 | 2024.08.18 06:21:47.400784 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 76 rows starting from the beginning of the part | ||
11854 | 2024.08.18 06:21:47.400964 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11855 | 2024.08.18 06:21:47.401127 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
11856 | 2024.08.18 06:21:47.401253 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
11857 | 2024.08.18 06:21:47.403200 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3994 rows, containing 4 columns (4 merged, 0 gathered) in 0.00373143 sec., 1070367.1246680226 rows/sec., 69.74 MiB/sec. | ||
11858 | 2024.08.18 06:21:47.403630 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11859 | 2024.08.18 06:21:47.404065 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11860 | 2024.08.18 06:21:47.404150 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_66_13} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11861 | 2024.08.18 06:21:47.404242 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
11862 | 2024.08.18 06:21:52.359389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11863 | 2024.08.18 06:21:52.359509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11864 | 2024.08.18 06:21:52.359533 [ 3 ] {} <Debug> HTTP-Session: f80e05ff-e3d3-4572-bf50-4200f884c3a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11865 | 2024.08.18 06:21:52.359557 [ 3 ] {} <Debug> HTTP-Session: f80e05ff-e3d3-4572-bf50-4200f884c3a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.08.18 06:21:52.359572 [ 3 ] {} <Debug> HTTP-Session: f80e05ff-e3d3-4572-bf50-4200f884c3a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.08.18 06:21:52.359619 [ 3 ] {} <Trace> HTTP-Session: f80e05ff-e3d3-4572-bf50-4200f884c3a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11868 | 2024.08.18 06:21:52.359789 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11869 | 2024.08.18 06:21:52.359851 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11870 | 2024.08.18 06:21:52.360038 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11871 | 2024.08.18 06:21:52.360420 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11872 | 2024.08.18 06:21:52.360462 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11873 | 2024.08.18 06:21:52.360820 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11874 | 2024.08.18 06:21:52.361153 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11875 | 2024.08.18 06:21:52.361313 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001572 sec., 5725.1908396946565 rows/sec., 464.05 KiB/sec. | ||
11876 | 2024.08.18 06:21:52.361506 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Debug> DynamicQueryHandler: Done processing query | ||
11877 | 2024.08.18 06:21:52.361531 [ 3 ] {fb38ea46-e8cd-4434-ac70-83dc6d7077bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11878 | 2024.08.18 06:21:52.361547 [ 3 ] {} <Debug> HTTP-Session: f80e05ff-e3d3-4572-bf50-4200f884c3a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11879 | 2024.08.18 06:21:52.361692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11880 | 2024.08.18 06:21:52.361739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11881 | 2024.08.18 06:21:52.361758 [ 3 ] {} <Debug> HTTP-Session: ff8c587a-700d-40e9-8bec-c69324702698 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11882 | 2024.08.18 06:21:52.361775 [ 3 ] {} <Debug> HTTP-Session: ff8c587a-700d-40e9-8bec-c69324702698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11883 | 2024.08.18 06:21:52.361789 [ 3 ] {} <Debug> HTTP-Session: ff8c587a-700d-40e9-8bec-c69324702698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11884 | 2024.08.18 06:21:52.361820 [ 3 ] {} <Trace> HTTP-Session: ff8c587a-700d-40e9-8bec-c69324702698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11885 | 2024.08.18 06:21:52.361914 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11886 | 2024.08.18 06:21:52.361956 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11887 | 2024.08.18 06:21:52.362088 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11888 | 2024.08.18 06:21:52.362374 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11889 | 2024.08.18 06:21:52.362411 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11890 | 2024.08.18 06:21:52.362708 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11891 | 2024.08.18 06:21:52.363021 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11892 | 2024.08.18 06:21:52.363178 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00128 sec., 3124.9999999999995 rows/sec., 254.82 KiB/sec. | ||
11893 | 2024.08.18 06:21:52.363437 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Debug> DynamicQueryHandler: Done processing query | ||
11894 | 2024.08.18 06:21:52.363467 [ 3 ] {6110476d-6590-4164-9ce5-68a9e2b7a649} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11895 | 2024.08.18 06:21:52.363483 [ 3 ] {} <Debug> HTTP-Session: ff8c587a-700d-40e9-8bec-c69324702698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.08.18 06:21:52.363620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11897 | 2024.08.18 06:21:52.363668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11898 | 2024.08.18 06:21:52.363687 [ 3 ] {} <Debug> HTTP-Session: d7ed1467-7187-4daa-b3a6-3b5bff36ceab Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11899 | 2024.08.18 06:21:52.363704 [ 3 ] {} <Debug> HTTP-Session: d7ed1467-7187-4daa-b3a6-3b5bff36ceab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11900 | 2024.08.18 06:21:52.363717 [ 3 ] {} <Debug> HTTP-Session: d7ed1467-7187-4daa-b3a6-3b5bff36ceab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11901 | 2024.08.18 06:21:52.363748 [ 3 ] {} <Trace> HTTP-Session: d7ed1467-7187-4daa-b3a6-3b5bff36ceab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11902 | 2024.08.18 06:21:52.363868 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11903 | 2024.08.18 06:21:52.363910 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11904 | 2024.08.18 06:21:52.364048 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11905 | 2024.08.18 06:21:52.364392 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11906 | 2024.08.18 06:21:52.364428 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11907 | 2024.08.18 06:21:52.364734 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11908 | 2024.08.18 06:21:52.365033 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11909 | 2024.08.18 06:21:52.365180 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Debug> executeQuery: Read 85 rows, 6.94 KiB in 0.001355 sec., 62730.62730627306 rows/sec., 5.00 MiB/sec. | ||
11910 | 2024.08.18 06:21:52.365351 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Debug> DynamicQueryHandler: Done processing query | ||
11911 | 2024.08.18 06:21:52.365379 [ 3 ] {f4d1634d-f9d2-49bd-88f0-96411ccf812d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11912 | 2024.08.18 06:21:52.365396 [ 3 ] {} <Debug> HTTP-Session: d7ed1467-7187-4daa-b3a6-3b5bff36ceab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11913 | 2024.08.18 06:21:52.365512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11914 | 2024.08.18 06:21:52.365561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11915 | 2024.08.18 06:21:52.365580 [ 3 ] {} <Debug> HTTP-Session: e755446f-2960-4a88-8510-d54140714bea Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11916 | 2024.08.18 06:21:52.365600 [ 3 ] {} <Debug> HTTP-Session: e755446f-2960-4a88-8510-d54140714bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11917 | 2024.08.18 06:21:52.365614 [ 3 ] {} <Debug> HTTP-Session: e755446f-2960-4a88-8510-d54140714bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11918 | 2024.08.18 06:21:52.365646 [ 3 ] {} <Trace> HTTP-Session: e755446f-2960-4a88-8510-d54140714bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11919 | 2024.08.18 06:21:52.365747 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11920 | 2024.08.18 06:21:52.365790 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11921 | 2024.08.18 06:21:52.365922 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11922 | 2024.08.18 06:21:52.366196 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11923 | 2024.08.18 06:21:52.366234 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11924 | 2024.08.18 06:21:52.366540 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11925 | 2024.08.18 06:21:52.366842 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11926 | 2024.08.18 06:21:52.366995 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 220.79 KiB/sec. | ||
11927 | 2024.08.18 06:21:52.367203 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Debug> DynamicQueryHandler: Done processing query | ||
11928 | 2024.08.18 06:21:52.367229 [ 3 ] {f069d582-ff4e-4c36-95aa-a384a82104cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11929 | 2024.08.18 06:21:52.367245 [ 3 ] {} <Debug> HTTP-Session: e755446f-2960-4a88-8510-d54140714bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.08.18 06:21:52.367376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11931 | 2024.08.18 06:21:52.367425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11932 | 2024.08.18 06:21:52.367444 [ 3 ] {} <Debug> HTTP-Session: 53f9123e-6a65-486f-ac5d-2fcd1d5f9300 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11933 | 2024.08.18 06:21:52.367461 [ 3 ] {} <Debug> HTTP-Session: 53f9123e-6a65-486f-ac5d-2fcd1d5f9300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11934 | 2024.08.18 06:21:52.367475 [ 3 ] {} <Debug> HTTP-Session: 53f9123e-6a65-486f-ac5d-2fcd1d5f9300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11935 | 2024.08.18 06:21:52.367506 [ 3 ] {} <Trace> HTTP-Session: 53f9123e-6a65-486f-ac5d-2fcd1d5f9300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11936 | 2024.08.18 06:21:52.367621 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11937 | 2024.08.18 06:21:52.367664 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11938 | 2024.08.18 06:21:52.367791 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11939 | 2024.08.18 06:21:52.368115 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11940 | 2024.08.18 06:21:52.368152 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11941 | 2024.08.18 06:21:52.368465 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11942 | 2024.08.18 06:21:52.368773 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11943 | 2024.08.18 06:21:52.368930 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001341 sec., 57419.83594332588 rows/sec., 4.49 MiB/sec. | ||
11944 | 2024.08.18 06:21:52.369173 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Debug> DynamicQueryHandler: Done processing query | ||
11945 | 2024.08.18 06:21:52.369233 [ 3 ] {68d73673-0ea9-4abd-9ebf-5aa5e7090095} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11946 | 2024.08.18 06:21:52.369288 [ 3 ] {} <Debug> HTTP-Session: 53f9123e-6a65-486f-ac5d-2fcd1d5f9300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11947 | 2024.08.18 06:21:52.369504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11948 | 2024.08.18 06:21:52.369554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11949 | 2024.08.18 06:21:52.369574 [ 3 ] {} <Debug> HTTP-Session: 317280b5-ea2a-4e87-8fc8-c5bdc7ffddcc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11950 | 2024.08.18 06:21:52.369591 [ 3 ] {} <Debug> HTTP-Session: 317280b5-ea2a-4e87-8fc8-c5bdc7ffddcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11951 | 2024.08.18 06:21:52.369604 [ 3 ] {} <Debug> HTTP-Session: 317280b5-ea2a-4e87-8fc8-c5bdc7ffddcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.08.18 06:21:52.369637 [ 3 ] {} <Trace> HTTP-Session: 317280b5-ea2a-4e87-8fc8-c5bdc7ffddcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11953 | 2024.08.18 06:21:52.369789 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11954 | 2024.08.18 06:21:52.369837 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11955 | 2024.08.18 06:21:52.369992 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11956 | 2024.08.18 06:21:52.370398 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11957 | 2024.08.18 06:21:52.370436 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11958 | 2024.08.18 06:21:52.370824 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11959 | 2024.08.18 06:21:52.371158 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11960 | 2024.08.18 06:21:52.371314 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001588 sec., 102015.11335012595 rows/sec., 7.10 MiB/sec. | ||
11961 | 2024.08.18 06:21:52.371484 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Debug> DynamicQueryHandler: Done processing query | ||
11962 | 2024.08.18 06:21:52.371508 [ 3 ] {be41248c-f167-418f-a752-a84b2fe98293} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11963 | 2024.08.18 06:21:52.371525 [ 3 ] {} <Debug> HTTP-Session: 317280b5-ea2a-4e87-8fc8-c5bdc7ffddcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11964 | 2024.08.18 06:21:52.371663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11965 | 2024.08.18 06:21:52.371712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11966 | 2024.08.18 06:21:52.371731 [ 3 ] {} <Debug> HTTP-Session: f27f733e-99de-411e-9f9e-26fa2821936c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11967 | 2024.08.18 06:21:52.371748 [ 3 ] {} <Debug> HTTP-Session: f27f733e-99de-411e-9f9e-26fa2821936c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11968 | 2024.08.18 06:21:52.371762 [ 3 ] {} <Debug> HTTP-Session: f27f733e-99de-411e-9f9e-26fa2821936c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11969 | 2024.08.18 06:21:52.371793 [ 3 ] {} <Trace> HTTP-Session: f27f733e-99de-411e-9f9e-26fa2821936c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11970 | 2024.08.18 06:21:52.371961 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11971 | 2024.08.18 06:21:52.372025 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <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 | ||
11972 | 2024.08.18 06:21:52.372438 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11973 | 2024.08.18 06:21:52.373066 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11974 | 2024.08.18 06:21:52.373103 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11975 | 2024.08.18 06:21:52.373695 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11976 | 2024.08.18 06:21:52.374117 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11977 | 2024.08.18 06:21:52.374319 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002451 sec., 3671.970624235006 rows/sec., 6.58 MiB/sec. | ||
11978 | 2024.08.18 06:21:52.374547 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Debug> DynamicQueryHandler: Done processing query | ||
11979 | 2024.08.18 06:21:52.374570 [ 3 ] {7fba4657-2cde-4861-8828-41e3c0195c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11980 | 2024.08.18 06:21:52.374587 [ 3 ] {} <Debug> HTTP-Session: f27f733e-99de-411e-9f9e-26fa2821936c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11981 | 2024.08.18 06:21:52.374705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11982 | 2024.08.18 06:21:52.374752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11983 | 2024.08.18 06:21:52.374772 [ 3 ] {} <Debug> HTTP-Session: 998fb5a1-7353-4857-a40c-83f1c8e82d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
11984 | 2024.08.18 06:21:52.374789 [ 3 ] {} <Debug> HTTP-Session: 998fb5a1-7353-4857-a40c-83f1c8e82d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11985 | 2024.08.18 06:21:52.374803 [ 3 ] {} <Debug> HTTP-Session: 998fb5a1-7353-4857-a40c-83f1c8e82d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11986 | 2024.08.18 06:21:52.374834 [ 3 ] {} <Trace> HTTP-Session: 998fb5a1-7353-4857-a40c-83f1c8e82d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11987 | 2024.08.18 06:21:52.374950 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11988 | 2024.08.18 06:21:52.374994 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11989 | 2024.08.18 06:21:52.375120 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11990 | 2024.08.18 06:21:52.375432 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11991 | 2024.08.18 06:21:52.375468 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11992 | 2024.08.18 06:21:52.375832 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11993 | 2024.08.18 06:21:52.376151 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11994 | 2024.08.18 06:21:52.376313 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
11995 | 2024.08.18 06:21:52.376482 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Debug> DynamicQueryHandler: Done processing query | ||
11996 | 2024.08.18 06:21:52.376506 [ 3 ] {e5c4fc1a-ee5a-495c-ada3-ad958e19f61a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11997 | 2024.08.18 06:21:52.376522 [ 3 ] {} <Debug> HTTP-Session: 998fb5a1-7353-4857-a40c-83f1c8e82d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11998 | 2024.08.18 06:21:55.226513 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11999 | 2024.08.18 06:21:55.226566 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12000 | 2024.08.18 06:21:57.364670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12001 | 2024.08.18 06:21:57.364811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12002 | 2024.08.18 06:21:57.364841 [ 3 ] {} <Debug> HTTP-Session: 856b3cd9-9c29-4f3e-ad1e-c2276eb55d2a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12003 | 2024.08.18 06:21:57.364870 [ 3 ] {} <Debug> HTTP-Session: 856b3cd9-9c29-4f3e-ad1e-c2276eb55d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12004 | 2024.08.18 06:21:57.364888 [ 3 ] {} <Debug> HTTP-Session: 856b3cd9-9c29-4f3e-ad1e-c2276eb55d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12005 | 2024.08.18 06:21:57.364941 [ 3 ] {} <Trace> HTTP-Session: 856b3cd9-9c29-4f3e-ad1e-c2276eb55d2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12006 | 2024.08.18 06:21:57.365128 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12007 | 2024.08.18 06:21:57.365192 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12008 | 2024.08.18 06:21:57.365380 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12009 | 2024.08.18 06:21:57.365807 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12010 | 2024.08.18 06:21:57.365849 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12011 | 2024.08.18 06:21:57.366207 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12012 | 2024.08.18 06:21:57.366534 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12013 | 2024.08.18 06:21:57.366720 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001645 sec., 14589.665653495442 rows/sec., 1.15 MiB/sec. | ||
12014 | 2024.08.18 06:21:57.366752 [ 65 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12015 | 2024.08.18 06:21:57.366887 [ 65 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12016 | 2024.08.18 06:21:57.366946 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12017 | 2024.08.18 06:21:57.366994 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Debug> DynamicQueryHandler: Done processing query | ||
12018 | 2024.08.18 06:21:57.367065 [ 3 ] {5d9dccf0-39a0-4cff-b56c-2f0a169753c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12019 | 2024.08.18 06:21:57.367139 [ 3 ] {} <Debug> HTTP-Session: 856b3cd9-9c29-4f3e-ad1e-c2276eb55d2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12020 | 2024.08.18 06:21:57.367308 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
12021 | 2024.08.18 06:21:57.367516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12022 | 2024.08.18 06:21:57.367650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12023 | 2024.08.18 06:21:57.367706 [ 3 ] {} <Debug> HTTP-Session: 0e68f70f-52f8-411e-92b9-05bed708bd04 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12024 | 2024.08.18 06:21:57.367720 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12025 | 2024.08.18 06:21:57.367742 [ 3 ] {} <Debug> HTTP-Session: 0e68f70f-52f8-411e-92b9-05bed708bd04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12026 | 2024.08.18 06:21:57.367790 [ 3 ] {} <Debug> HTTP-Session: 0e68f70f-52f8-411e-92b9-05bed708bd04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12027 | 2024.08.18 06:21:57.367797 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 33 rows starting from the beginning of the part | ||
12028 | 2024.08.18 06:21:57.367846 [ 3 ] {} <Trace> HTTP-Session: 0e68f70f-52f8-411e-92b9-05bed708bd04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12029 | 2024.08.18 06:21:57.367964 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
12030 | 2024.08.18 06:21:57.368264 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12031 | 2024.08.18 06:21:57.368304 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part | ||
12032 | 2024.08.18 06:21:57.368423 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12033 | 2024.08.18 06:21:57.368748 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
12034 | 2024.08.18 06:21:57.369067 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part | ||
12035 | 2024.08.18 06:21:57.369416 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
12036 | 2024.08.18 06:21:57.369747 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12037 | 2024.08.18 06:21:57.370926 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12038 | 2024.08.18 06:21:57.370990 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12039 | 2024.08.18 06:21:57.371951 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12040 | 2024.08.18 06:21:57.372000 [ 192 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927782 sec., 24960.519763252512 rows/sec., 1.98 MiB/sec. | ||
12041 | 2024.08.18 06:21:57.372299 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12042 | 2024.08.18 06:21:57.372562 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12043 | 2024.08.18 06:21:57.373068 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.005026 sec., 51929.9641862316 rows/sec., 4.54 MiB/sec. | ||
12044 | 2024.08.18 06:21:57.373367 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12045 | 2024.08.18 06:21:57.373400 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Debug> DynamicQueryHandler: Done processing query | ||
12046 | 2024.08.18 06:21:57.373452 [ 3 ] {8e84d3b5-a047-4623-bac5-6d9dc5056f6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
12047 | 2024.08.18 06:21:57.373486 [ 3 ] {} <Debug> HTTP-Session: 0e68f70f-52f8-411e-92b9-05bed708bd04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12048 | 2024.08.18 06:21:57.373529 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_51_10} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12049 | 2024.08.18 06:21:57.373655 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12050 | 2024.08.18 06:21:57.373659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12051 | 2024.08.18 06:21:57.373733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12052 | 2024.08.18 06:21:57.373751 [ 3 ] {} <Debug> HTTP-Session: f397d955-3689-497e-86e4-358508900c7d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12053 | 2024.08.18 06:21:57.373767 [ 3 ] {} <Debug> HTTP-Session: f397d955-3689-497e-86e4-358508900c7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12054 | 2024.08.18 06:21:57.373781 [ 3 ] {} <Debug> HTTP-Session: f397d955-3689-497e-86e4-358508900c7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12055 | 2024.08.18 06:21:57.373812 [ 3 ] {} <Trace> HTTP-Session: f397d955-3689-497e-86e4-358508900c7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12056 | 2024.08.18 06:21:57.373930 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12057 | 2024.08.18 06:21:57.373974 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12058 | 2024.08.18 06:21:57.374119 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12059 | 2024.08.18 06:21:57.374397 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12060 | 2024.08.18 06:21:57.374434 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12061 | 2024.08.18 06:21:57.374748 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12062 | 2024.08.18 06:21:57.375055 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12063 | 2024.08.18 06:21:57.375217 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001307 sec., 10711.553175210405 rows/sec., 750.17 KiB/sec. | ||
12064 | 2024.08.18 06:21:57.375480 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Debug> DynamicQueryHandler: Done processing query | ||
12065 | 2024.08.18 06:21:57.375525 [ 3 ] {3d893a5c-2bcd-470b-b5b6-30f11fa96649} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12066 | 2024.08.18 06:21:57.375547 [ 3 ] {} <Debug> HTTP-Session: f397d955-3689-497e-86e4-358508900c7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12067 | 2024.08.18 06:21:57.375672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12068 | 2024.08.18 06:21:57.375720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12069 | 2024.08.18 06:21:57.375739 [ 3 ] {} <Debug> HTTP-Session: e2a75a68-471d-40b9-9cf9-2fe525992841 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12070 | 2024.08.18 06:21:57.375755 [ 3 ] {} <Debug> HTTP-Session: e2a75a68-471d-40b9-9cf9-2fe525992841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12071 | 2024.08.18 06:21:57.375768 [ 3 ] {} <Debug> HTTP-Session: e2a75a68-471d-40b9-9cf9-2fe525992841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12072 | 2024.08.18 06:21:57.375799 [ 3 ] {} <Trace> HTTP-Session: e2a75a68-471d-40b9-9cf9-2fe525992841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12073 | 2024.08.18 06:21:57.375894 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12074 | 2024.08.18 06:21:57.375937 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12075 | 2024.08.18 06:21:57.376079 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12076 | 2024.08.18 06:21:57.376349 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12077 | 2024.08.18 06:21:57.376384 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12078 | 2024.08.18 06:21:57.376686 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12079 | 2024.08.18 06:21:57.376988 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12080 | 2024.08.18 06:21:57.377152 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 278.47 KiB/sec. | ||
12081 | 2024.08.18 06:21:57.377163 [ 65 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12082 | 2024.08.18 06:21:57.377266 [ 65 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12083 | 2024.08.18 06:21:57.377339 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12084 | 2024.08.18 06:21:57.377433 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Debug> DynamicQueryHandler: Done processing query | ||
12085 | 2024.08.18 06:21:57.377511 [ 3 ] {86d35c7b-ebb5-4266-9376-c9cf05d7058a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12086 | 2024.08.18 06:21:57.377584 [ 3 ] {} <Debug> HTTP-Session: e2a75a68-471d-40b9-9cf9-2fe525992841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12087 | 2024.08.18 06:21:57.377729 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
12088 | 2024.08.18 06:21:57.377938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12089 | 2024.08.18 06:21:57.378091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12090 | 2024.08.18 06:21:57.378164 [ 3 ] {} <Debug> HTTP-Session: ba501d00-c065-40d8-af29-4669b7369068 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12091 | 2024.08.18 06:21:57.378216 [ 3 ] {} <Debug> HTTP-Session: ba501d00-c065-40d8-af29-4669b7369068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.08.18 06:21:57.378236 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12093 | 2024.08.18 06:21:57.378251 [ 3 ] {} <Debug> HTTP-Session: ba501d00-c065-40d8-af29-4669b7369068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12094 | 2024.08.18 06:21:57.378295 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
12095 | 2024.08.18 06:21:57.378324 [ 3 ] {} <Trace> HTTP-Session: ba501d00-c065-40d8-af29-4669b7369068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12096 | 2024.08.18 06:21:57.378494 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12097 | 2024.08.18 06:21:57.378806 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12098 | 2024.08.18 06:21:57.378932 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12099 | 2024.08.18 06:21:57.379110 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12100 | 2024.08.18 06:21:57.379115 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12101 | 2024.08.18 06:21:57.379494 [ 210 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12102 | 2024.08.18 06:21:57.380136 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12103 | 2024.08.18 06:21:57.381386 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12104 | 2024.08.18 06:21:57.381485 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12105 | 2024.08.18 06:21:57.381602 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004150878 sec., 7227.3865914633 rows/sec., 430.54 KiB/sec. | ||
12106 | 2024.08.18 06:21:57.381729 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12107 | 2024.08.18 06:21:57.381990 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12108 | 2024.08.18 06:21:57.382234 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12109 | 2024.08.18 06:21:57.382330 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_29_7} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12110 | 2024.08.18 06:21:57.382432 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12111 | 2024.08.18 06:21:57.382447 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12112 | 2024.08.18 06:21:57.382621 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.003977 sec., 102087.00025144582 rows/sec., 7.27 MiB/sec. | ||
12113 | 2024.08.18 06:21:57.382916 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Debug> DynamicQueryHandler: Done processing query | ||
12114 | 2024.08.18 06:21:57.382979 [ 3 ] {3d28477b-5eda-47d4-ab28-de650d04135b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12115 | 2024.08.18 06:21:57.383034 [ 3 ] {} <Debug> HTTP-Session: ba501d00-c065-40d8-af29-4669b7369068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12116 | 2024.08.18 06:21:57.383255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12117 | 2024.08.18 06:21:57.383307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12118 | 2024.08.18 06:21:57.383326 [ 3 ] {} <Debug> HTTP-Session: fead2594-d1bf-48f6-9245-cad2e927c224 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12119 | 2024.08.18 06:21:57.383345 [ 3 ] {} <Debug> HTTP-Session: fead2594-d1bf-48f6-9245-cad2e927c224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12120 | 2024.08.18 06:21:57.383359 [ 3 ] {} <Debug> HTTP-Session: fead2594-d1bf-48f6-9245-cad2e927c224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12121 | 2024.08.18 06:21:57.383392 [ 3 ] {} <Trace> HTTP-Session: fead2594-d1bf-48f6-9245-cad2e927c224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12122 | 2024.08.18 06:21:57.383494 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12123 | 2024.08.18 06:21:57.383540 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12124 | 2024.08.18 06:21:57.383693 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12125 | 2024.08.18 06:21:57.383987 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12126 | 2024.08.18 06:21:57.384024 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12127 | 2024.08.18 06:21:57.384384 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12128 | 2024.08.18 06:21:57.384699 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12129 | 2024.08.18 06:21:57.384858 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
12130 | 2024.08.18 06:21:57.385018 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Debug> DynamicQueryHandler: Done processing query | ||
12131 | 2024.08.18 06:21:57.385041 [ 3 ] {be63253f-dbae-4e8d-8da0-6e10c0f52716} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12132 | 2024.08.18 06:21:57.385056 [ 3 ] {} <Debug> HTTP-Session: fead2594-d1bf-48f6-9245-cad2e927c224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12133 | 2024.08.18 06:21:57.385223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12134 | 2024.08.18 06:21:57.385271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12135 | 2024.08.18 06:21:57.385291 [ 3 ] {} <Debug> HTTP-Session: 35fd0022-c4ba-4fd9-8bed-2287019c47b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12136 | 2024.08.18 06:21:57.385307 [ 3 ] {} <Debug> HTTP-Session: 35fd0022-c4ba-4fd9-8bed-2287019c47b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.08.18 06:21:57.385321 [ 3 ] {} <Debug> HTTP-Session: 35fd0022-c4ba-4fd9-8bed-2287019c47b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12138 | 2024.08.18 06:21:57.385353 [ 3 ] {} <Trace> HTTP-Session: 35fd0022-c4ba-4fd9-8bed-2287019c47b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12139 | 2024.08.18 06:21:57.385531 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12140 | 2024.08.18 06:21:57.385579 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12141 | 2024.08.18 06:21:57.385725 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12142 | 2024.08.18 06:21:57.386249 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12143 | 2024.08.18 06:21:57.386286 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12144 | 2024.08.18 06:21:57.386663 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12145 | 2024.08.18 06:21:57.386997 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12146 | 2024.08.18 06:21:57.387160 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001712 sec., 138434.57943925232 rows/sec., 9.28 MiB/sec. | ||
12147 | 2024.08.18 06:21:57.387338 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Debug> DynamicQueryHandler: Done processing query | ||
12148 | 2024.08.18 06:21:57.387362 [ 3 ] {613dfbd8-2c18-4567-8483-5d39e5dca4bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12149 | 2024.08.18 06:21:57.387378 [ 3 ] {} <Debug> HTTP-Session: 35fd0022-c4ba-4fd9-8bed-2287019c47b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12150 | 2024.08.18 06:21:57.387504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12151 | 2024.08.18 06:21:57.387553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12152 | 2024.08.18 06:21:57.387573 [ 3 ] {} <Debug> HTTP-Session: fa8aa1d4-f6e3-432b-9577-18c8118eaa80 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12153 | 2024.08.18 06:21:57.387590 [ 3 ] {} <Debug> HTTP-Session: fa8aa1d4-f6e3-432b-9577-18c8118eaa80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.08.18 06:21:57.387604 [ 3 ] {} <Debug> HTTP-Session: fa8aa1d4-f6e3-432b-9577-18c8118eaa80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12155 | 2024.08.18 06:21:57.387634 [ 3 ] {} <Trace> HTTP-Session: fa8aa1d4-f6e3-432b-9577-18c8118eaa80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12156 | 2024.08.18 06:21:57.387726 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12157 | 2024.08.18 06:21:57.387770 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12158 | 2024.08.18 06:21:57.387900 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12159 | 2024.08.18 06:21:57.388175 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12160 | 2024.08.18 06:21:57.388211 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12161 | 2024.08.18 06:21:57.388555 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12162 | 2024.08.18 06:21:57.388863 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12163 | 2024.08.18 06:21:57.389020 [ 65 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
12164 | 2024.08.18 06:21:57.389029 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
12165 | 2024.08.18 06:21:57.389069 [ 65 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12166 | 2024.08.18 06:21:57.389129 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12167 | 2024.08.18 06:21:57.389340 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
12168 | 2024.08.18 06:21:57.389358 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Debug> DynamicQueryHandler: Done processing query | ||
12169 | 2024.08.18 06:21:57.389419 [ 3 ] {d84ed655-74f9-4ccc-b73b-658c1fd0a029} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12170 | 2024.08.18 06:21:57.389446 [ 3 ] {} <Debug> HTTP-Session: fa8aa1d4-f6e3-432b-9577-18c8118eaa80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12171 | 2024.08.18 06:21:57.389570 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12172 | 2024.08.18 06:21:57.389610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12173 | 2024.08.18 06:21:57.389632 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part | ||
12174 | 2024.08.18 06:21:57.389703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12175 | 2024.08.18 06:21:57.389788 [ 3 ] {} <Debug> HTTP-Session: 146e613d-a31c-45f3-8ced-37603a744b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12176 | 2024.08.18 06:21:57.389861 [ 3 ] {} <Debug> HTTP-Session: 146e613d-a31c-45f3-8ced-37603a744b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.08.18 06:21:57.389894 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
12178 | 2024.08.18 06:21:57.389919 [ 3 ] {} <Debug> HTTP-Session: 146e613d-a31c-45f3-8ced-37603a744b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.08.18 06:21:57.390050 [ 3 ] {} <Trace> HTTP-Session: 146e613d-a31c-45f3-8ced-37603a744b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.08.18 06:21:57.390181 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
12181 | 2024.08.18 06:21:57.390444 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
12182 | 2024.08.18 06:21:57.390628 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
12183 | 2024.08.18 06:21:57.390774 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
12184 | 2024.08.18 06:21:57.390838 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12185 | 2024.08.18 06:21:57.391323 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <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 | ||
12186 | 2024.08.18 06:21:57.393195 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12187 | 2024.08.18 06:21:57.394096 [ 190 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004855081 sec., 5973.123826358407 rows/sec., 402.49 KiB/sec. | ||
12188 | 2024.08.18 06:21:57.394325 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
12189 | 2024.08.18 06:21:57.394639 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12190 | 2024.08.18 06:21:57.394694 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12191 | 2024.08.18 06:21:57.394992 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12192 | 2024.08.18 06:21:57.395109 [ 188 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_29_6} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
12193 | 2024.08.18 06:21:57.395202 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12194 | 2024.08.18 06:21:57.395489 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12195 | 2024.08.18 06:21:57.395892 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12196 | 2024.08.18 06:21:57.396091 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.005717 sec., 4198.005947175092 rows/sec., 7.52 MiB/sec. | ||
12197 | 2024.08.18 06:21:57.396094 [ 65 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12198 | 2024.08.18 06:21:57.396240 [ 65 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12199 | 2024.08.18 06:21:57.396346 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12200 | 2024.08.18 06:21:57.396657 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
12201 | 2024.08.18 06:21:57.396722 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Debug> DynamicQueryHandler: Done processing query | ||
12202 | 2024.08.18 06:21:57.396781 [ 3 ] {af8b21d7-c864-4f8b-851e-3c5a9a7bc035} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12203 | 2024.08.18 06:21:57.396817 [ 3 ] {} <Debug> HTTP-Session: 146e613d-a31c-45f3-8ced-37603a744b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12204 | 2024.08.18 06:21:57.397038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12205 | 2024.08.18 06:21:57.397161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12206 | 2024.08.18 06:21:57.397226 [ 3 ] {} <Debug> HTTP-Session: fc3d862f-986f-4ec0-afbd-16d142b4fdc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12207 | 2024.08.18 06:21:57.397277 [ 3 ] {} <Debug> HTTP-Session: fc3d862f-986f-4ec0-afbd-16d142b4fdc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.08.18 06:21:57.397315 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12209 | 2024.08.18 06:21:57.397328 [ 3 ] {} <Debug> HTTP-Session: fc3d862f-986f-4ec0-afbd-16d142b4fdc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.08.18 06:21:57.397451 [ 3 ] {} <Trace> HTTP-Session: fc3d862f-986f-4ec0-afbd-16d142b4fdc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12211 | 2024.08.18 06:21:57.397472 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 774 rows starting from the beginning of the part | ||
12212 | 2024.08.18 06:21:57.397806 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12213 | 2024.08.18 06:21:57.397998 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12214 | 2024.08.18 06:21:57.398123 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
12215 | 2024.08.18 06:21:57.398868 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12216 | 2024.08.18 06:21:57.398892 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part | ||
12217 | 2024.08.18 06:21:57.399585 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
12218 | 2024.08.18 06:21:57.400046 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12219 | 2024.08.18 06:21:57.400148 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12220 | 2024.08.18 06:21:57.400292 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part | ||
12221 | 2024.08.18 06:21:57.400950 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
12222 | 2024.08.18 06:21:57.401564 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12223 | 2024.08.18 06:21:57.402358 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12224 | 2024.08.18 06:21:57.402786 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005186 sec., 15811.801002699576 rows/sec., 1.00 MiB/sec. | ||
12225 | 2024.08.18 06:21:57.403076 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Debug> DynamicQueryHandler: Done processing query | ||
12226 | 2024.08.18 06:21:57.403102 [ 3 ] {4e92604d-2d8e-4381-891e-ad2a825a8315} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12227 | 2024.08.18 06:21:57.403127 [ 3 ] {} <Debug> HTTP-Session: fc3d862f-986f-4ec0-afbd-16d142b4fdc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.08.18 06:21:57.409259 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 864 rows, containing 19 columns (19 merged, 0 gathered) in 0.012760198 sec., 67710.54806516325 rows/sec., 121.33 MiB/sec. | ||
12229 | 2024.08.18 06:21:57.410464 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12230 | 2024.08.18 06:21:57.411057 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12231 | 2024.08.18 06:21:57.411139 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12232 | 2024.08.18 06:21:57.411276 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
12233 | 2024.08.18 06:22:02.359011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12234 | 2024.08.18 06:22:02.359148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12235 | 2024.08.18 06:22:02.359177 [ 3 ] {} <Debug> HTTP-Session: 7175bde0-6f65-4086-b5a5-3a4f35f7498f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12236 | 2024.08.18 06:22:02.359206 [ 3 ] {} <Debug> HTTP-Session: 7175bde0-6f65-4086-b5a5-3a4f35f7498f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12237 | 2024.08.18 06:22:02.359224 [ 3 ] {} <Debug> HTTP-Session: 7175bde0-6f65-4086-b5a5-3a4f35f7498f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12238 | 2024.08.18 06:22:02.359278 [ 3 ] {} <Trace> HTTP-Session: 7175bde0-6f65-4086-b5a5-3a4f35f7498f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12239 | 2024.08.18 06:22:02.359480 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12240 | 2024.08.18 06:22:02.359552 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12241 | 2024.08.18 06:22:02.359768 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12242 | 2024.08.18 06:22:02.360213 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12243 | 2024.08.18 06:22:02.360254 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12244 | 2024.08.18 06:22:02.360608 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12245 | 2024.08.18 06:22:02.360934 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12246 | 2024.08.18 06:22:02.361122 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.0017 sec., 5294.117647058823 rows/sec., 429.11 KiB/sec. | ||
12247 | 2024.08.18 06:22:02.361360 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Debug> DynamicQueryHandler: Done processing query | ||
12248 | 2024.08.18 06:22:02.361388 [ 3 ] {f93927cc-7011-41e8-8ded-b8476ee8112c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12249 | 2024.08.18 06:22:02.361406 [ 3 ] {} <Debug> HTTP-Session: 7175bde0-6f65-4086-b5a5-3a4f35f7498f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12250 | 2024.08.18 06:22:02.361625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12251 | 2024.08.18 06:22:02.361682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12252 | 2024.08.18 06:22:02.361703 [ 3 ] {} <Debug> HTTP-Session: bebbfffb-c820-4881-a10a-45431caa973b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12253 | 2024.08.18 06:22:02.361723 [ 3 ] {} <Debug> HTTP-Session: bebbfffb-c820-4881-a10a-45431caa973b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12254 | 2024.08.18 06:22:02.361738 [ 3 ] {} <Debug> HTTP-Session: bebbfffb-c820-4881-a10a-45431caa973b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12255 | 2024.08.18 06:22:02.361773 [ 3 ] {} <Trace> HTTP-Session: bebbfffb-c820-4881-a10a-45431caa973b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12256 | 2024.08.18 06:22:02.361901 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12257 | 2024.08.18 06:22:02.361946 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12258 | 2024.08.18 06:22:02.362074 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12259 | 2024.08.18 06:22:02.362456 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12260 | 2024.08.18 06:22:02.362493 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12261 | 2024.08.18 06:22:02.362802 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12262 | 2024.08.18 06:22:02.363098 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12263 | 2024.08.18 06:22:02.363243 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001384 sec., 59971.098265895955 rows/sec., 4.79 MiB/sec. | ||
12264 | 2024.08.18 06:22:02.363418 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Debug> DynamicQueryHandler: Done processing query | ||
12265 | 2024.08.18 06:22:02.363442 [ 3 ] {e96c0e6c-7d3b-43a5-80b9-1b82545f90a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12266 | 2024.08.18 06:22:02.363457 [ 3 ] {} <Debug> HTTP-Session: bebbfffb-c820-4881-a10a-45431caa973b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12267 | 2024.08.18 06:22:02.363590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12268 | 2024.08.18 06:22:02.363639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12269 | 2024.08.18 06:22:02.363658 [ 3 ] {} <Debug> HTTP-Session: 1cb54e3d-2081-464c-94de-e79245c0efdf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12270 | 2024.08.18 06:22:02.363675 [ 3 ] {} <Debug> HTTP-Session: 1cb54e3d-2081-464c-94de-e79245c0efdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12271 | 2024.08.18 06:22:02.363689 [ 3 ] {} <Debug> HTTP-Session: 1cb54e3d-2081-464c-94de-e79245c0efdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12272 | 2024.08.18 06:22:02.363719 [ 3 ] {} <Trace> HTTP-Session: 1cb54e3d-2081-464c-94de-e79245c0efdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12273 | 2024.08.18 06:22:02.363841 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12274 | 2024.08.18 06:22:02.363883 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12275 | 2024.08.18 06:22:02.364011 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12276 | 2024.08.18 06:22:02.364353 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12277 | 2024.08.18 06:22:02.364390 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12278 | 2024.08.18 06:22:02.364704 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12279 | 2024.08.18 06:22:02.365003 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12280 | 2024.08.18 06:22:02.365163 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001361 sec., 53637.03159441587 rows/sec., 4.19 MiB/sec. | ||
12281 | 2024.08.18 06:22:02.365419 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Debug> DynamicQueryHandler: Done processing query | ||
12282 | 2024.08.18 06:22:02.365480 [ 3 ] {20e830ee-59ab-443c-b4a5-d528c78daf04} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12283 | 2024.08.18 06:22:02.365544 [ 3 ] {} <Debug> HTTP-Session: 1cb54e3d-2081-464c-94de-e79245c0efdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12284 | 2024.08.18 06:22:02.365786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12285 | 2024.08.18 06:22:02.365838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12286 | 2024.08.18 06:22:02.365857 [ 3 ] {} <Debug> HTTP-Session: 69ba5175-013e-4828-848c-cecb8cf1c867 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12287 | 2024.08.18 06:22:02.365874 [ 3 ] {} <Debug> HTTP-Session: 69ba5175-013e-4828-848c-cecb8cf1c867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12288 | 2024.08.18 06:22:02.365888 [ 3 ] {} <Debug> HTTP-Session: 69ba5175-013e-4828-848c-cecb8cf1c867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12289 | 2024.08.18 06:22:02.365920 [ 3 ] {} <Trace> HTTP-Session: 69ba5175-013e-4828-848c-cecb8cf1c867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12290 | 2024.08.18 06:22:02.366077 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12291 | 2024.08.18 06:22:02.366129 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12292 | 2024.08.18 06:22:02.366335 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12293 | 2024.08.18 06:22:02.366830 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12294 | 2024.08.18 06:22:02.366879 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12295 | 2024.08.18 06:22:02.367431 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12296 | 2024.08.18 06:22:02.367959 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12297 | 2024.08.18 06:22:02.368163 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002153 sec., 74314.90942870414 rows/sec., 5.18 MiB/sec. | ||
12298 | 2024.08.18 06:22:02.368362 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Debug> DynamicQueryHandler: Done processing query | ||
12299 | 2024.08.18 06:22:02.368388 [ 3 ] {85d051a6-d75a-493c-a549-d545190dd752} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12300 | 2024.08.18 06:22:02.368404 [ 3 ] {} <Debug> HTTP-Session: 69ba5175-013e-4828-848c-cecb8cf1c867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12301 | 2024.08.18 06:22:02.368539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12302 | 2024.08.18 06:22:02.368593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12303 | 2024.08.18 06:22:02.368614 [ 3 ] {} <Debug> HTTP-Session: ac15b940-5df3-481e-b68f-b864f2248916 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12304 | 2024.08.18 06:22:02.368635 [ 3 ] {} <Debug> HTTP-Session: ac15b940-5df3-481e-b68f-b864f2248916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12305 | 2024.08.18 06:22:02.368652 [ 3 ] {} <Debug> HTTP-Session: ac15b940-5df3-481e-b68f-b864f2248916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12306 | 2024.08.18 06:22:02.368683 [ 3 ] {} <Trace> HTTP-Session: ac15b940-5df3-481e-b68f-b864f2248916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12307 | 2024.08.18 06:22:02.368888 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12308 | 2024.08.18 06:22:02.368957 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <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 | ||
12309 | 2024.08.18 06:22:02.369573 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12310 | 2024.08.18 06:22:02.370240 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12311 | 2024.08.18 06:22:02.370280 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12312 | 2024.08.18 06:22:02.370869 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12313 | 2024.08.18 06:22:02.371265 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12314 | 2024.08.18 06:22:02.371454 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002692 sec., 3343.2392273402675 rows/sec., 5.99 MiB/sec. | ||
12315 | 2024.08.18 06:22:02.371685 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Debug> DynamicQueryHandler: Done processing query | ||
12316 | 2024.08.18 06:22:02.371710 [ 3 ] {f0abcaea-c1b2-49a5-8d7d-4cb289c79455} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12317 | 2024.08.18 06:22:02.371726 [ 3 ] {} <Debug> HTTP-Session: ac15b940-5df3-481e-b68f-b864f2248916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12318 | 2024.08.18 06:22:02.371849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12319 | 2024.08.18 06:22:02.371898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12320 | 2024.08.18 06:22:02.371918 [ 3 ] {} <Debug> HTTP-Session: 1b81b6c2-d00a-4228-9261-ecaa6c917fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12321 | 2024.08.18 06:22:02.371934 [ 3 ] {} <Debug> HTTP-Session: 1b81b6c2-d00a-4228-9261-ecaa6c917fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12322 | 2024.08.18 06:22:02.371948 [ 3 ] {} <Debug> HTTP-Session: 1b81b6c2-d00a-4228-9261-ecaa6c917fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12323 | 2024.08.18 06:22:02.371979 [ 3 ] {} <Trace> HTTP-Session: 1b81b6c2-d00a-4228-9261-ecaa6c917fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12324 | 2024.08.18 06:22:02.372100 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12325 | 2024.08.18 06:22:02.372144 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12326 | 2024.08.18 06:22:02.372276 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12327 | 2024.08.18 06:22:02.372592 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12328 | 2024.08.18 06:22:02.372629 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12329 | 2024.08.18 06:22:02.372986 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12330 | 2024.08.18 06:22:02.373294 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12331 | 2024.08.18 06:22:02.373446 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
12332 | 2024.08.18 06:22:02.373616 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Debug> DynamicQueryHandler: Done processing query | ||
12333 | 2024.08.18 06:22:02.373640 [ 3 ] {5fd28447-54e6-4e01-ad64-b225f095a3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12334 | 2024.08.18 06:22:02.373656 [ 3 ] {} <Debug> HTTP-Session: 1b81b6c2-d00a-4228-9261-ecaa6c917fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12335 | 2024.08.18 06:22:06.682741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12336 | 2024.08.18 06:22:06.682883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12337 | 2024.08.18 06:22:06.682913 [ 3 ] {} <Debug> HTTP-Session: 2632c8a3-d8ec-401f-bce1-ee8b1f80e786 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12338 | 2024.08.18 06:22:06.682967 [ 3 ] {} <Debug> HTTP-Session: 2632c8a3-d8ec-401f-bce1-ee8b1f80e786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12339 | 2024.08.18 06:22:06.682985 [ 3 ] {} <Debug> HTTP-Session: 2632c8a3-d8ec-401f-bce1-ee8b1f80e786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12340 | 2024.08.18 06:22:06.683040 [ 3 ] {} <Trace> HTTP-Session: 2632c8a3-d8ec-401f-bce1-ee8b1f80e786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12341 | 2024.08.18 06:22:06.683243 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12342 | 2024.08.18 06:22:06.683306 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12343 | 2024.08.18 06:22:06.683495 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12344 | 2024.08.18 06:22:06.683961 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12345 | 2024.08.18 06:22:06.684003 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12346 | 2024.08.18 06:22:06.684360 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12347 | 2024.08.18 06:22:06.684683 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12348 | 2024.08.18 06:22:06.684861 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00168 sec., 14285.714285714284 rows/sec., 1.13 MiB/sec. | ||
12349 | 2024.08.18 06:22:06.685057 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Debug> DynamicQueryHandler: Done processing query | ||
12350 | 2024.08.18 06:22:06.685082 [ 3 ] {68db06cb-35d4-41ed-8a88-cf8331ed9b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12351 | 2024.08.18 06:22:06.685098 [ 3 ] {} <Debug> HTTP-Session: 2632c8a3-d8ec-401f-bce1-ee8b1f80e786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12352 | 2024.08.18 06:22:06.685272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12353 | 2024.08.18 06:22:06.685319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12354 | 2024.08.18 06:22:06.685338 [ 3 ] {} <Debug> HTTP-Session: 0f541e4a-5c31-4ee4-98b7-50488962815c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12355 | 2024.08.18 06:22:06.685355 [ 3 ] {} <Debug> HTTP-Session: 0f541e4a-5c31-4ee4-98b7-50488962815c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12356 | 2024.08.18 06:22:06.685369 [ 3 ] {} <Debug> HTTP-Session: 0f541e4a-5c31-4ee4-98b7-50488962815c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12357 | 2024.08.18 06:22:06.685399 [ 3 ] {} <Trace> HTTP-Session: 0f541e4a-5c31-4ee4-98b7-50488962815c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12358 | 2024.08.18 06:22:06.685494 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12359 | 2024.08.18 06:22:06.685536 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12360 | 2024.08.18 06:22:06.685666 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12361 | 2024.08.18 06:22:06.685983 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12362 | 2024.08.18 06:22:06.686020 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12363 | 2024.08.18 06:22:06.686320 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
12364 | 2024.08.18 06:22:06.686640 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12365 | 2024.08.18 06:22:06.686802 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001328 sec., 6024.096385542169 rows/sec., 491.22 KiB/sec. | ||
12366 | 2024.08.18 06:22:06.687122 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Debug> DynamicQueryHandler: Done processing query | ||
12367 | 2024.08.18 06:22:06.687148 [ 3 ] {91000a7c-b3c3-4cce-b122-bdfc43366181} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12368 | 2024.08.18 06:22:06.687164 [ 3 ] {} <Debug> HTTP-Session: 0f541e4a-5c31-4ee4-98b7-50488962815c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12369 | 2024.08.18 06:22:06.687475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12370 | 2024.08.18 06:22:06.687525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12371 | 2024.08.18 06:22:06.687545 [ 3 ] {} <Debug> HTTP-Session: a1fbaa4d-aef7-4354-89a2-f372f3c842ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12372 | 2024.08.18 06:22:06.687562 [ 3 ] {} <Debug> HTTP-Session: a1fbaa4d-aef7-4354-89a2-f372f3c842ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12373 | 2024.08.18 06:22:06.687576 [ 3 ] {} <Debug> HTTP-Session: a1fbaa4d-aef7-4354-89a2-f372f3c842ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12374 | 2024.08.18 06:22:06.687606 [ 3 ] {} <Trace> HTTP-Session: a1fbaa4d-aef7-4354-89a2-f372f3c842ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12375 | 2024.08.18 06:22:06.688094 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12376 | 2024.08.18 06:22:06.688139 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12377 | 2024.08.18 06:22:06.688283 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12378 | 2024.08.18 06:22:06.689744 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12379 | 2024.08.18 06:22:06.689794 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12380 | 2024.08.18 06:22:06.690350 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12381 | 2024.08.18 06:22:06.690658 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12382 | 2024.08.18 06:22:06.690803 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.003037 sec., 462627.59301942703 rows/sec., 38.52 MiB/sec. | ||
12383 | 2024.08.18 06:22:06.690984 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Debug> DynamicQueryHandler: Done processing query | ||
12384 | 2024.08.18 06:22:06.691008 [ 3 ] {475a4ad7-b69b-4616-a9d4-bed5ac05b39c} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12385 | 2024.08.18 06:22:06.691023 [ 3 ] {} <Debug> HTTP-Session: a1fbaa4d-aef7-4354-89a2-f372f3c842ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12386 | 2024.08.18 06:22:06.691278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12387 | 2024.08.18 06:22:06.691325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12388 | 2024.08.18 06:22:06.691346 [ 3 ] {} <Debug> HTTP-Session: 09819e03-fae3-4e7a-8ae7-6eefea00e441 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12389 | 2024.08.18 06:22:06.691362 [ 3 ] {} <Debug> HTTP-Session: 09819e03-fae3-4e7a-8ae7-6eefea00e441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12390 | 2024.08.18 06:22:06.691376 [ 3 ] {} <Debug> HTTP-Session: 09819e03-fae3-4e7a-8ae7-6eefea00e441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12391 | 2024.08.18 06:22:06.691407 [ 3 ] {} <Trace> HTTP-Session: 09819e03-fae3-4e7a-8ae7-6eefea00e441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12392 | 2024.08.18 06:22:06.691502 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12393 | 2024.08.18 06:22:06.691543 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12394 | 2024.08.18 06:22:06.691674 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12395 | 2024.08.18 06:22:06.691971 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12396 | 2024.08.18 06:22:06.692007 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12397 | 2024.08.18 06:22:06.692301 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
12398 | 2024.08.18 06:22:06.692595 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12399 | 2024.08.18 06:22:06.692739 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001254 sec., 6379.585326953748 rows/sec., 445.45 KiB/sec. | ||
12400 | 2024.08.18 06:22:06.692909 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Debug> DynamicQueryHandler: Done processing query | ||
12401 | 2024.08.18 06:22:06.692932 [ 3 ] {ad1399a6-eb20-410c-9379-bfafb4c7b171} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12402 | 2024.08.18 06:22:06.692948 [ 3 ] {} <Debug> HTTP-Session: 09819e03-fae3-4e7a-8ae7-6eefea00e441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12403 | 2024.08.18 06:22:06.693094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12404 | 2024.08.18 06:22:06.693140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12405 | 2024.08.18 06:22:06.693160 [ 3 ] {} <Debug> HTTP-Session: 665e587c-c891-4152-a11e-65cfaa66a536 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12406 | 2024.08.18 06:22:06.693176 [ 3 ] {} <Debug> HTTP-Session: 665e587c-c891-4152-a11e-65cfaa66a536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.08.18 06:22:06.693190 [ 3 ] {} <Debug> HTTP-Session: 665e587c-c891-4152-a11e-65cfaa66a536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12408 | 2024.08.18 06:22:06.693220 [ 3 ] {} <Trace> HTTP-Session: 665e587c-c891-4152-a11e-65cfaa66a536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12409 | 2024.08.18 06:22:06.693390 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12410 | 2024.08.18 06:22:06.693432 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12411 | 2024.08.18 06:22:06.693558 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12412 | 2024.08.18 06:22:06.693965 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12413 | 2024.08.18 06:22:06.694001 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12414 | 2024.08.18 06:22:06.694315 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12415 | 2024.08.18 06:22:06.694610 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12416 | 2024.08.18 06:22:06.694738 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001446 sec., 167358.2295988935 rows/sec., 11.34 MiB/sec. | ||
12417 | 2024.08.18 06:22:06.694903 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Debug> DynamicQueryHandler: Done processing query | ||
12418 | 2024.08.18 06:22:06.694926 [ 3 ] {0fd0fc89-cd80-42ff-851f-f402033ffda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12419 | 2024.08.18 06:22:06.694942 [ 3 ] {} <Debug> HTTP-Session: 665e587c-c891-4152-a11e-65cfaa66a536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12420 | 2024.08.18 06:22:06.695059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12421 | 2024.08.18 06:22:06.695105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12422 | 2024.08.18 06:22:06.695124 [ 3 ] {} <Debug> HTTP-Session: f9026fde-b100-49b0-bd66-f8a49edf7920 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12423 | 2024.08.18 06:22:06.695140 [ 3 ] {} <Debug> HTTP-Session: f9026fde-b100-49b0-bd66-f8a49edf7920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.08.18 06:22:06.695154 [ 3 ] {} <Debug> HTTP-Session: f9026fde-b100-49b0-bd66-f8a49edf7920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12425 | 2024.08.18 06:22:06.695184 [ 3 ] {} <Trace> HTTP-Session: f9026fde-b100-49b0-bd66-f8a49edf7920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12426 | 2024.08.18 06:22:06.695277 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12427 | 2024.08.18 06:22:06.695317 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12428 | 2024.08.18 06:22:06.695442 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12429 | 2024.08.18 06:22:06.695709 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12430 | 2024.08.18 06:22:06.695745 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12431 | 2024.08.18 06:22:06.696037 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12432 | 2024.08.18 06:22:06.696329 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12433 | 2024.08.18 06:22:06.696458 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001206 sec., 4975.124378109453 rows/sec., 293.94 KiB/sec. | ||
12434 | 2024.08.18 06:22:06.696617 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Debug> DynamicQueryHandler: Done processing query | ||
12435 | 2024.08.18 06:22:06.696641 [ 3 ] {0e3366b7-709c-439e-a7b9-1c78f5ae9f4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12436 | 2024.08.18 06:22:06.696657 [ 3 ] {} <Debug> HTTP-Session: f9026fde-b100-49b0-bd66-f8a49edf7920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.08.18 06:22:06.696859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12438 | 2024.08.18 06:22:06.696905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12439 | 2024.08.18 06:22:06.696923 [ 3 ] {} <Debug> HTTP-Session: b7447743-2364-46ce-907f-80f71187ccdd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12440 | 2024.08.18 06:22:06.696939 [ 3 ] {} <Debug> HTTP-Session: b7447743-2364-46ce-907f-80f71187ccdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.08.18 06:22:06.696953 [ 3 ] {} <Debug> HTTP-Session: b7447743-2364-46ce-907f-80f71187ccdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12442 | 2024.08.18 06:22:06.696983 [ 3 ] {} <Trace> HTTP-Session: b7447743-2364-46ce-907f-80f71187ccdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12443 | 2024.08.18 06:22:06.697339 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12444 | 2024.08.18 06:22:06.697380 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12445 | 2024.08.18 06:22:06.697503 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12446 | 2024.08.18 06:22:06.698452 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12447 | 2024.08.18 06:22:06.698488 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12448 | 2024.08.18 06:22:06.698820 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12449 | 2024.08.18 06:22:06.699118 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12450 | 2024.08.18 06:22:06.699242 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.00215 sec., 404651.16279069765 rows/sec., 29.32 MiB/sec. | ||
12451 | 2024.08.18 06:22:06.699408 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Debug> DynamicQueryHandler: Done processing query | ||
12452 | 2024.08.18 06:22:06.699431 [ 3 ] {936831b0-0c07-45a2-a9df-9d20699dd190} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
12453 | 2024.08.18 06:22:06.699447 [ 3 ] {} <Debug> HTTP-Session: b7447743-2364-46ce-907f-80f71187ccdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12454 | 2024.08.18 06:22:06.699577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12455 | 2024.08.18 06:22:06.699625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12456 | 2024.08.18 06:22:06.699644 [ 3 ] {} <Debug> HTTP-Session: 5592d26a-2d5f-4a6a-b84a-11bcd34077f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12457 | 2024.08.18 06:22:06.699660 [ 3 ] {} <Debug> HTTP-Session: 5592d26a-2d5f-4a6a-b84a-11bcd34077f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.08.18 06:22:06.699675 [ 3 ] {} <Debug> HTTP-Session: 5592d26a-2d5f-4a6a-b84a-11bcd34077f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12459 | 2024.08.18 06:22:06.699705 [ 3 ] {} <Trace> HTTP-Session: 5592d26a-2d5f-4a6a-b84a-11bcd34077f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12460 | 2024.08.18 06:22:06.699797 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12461 | 2024.08.18 06:22:06.699840 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12462 | 2024.08.18 06:22:06.699968 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12463 | 2024.08.18 06:22:06.700233 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12464 | 2024.08.18 06:22:06.700268 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12465 | 2024.08.18 06:22:06.700618 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12466 | 2024.08.18 06:22:06.700934 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12467 | 2024.08.18 06:22:06.701057 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001282 sec., 4680.1872074882995 rows/sec., 244.52 KiB/sec. | ||
12468 | 2024.08.18 06:22:06.701340 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Debug> DynamicQueryHandler: Done processing query | ||
12469 | 2024.08.18 06:22:06.701371 [ 3 ] {b74c2e9b-b04b-4947-9608-b910169f8824} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12470 | 2024.08.18 06:22:06.701395 [ 3 ] {} <Debug> HTTP-Session: 5592d26a-2d5f-4a6a-b84a-11bcd34077f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12471 | 2024.08.18 06:22:06.701619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 171361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12472 | 2024.08.18 06:22:06.701667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12473 | 2024.08.18 06:22:06.701685 [ 3 ] {} <Debug> HTTP-Session: 593e0edb-8c10-438b-b0e4-37492a73fbea Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12474 | 2024.08.18 06:22:06.701702 [ 3 ] {} <Debug> HTTP-Session: 593e0edb-8c10-438b-b0e4-37492a73fbea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.08.18 06:22:06.701716 [ 3 ] {} <Debug> HTTP-Session: 593e0edb-8c10-438b-b0e4-37492a73fbea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12476 | 2024.08.18 06:22:06.701745 [ 3 ] {} <Trace> HTTP-Session: 593e0edb-8c10-438b-b0e4-37492a73fbea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12477 | 2024.08.18 06:22:06.702196 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12478 | 2024.08.18 06:22:06.702244 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12479 | 2024.08.18 06:22:06.702404 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12480 | 2024.08.18 06:22:06.703292 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12481 | 2024.08.18 06:22:06.703327 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12482 | 2024.08.18 06:22:06.703748 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12483 | 2024.08.18 06:22:06.704075 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12484 | 2024.08.18 06:22:06.704201 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Debug> executeQuery: Read 905 rows, 61.89 KiB in 0.002316 sec., 390759.93091537134 rows/sec., 26.09 MiB/sec. | ||
12485 | 2024.08.18 06:22:06.704475 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Debug> DynamicQueryHandler: Done processing query | ||
12486 | 2024.08.18 06:22:06.704540 [ 3 ] {90d11197-9824-4228-a450-e78e45357386} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
12487 | 2024.08.18 06:22:06.704598 [ 3 ] {} <Debug> HTTP-Session: 593e0edb-8c10-438b-b0e4-37492a73fbea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.08.18 06:22:06.704824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12489 | 2024.08.18 06:22:06.704876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12490 | 2024.08.18 06:22:06.704894 [ 3 ] {} <Debug> HTTP-Session: eac022de-39a2-4afc-a93c-dfe09316151f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12491 | 2024.08.18 06:22:06.704912 [ 3 ] {} <Debug> HTTP-Session: eac022de-39a2-4afc-a93c-dfe09316151f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.08.18 06:22:06.704925 [ 3 ] {} <Debug> HTTP-Session: eac022de-39a2-4afc-a93c-dfe09316151f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12493 | 2024.08.18 06:22:06.704957 [ 3 ] {} <Trace> HTTP-Session: eac022de-39a2-4afc-a93c-dfe09316151f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12494 | 2024.08.18 06:22:06.705053 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12495 | 2024.08.18 06:22:06.705099 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12496 | 2024.08.18 06:22:06.705242 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12497 | 2024.08.18 06:22:06.705513 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12498 | 2024.08.18 06:22:06.705548 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12499 | 2024.08.18 06:22:06.705883 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12500 | 2024.08.18 06:22:06.706189 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12501 | 2024.08.18 06:22:06.706310 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001281 sec., 780.64012490242 rows/sec., 52.60 KiB/sec. | ||
12502 | 2024.08.18 06:22:06.706629 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Debug> DynamicQueryHandler: Done processing query | ||
12503 | 2024.08.18 06:22:06.706653 [ 3 ] {2b0f754c-b2ac-44a3-8ad4-292126215ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12504 | 2024.08.18 06:22:06.706669 [ 3 ] {} <Debug> HTTP-Session: eac022de-39a2-4afc-a93c-dfe09316151f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.08.18 06:22:06.706829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12506 | 2024.08.18 06:22:06.706877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12507 | 2024.08.18 06:22:06.706896 [ 3 ] {} <Debug> HTTP-Session: 859be0a8-48d2-46d7-ba52-7b009297e4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12508 | 2024.08.18 06:22:06.706912 [ 3 ] {} <Debug> HTTP-Session: 859be0a8-48d2-46d7-ba52-7b009297e4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.08.18 06:22:06.706926 [ 3 ] {} <Debug> HTTP-Session: 859be0a8-48d2-46d7-ba52-7b009297e4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12510 | 2024.08.18 06:22:06.706956 [ 3 ] {} <Trace> HTTP-Session: 859be0a8-48d2-46d7-ba52-7b009297e4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12511 | 2024.08.18 06:22:06.707323 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12512 | 2024.08.18 06:22:06.707395 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <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 | ||
12513 | 2024.08.18 06:22:06.707820 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12514 | 2024.08.18 06:22:06.708467 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12515 | 2024.08.18 06:22:06.708502 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12516 | 2024.08.18 06:22:06.709123 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12517 | 2024.08.18 06:22:06.709516 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12518 | 2024.08.18 06:22:06.709666 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002628 sec., 9132.4200913242 rows/sec., 16.36 MiB/sec. | ||
12519 | 2024.08.18 06:22:06.709887 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Debug> DynamicQueryHandler: Done processing query | ||
12520 | 2024.08.18 06:22:06.709911 [ 3 ] {d9e49bd8-8f21-4fb9-8ed3-987c9c94d23a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12521 | 2024.08.18 06:22:06.709926 [ 3 ] {} <Debug> HTTP-Session: 859be0a8-48d2-46d7-ba52-7b009297e4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12522 | 2024.08.18 06:22:06.710059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12523 | 2024.08.18 06:22:06.710106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12524 | 2024.08.18 06:22:06.710124 [ 3 ] {} <Debug> HTTP-Session: 93200060-630b-4d87-8063-52235bc03c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12525 | 2024.08.18 06:22:06.710140 [ 3 ] {} <Debug> HTTP-Session: 93200060-630b-4d87-8063-52235bc03c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.08.18 06:22:06.710154 [ 3 ] {} <Debug> HTTP-Session: 93200060-630b-4d87-8063-52235bc03c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12527 | 2024.08.18 06:22:06.710184 [ 3 ] {} <Trace> HTTP-Session: 93200060-630b-4d87-8063-52235bc03c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12528 | 2024.08.18 06:22:06.710307 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12529 | 2024.08.18 06:22:06.710351 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12530 | 2024.08.18 06:22:06.710475 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12531 | 2024.08.18 06:22:06.710772 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12532 | 2024.08.18 06:22:06.710808 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12533 | 2024.08.18 06:22:06.711156 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12534 | 2024.08.18 06:22:06.711463 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12535 | 2024.08.18 06:22:06.711584 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001327 sec., 57272.042200452146 rows/sec., 3.61 MiB/sec. | ||
12536 | 2024.08.18 06:22:06.711844 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Debug> DynamicQueryHandler: Done processing query | ||
12537 | 2024.08.18 06:22:06.711903 [ 3 ] {bd08ad22-865a-4642-96b9-968a30f68db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12538 | 2024.08.18 06:22:06.711960 [ 3 ] {} <Debug> HTTP-Session: 93200060-630b-4d87-8063-52235bc03c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12539 | 2024.08.18 06:22:07.352117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12540 | 2024.08.18 06:22:07.352244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12541 | 2024.08.18 06:22:07.352273 [ 3 ] {} <Debug> HTTP-Session: b97bd910-8806-47f5-a292-7f4ada64eb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12542 | 2024.08.18 06:22:07.352301 [ 3 ] {} <Debug> HTTP-Session: b97bd910-8806-47f5-a292-7f4ada64eb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.08.18 06:22:07.352320 [ 3 ] {} <Debug> HTTP-Session: b97bd910-8806-47f5-a292-7f4ada64eb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12544 | 2024.08.18 06:22:07.352374 [ 3 ] {} <Trace> HTTP-Session: b97bd910-8806-47f5-a292-7f4ada64eb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12545 | 2024.08.18 06:22:07.352575 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12546 | 2024.08.18 06:22:07.352648 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12547 | 2024.08.18 06:22:07.352864 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12548 | 2024.08.18 06:22:07.353425 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12549 | 2024.08.18 06:22:07.353463 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12550 | 2024.08.18 06:22:07.353835 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12551 | 2024.08.18 06:22:07.354165 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12552 | 2024.08.18 06:22:07.354302 [ 100 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12553 | 2024.08.18 06:22:07.354307 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001799 sec., 14452.473596442467 rows/sec., 1.07 MiB/sec. | ||
12554 | 2024.08.18 06:22:07.354345 [ 100 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12555 | 2024.08.18 06:22:07.354384 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12556 | 2024.08.18 06:22:07.354516 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
12557 | 2024.08.18 06:22:07.354541 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Debug> DynamicQueryHandler: Done processing query | ||
12558 | 2024.08.18 06:22:07.354572 [ 3 ] {03bb04db-97c1-4ecc-a708-490b60142825} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12559 | 2024.08.18 06:22:07.354597 [ 3 ] {} <Debug> HTTP-Session: b97bd910-8806-47f5-a292-7f4ada64eb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.08.18 06:22:07.354670 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12561 | 2024.08.18 06:22:07.354704 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part | ||
12562 | 2024.08.18 06:22:07.354747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12563 | 2024.08.18 06:22:07.354805 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 85 rows starting from the beginning of the part | ||
12564 | 2024.08.18 06:22:07.354834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12565 | 2024.08.18 06:22:07.354924 [ 3 ] {} <Debug> HTTP-Session: 7f6aa37f-928e-46d9-9218-16c7ab4809a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12566 | 2024.08.18 06:22:07.355068 [ 3 ] {} <Debug> HTTP-Session: 7f6aa37f-928e-46d9-9218-16c7ab4809a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.08.18 06:22:07.355137 [ 3 ] {} <Debug> HTTP-Session: 7f6aa37f-928e-46d9-9218-16c7ab4809a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.08.18 06:22:07.355143 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 261 rows starting from the beginning of the part | ||
12569 | 2024.08.18 06:22:07.355250 [ 3 ] {} <Trace> HTTP-Session: 7f6aa37f-928e-46d9-9218-16c7ab4809a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12570 | 2024.08.18 06:22:07.355366 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 83 rows starting from the beginning of the part | ||
12571 | 2024.08.18 06:22:07.355558 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1405 rows starting from the beginning of the part | ||
12572 | 2024.08.18 06:22:07.355570 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12573 | 2024.08.18 06:22:07.355767 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12574 | 2024.08.18 06:22:07.355793 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
12575 | 2024.08.18 06:22:07.356361 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12576 | 2024.08.18 06:22:07.356859 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12577 | 2024.08.18 06:22:07.356903 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12578 | 2024.08.18 06:22:07.357342 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12579 | 2024.08.18 06:22:07.357677 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12580 | 2024.08.18 06:22:07.357800 [ 100 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12581 | 2024.08.18 06:22:07.357811 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002369 sec., 11819.333051920641 rows/sec., 944.00 KiB/sec. | ||
12582 | 2024.08.18 06:22:07.357851 [ 100 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12583 | 2024.08.18 06:22:07.357903 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12584 | 2024.08.18 06:22:07.358348 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Debug> DynamicQueryHandler: Done processing query | ||
12585 | 2024.08.18 06:22:07.358438 [ 3 ] {55d8e46e-fce9-4938-89e0-c23ca5656137} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12586 | 2024.08.18 06:22:07.358506 [ 3 ] {} <Debug> HTTP-Session: 7f6aa37f-928e-46d9-9218-16c7ab4809a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12587 | 2024.08.18 06:22:07.358500 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
12588 | 2024.08.18 06:22:07.358654 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3296 rows, containing 4 columns (4 merged, 0 gathered) in 0.004186088 sec., 787369.9740664792 rows/sec., 65.63 MiB/sec. | ||
12589 | 2024.08.18 06:22:07.358727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12590 | 2024.08.18 06:22:07.358897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12591 | 2024.08.18 06:22:07.358934 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12592 | 2024.08.18 06:22:07.358946 [ 3 ] {} <Debug> HTTP-Session: 2b4ae17d-33a2-434a-b187-c438c6ffd907 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12593 | 2024.08.18 06:22:07.358996 [ 3 ] {} <Debug> HTTP-Session: 2b4ae17d-33a2-434a-b187-c438c6ffd907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.08.18 06:22:07.359015 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
12595 | 2024.08.18 06:22:07.359025 [ 3 ] {} <Debug> HTTP-Session: 2b4ae17d-33a2-434a-b187-c438c6ffd907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12596 | 2024.08.18 06:22:07.359136 [ 3 ] {} <Trace> HTTP-Session: 2b4ae17d-33a2-434a-b187-c438c6ffd907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12597 | 2024.08.18 06:22:07.359310 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 77 rows starting from the beginning of the part | ||
12598 | 2024.08.18 06:22:07.359562 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12599 | 2024.08.18 06:22:07.359711 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 406 rows starting from the beginning of the part | ||
12600 | 2024.08.18 06:22:07.359797 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12601 | 2024.08.18 06:22:07.360146 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 73 rows starting from the beginning of the part | ||
12602 | 2024.08.18 06:22:07.360128 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12603 | 2024.08.18 06:22:07.360521 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 870 rows starting from the beginning of the part | ||
12604 | 2024.08.18 06:22:07.360982 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
12605 | 2024.08.18 06:22:07.361529 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12606 | 2024.08.18 06:22:07.362924 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12607 | 2024.08.18 06:22:07.362971 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12608 | 2024.08.18 06:22:07.363060 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12609 | 2024.08.18 06:22:07.363246 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_71_14} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12610 | 2024.08.18 06:22:07.363565 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
12611 | 2024.08.18 06:22:07.364006 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12612 | 2024.08.18 06:22:07.364399 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12613 | 2024.08.18 06:22:07.364597 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 4 columns (4 merged, 0 gathered) in 0.006537013 sec., 360868.18245580967 rows/sec., 26.25 MiB/sec. | ||
12614 | 2024.08.18 06:22:07.364655 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 | ||
12615 | 2024.08.18 06:22:07.364688 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.005332 sec., 3750.9377344336085 rows/sec., 266.30 KiB/sec. | ||
12616 | 2024.08.18 06:22:07.364737 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12617 | 2024.08.18 06:22:07.364821 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12618 | 2024.08.18 06:22:07.365013 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12619 | 2024.08.18 06:22:07.365062 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full | ||
12620 | 2024.08.18 06:22:07.365132 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Debug> DynamicQueryHandler: Done processing query | ||
12621 | 2024.08.18 06:22:07.365202 [ 3 ] {b9aca634-b3e4-46f8-b1d8-d8d83b0f8e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12622 | 2024.08.18 06:22:07.365242 [ 3 ] {} <Debug> HTTP-Session: 2b4ae17d-33a2-434a-b187-c438c6ffd907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12623 | 2024.08.18 06:22:07.365481 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12624 | 2024.08.18 06:22:07.365540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12625 | 2024.08.18 06:22:07.365638 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18618 rows starting from the beginning of the part | ||
12626 | 2024.08.18 06:22:07.365735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12627 | 2024.08.18 06:22:07.365840 [ 3 ] {} <Debug> HTTP-Session: 0ae94844-cf6b-4223-a661-1c90545406b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12628 | 2024.08.18 06:22:07.365941 [ 3 ] {} <Debug> HTTP-Session: 0ae94844-cf6b-4223-a661-1c90545406b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12629 | 2024.08.18 06:22:07.366036 [ 3 ] {} <Debug> HTTP-Session: 0ae94844-cf6b-4223-a661-1c90545406b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.08.18 06:22:07.366063 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 162 rows starting from the beginning of the part | ||
12631 | 2024.08.18 06:22:07.366209 [ 3 ] {} <Trace> HTTP-Session: 0ae94844-cf6b-4223-a661-1c90545406b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12632 | 2024.08.18 06:22:07.366588 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
12633 | 2024.08.18 06:22:07.366726 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12634 | 2024.08.18 06:22:07.366817 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12635 | 2024.08.18 06:22:07.366975 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12636 | 2024.08.18 06:22:07.367103 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
12637 | 2024.08.18 06:22:07.367241 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_71_14} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12638 | 2024.08.18 06:22:07.367533 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 905 rows starting from the beginning of the part | ||
12639 | 2024.08.18 06:22:07.367604 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
12640 | 2024.08.18 06:22:07.368597 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12641 | 2024.08.18 06:22:07.369038 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12642 | 2024.08.18 06:22:07.369074 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12643 | 2024.08.18 06:22:07.369477 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12644 | 2024.08.18 06:22:07.369883 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12645 | 2024.08.18 06:22:07.370030 [ 100 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12646 | 2024.08.18 06:22:07.370053 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.003525 sec., 1702.1276595744682 rows/sec., 119.40 KiB/sec. | ||
12647 | 2024.08.18 06:22:07.370087 [ 100 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12648 | 2024.08.18 06:22:07.370149 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12649 | 2024.08.18 06:22:07.370593 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Debug> DynamicQueryHandler: Done processing query | ||
12650 | 2024.08.18 06:22:07.370619 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
12651 | 2024.08.18 06:22:07.370641 [ 3 ] {4d3bd955-a56b-492d-bb78-dcfdf03eb34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12652 | 2024.08.18 06:22:07.370718 [ 3 ] {} <Debug> HTTP-Session: 0ae94844-cf6b-4223-a661-1c90545406b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12653 | 2024.08.18 06:22:07.371088 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12654 | 2024.08.18 06:22:07.371157 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3994 rows starting from the beginning of the part | ||
12655 | 2024.08.18 06:22:07.371408 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
12656 | 2024.08.18 06:22:07.371683 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
12657 | 2024.08.18 06:22:07.371797 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
12658 | 2024.08.18 06:22:07.372018 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 76 rows starting from the beginning of the part | ||
12659 | 2024.08.18 06:22:07.372292 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
12660 | 2024.08.18 06:22:07.374586 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4278 rows, containing 4 columns (4 merged, 0 gathered) in 0.004298141 sec., 995314.0206428779 rows/sec., 64.85 MiB/sec. | ||
12661 | 2024.08.18 06:22:07.375142 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20082 rows, containing 5 columns (5 merged, 0 gathered) in 0.010210381 sec., 1966821.806159829 rows/sec., 132.87 MiB/sec. | ||
12662 | 2024.08.18 06:22:07.375282 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12663 | 2024.08.18 06:22:07.375627 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
12664 | 2024.08.18 06:22:07.375892 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12665 | 2024.08.18 06:22:07.376120 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_71_14} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12666 | 2024.08.18 06:22:07.376315 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
12667 | 2024.08.18 06:22:07.376469 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12668 | 2024.08.18 06:22:07.376571 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 | ||
12669 | 2024.08.18 06:22:07.376660 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
12670 | 2024.08.18 06:22:10.226811 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12671 | 2024.08.18 06:22:10.226866 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12672 | 2024.08.18 06:22:12.359283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12673 | 2024.08.18 06:22:12.359410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12674 | 2024.08.18 06:22:12.359436 [ 3 ] {} <Debug> HTTP-Session: 4b8c2d80-9c32-4858-b26a-cfda467a165f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12675 | 2024.08.18 06:22:12.359461 [ 3 ] {} <Debug> HTTP-Session: 4b8c2d80-9c32-4858-b26a-cfda467a165f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12676 | 2024.08.18 06:22:12.359475 [ 3 ] {} <Debug> HTTP-Session: 4b8c2d80-9c32-4858-b26a-cfda467a165f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.08.18 06:22:12.359523 [ 3 ] {} <Trace> HTTP-Session: 4b8c2d80-9c32-4858-b26a-cfda467a165f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12678 | 2024.08.18 06:22:12.359707 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12679 | 2024.08.18 06:22:12.359774 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12680 | 2024.08.18 06:22:12.359964 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12681 | 2024.08.18 06:22:12.360401 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12682 | 2024.08.18 06:22:12.360443 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12683 | 2024.08.18 06:22:12.360806 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12684 | 2024.08.18 06:22:12.361155 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12685 | 2024.08.18 06:22:12.361319 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001668 sec., 5395.6834532374105 rows/sec., 437.35 KiB/sec. | ||
12686 | 2024.08.18 06:22:12.361536 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Debug> DynamicQueryHandler: Done processing query | ||
12687 | 2024.08.18 06:22:12.361563 [ 3 ] {fde88ab8-558b-4dc0-84b8-37bd29ca0540} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12688 | 2024.08.18 06:22:12.361580 [ 3 ] {} <Debug> HTTP-Session: 4b8c2d80-9c32-4858-b26a-cfda467a165f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12689 | 2024.08.18 06:22:12.361718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12690 | 2024.08.18 06:22:12.361768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12691 | 2024.08.18 06:22:12.361788 [ 3 ] {} <Debug> HTTP-Session: d4bc8b36-f2bf-4171-ab2d-80a62c7f8f56 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12692 | 2024.08.18 06:22:12.361804 [ 3 ] {} <Debug> HTTP-Session: d4bc8b36-f2bf-4171-ab2d-80a62c7f8f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12693 | 2024.08.18 06:22:12.361818 [ 3 ] {} <Debug> HTTP-Session: d4bc8b36-f2bf-4171-ab2d-80a62c7f8f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12694 | 2024.08.18 06:22:12.361850 [ 3 ] {} <Trace> HTTP-Session: d4bc8b36-f2bf-4171-ab2d-80a62c7f8f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12695 | 2024.08.18 06:22:12.361946 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12696 | 2024.08.18 06:22:12.361990 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12697 | 2024.08.18 06:22:12.362121 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12698 | 2024.08.18 06:22:12.362430 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12699 | 2024.08.18 06:22:12.362468 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12700 | 2024.08.18 06:22:12.362772 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
12701 | 2024.08.18 06:22:12.363087 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12702 | 2024.08.18 06:22:12.363249 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. | ||
12703 | 2024.08.18 06:22:12.363421 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Debug> DynamicQueryHandler: Done processing query | ||
12704 | 2024.08.18 06:22:12.363446 [ 3 ] {99eac034-018e-4775-9a26-6af4a7f8b123} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12705 | 2024.08.18 06:22:12.363462 [ 3 ] {} <Debug> HTTP-Session: d4bc8b36-f2bf-4171-ab2d-80a62c7f8f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.08.18 06:22:12.363635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12707 | 2024.08.18 06:22:12.363684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12708 | 2024.08.18 06:22:12.363703 [ 3 ] {} <Debug> HTTP-Session: 42442d7b-74bb-42bb-99bf-95e560f003fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12709 | 2024.08.18 06:22:12.363719 [ 3 ] {} <Debug> HTTP-Session: 42442d7b-74bb-42bb-99bf-95e560f003fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12710 | 2024.08.18 06:22:12.363733 [ 3 ] {} <Debug> HTTP-Session: 42442d7b-74bb-42bb-99bf-95e560f003fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12711 | 2024.08.18 06:22:12.363764 [ 3 ] {} <Trace> HTTP-Session: 42442d7b-74bb-42bb-99bf-95e560f003fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12712 | 2024.08.18 06:22:12.363882 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12713 | 2024.08.18 06:22:12.363925 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12714 | 2024.08.18 06:22:12.364054 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12715 | 2024.08.18 06:22:12.364403 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12716 | 2024.08.18 06:22:12.364440 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12717 | 2024.08.18 06:22:12.364765 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12718 | 2024.08.18 06:22:12.365074 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12719 | 2024.08.18 06:22:12.365222 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.001379 sec., 60913.705583756346 rows/sec., 4.86 MiB/sec. | ||
12720 | 2024.08.18 06:22:12.365470 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Debug> DynamicQueryHandler: Done processing query | ||
12721 | 2024.08.18 06:22:12.365527 [ 3 ] {95144a7a-e8d7-4c22-a7cd-765ace6b5676} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12722 | 2024.08.18 06:22:12.365592 [ 3 ] {} <Debug> HTTP-Session: 42442d7b-74bb-42bb-99bf-95e560f003fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12723 | 2024.08.18 06:22:12.365776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12724 | 2024.08.18 06:22:12.365850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12725 | 2024.08.18 06:22:12.365874 [ 3 ] {} <Debug> HTTP-Session: 6d6c6f69-1049-4943-bfb9-48f13a129376 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12726 | 2024.08.18 06:22:12.365895 [ 3 ] {} <Debug> HTTP-Session: 6d6c6f69-1049-4943-bfb9-48f13a129376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12727 | 2024.08.18 06:22:12.365912 [ 3 ] {} <Debug> HTTP-Session: 6d6c6f69-1049-4943-bfb9-48f13a129376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12728 | 2024.08.18 06:22:12.365954 [ 3 ] {} <Trace> HTTP-Session: 6d6c6f69-1049-4943-bfb9-48f13a129376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12729 | 2024.08.18 06:22:12.366079 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12730 | 2024.08.18 06:22:12.366132 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12731 | 2024.08.18 06:22:12.366304 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12732 | 2024.08.18 06:22:12.366601 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12733 | 2024.08.18 06:22:12.366638 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12734 | 2024.08.18 06:22:12.366937 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
12735 | 2024.08.18 06:22:12.367263 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12736 | 2024.08.18 06:22:12.367417 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001363 sec., 1467.3514306676448 rows/sec., 102.46 KiB/sec. | ||
12737 | 2024.08.18 06:22:12.367597 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Debug> DynamicQueryHandler: Done processing query | ||
12738 | 2024.08.18 06:22:12.367621 [ 3 ] {1dba9ece-46d6-4715-990a-d60281df517f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12739 | 2024.08.18 06:22:12.367637 [ 3 ] {} <Debug> HTTP-Session: 6d6c6f69-1049-4943-bfb9-48f13a129376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12740 | 2024.08.18 06:22:12.367764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12741 | 2024.08.18 06:22:12.367812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12742 | 2024.08.18 06:22:12.367830 [ 3 ] {} <Debug> HTTP-Session: 0f463538-23e0-4513-bf71-8dd815f3dea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12743 | 2024.08.18 06:22:12.367847 [ 3 ] {} <Debug> HTTP-Session: 0f463538-23e0-4513-bf71-8dd815f3dea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12744 | 2024.08.18 06:22:12.367869 [ 3 ] {} <Debug> HTTP-Session: 0f463538-23e0-4513-bf71-8dd815f3dea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12745 | 2024.08.18 06:22:12.367901 [ 3 ] {} <Trace> HTTP-Session: 0f463538-23e0-4513-bf71-8dd815f3dea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12746 | 2024.08.18 06:22:12.368014 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12747 | 2024.08.18 06:22:12.368056 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12748 | 2024.08.18 06:22:12.368184 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12749 | 2024.08.18 06:22:12.368508 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12750 | 2024.08.18 06:22:12.368543 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12751 | 2024.08.18 06:22:12.368842 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12752 | 2024.08.18 06:22:12.369132 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12753 | 2024.08.18 06:22:12.369276 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001295 sec., 57915.05791505792 rows/sec., 4.52 MiB/sec. | ||
12754 | 2024.08.18 06:22:12.369452 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Debug> DynamicQueryHandler: Done processing query | ||
12755 | 2024.08.18 06:22:12.369476 [ 3 ] {c34d776d-59aa-421a-be27-a0be0d00bc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12756 | 2024.08.18 06:22:12.369492 [ 3 ] {} <Debug> HTTP-Session: 0f463538-23e0-4513-bf71-8dd815f3dea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12757 | 2024.08.18 06:22:12.369654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12758 | 2024.08.18 06:22:12.369701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12759 | 2024.08.18 06:22:12.369719 [ 3 ] {} <Debug> HTTP-Session: 3dad0ae1-7b42-4e89-b99c-c8e80881637f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12760 | 2024.08.18 06:22:12.369735 [ 3 ] {} <Debug> HTTP-Session: 3dad0ae1-7b42-4e89-b99c-c8e80881637f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12761 | 2024.08.18 06:22:12.369749 [ 3 ] {} <Debug> HTTP-Session: 3dad0ae1-7b42-4e89-b99c-c8e80881637f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12762 | 2024.08.18 06:22:12.369779 [ 3 ] {} <Trace> HTTP-Session: 3dad0ae1-7b42-4e89-b99c-c8e80881637f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12763 | 2024.08.18 06:22:12.369920 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12764 | 2024.08.18 06:22:12.369966 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12765 | 2024.08.18 06:22:12.370108 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12766 | 2024.08.18 06:22:12.370506 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12767 | 2024.08.18 06:22:12.370543 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12768 | 2024.08.18 06:22:12.370918 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12769 | 2024.08.18 06:22:12.371245 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12770 | 2024.08.18 06:22:12.371398 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001537 sec., 104749.51203643462 rows/sec., 7.29 MiB/sec. | ||
12771 | 2024.08.18 06:22:12.371573 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Debug> DynamicQueryHandler: Done processing query | ||
12772 | 2024.08.18 06:22:12.371597 [ 3 ] {c41eca91-40d4-4cd1-a340-4e348a47e63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12773 | 2024.08.18 06:22:12.371613 [ 3 ] {} <Debug> HTTP-Session: 3dad0ae1-7b42-4e89-b99c-c8e80881637f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12774 | 2024.08.18 06:22:12.371736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12775 | 2024.08.18 06:22:12.371783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12776 | 2024.08.18 06:22:12.371801 [ 3 ] {} <Debug> HTTP-Session: 9bfba719-8ab2-464c-882e-c39f6d142c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12777 | 2024.08.18 06:22:12.371817 [ 3 ] {} <Debug> HTTP-Session: 9bfba719-8ab2-464c-882e-c39f6d142c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12778 | 2024.08.18 06:22:12.371832 [ 3 ] {} <Debug> HTTP-Session: 9bfba719-8ab2-464c-882e-c39f6d142c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12779 | 2024.08.18 06:22:12.371866 [ 3 ] {} <Trace> HTTP-Session: 9bfba719-8ab2-464c-882e-c39f6d142c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12780 | 2024.08.18 06:22:12.372034 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12781 | 2024.08.18 06:22:12.372096 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <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 | ||
12782 | 2024.08.18 06:22:12.372501 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12783 | 2024.08.18 06:22:12.373023 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12784 | 2024.08.18 06:22:12.373058 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12785 | 2024.08.18 06:22:12.373635 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12786 | 2024.08.18 06:22:12.374045 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12787 | 2024.08.18 06:22:12.374239 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002296 sec., 3919.8606271777007 rows/sec., 7.02 MiB/sec. | ||
12788 | 2024.08.18 06:22:12.374735 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Debug> DynamicQueryHandler: Done processing query | ||
12789 | 2024.08.18 06:22:12.374775 [ 3 ] {fa903881-8658-4bcf-a859-340c4da1535c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12790 | 2024.08.18 06:22:12.374797 [ 3 ] {} <Debug> HTTP-Session: 9bfba719-8ab2-464c-882e-c39f6d142c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12791 | 2024.08.18 06:22:12.374958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12792 | 2024.08.18 06:22:12.375008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12793 | 2024.08.18 06:22:12.375027 [ 3 ] {} <Debug> HTTP-Session: dd8a7811-937e-4203-b06a-a08b50576a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12794 | 2024.08.18 06:22:12.375043 [ 3 ] {} <Debug> HTTP-Session: dd8a7811-937e-4203-b06a-a08b50576a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12795 | 2024.08.18 06:22:12.375057 [ 3 ] {} <Debug> HTTP-Session: dd8a7811-937e-4203-b06a-a08b50576a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12796 | 2024.08.18 06:22:12.375087 [ 3 ] {} <Trace> HTTP-Session: dd8a7811-937e-4203-b06a-a08b50576a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12797 | 2024.08.18 06:22:12.375201 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12798 | 2024.08.18 06:22:12.375248 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12799 | 2024.08.18 06:22:12.375390 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12800 | 2024.08.18 06:22:12.375684 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12801 | 2024.08.18 06:22:12.375720 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12802 | 2024.08.18 06:22:12.376074 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12803 | 2024.08.18 06:22:12.376394 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12804 | 2024.08.18 06:22:12.376538 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
12805 | 2024.08.18 06:22:12.376705 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Debug> DynamicQueryHandler: Done processing query | ||
12806 | 2024.08.18 06:22:12.376730 [ 3 ] {b0ca89e6-e338-4386-a402-88d63a881f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12807 | 2024.08.18 06:22:12.376745 [ 3 ] {} <Debug> HTTP-Session: dd8a7811-937e-4203-b06a-a08b50576a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12808 | 2024.08.18 06:22:17.364288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12809 | 2024.08.18 06:22:17.364419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12810 | 2024.08.18 06:22:17.364445 [ 3 ] {} <Debug> HTTP-Session: c2383055-f35c-4e78-9978-42195fe5d8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12811 | 2024.08.18 06:22:17.364469 [ 3 ] {} <Debug> HTTP-Session: c2383055-f35c-4e78-9978-42195fe5d8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12812 | 2024.08.18 06:22:17.364483 [ 3 ] {} <Debug> HTTP-Session: c2383055-f35c-4e78-9978-42195fe5d8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12813 | 2024.08.18 06:22:17.364531 [ 3 ] {} <Trace> HTTP-Session: c2383055-f35c-4e78-9978-42195fe5d8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12814 | 2024.08.18 06:22:17.364721 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12815 | 2024.08.18 06:22:17.364787 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12816 | 2024.08.18 06:22:17.364977 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12817 | 2024.08.18 06:22:17.365413 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12818 | 2024.08.18 06:22:17.365456 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12819 | 2024.08.18 06:22:17.365820 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12820 | 2024.08.18 06:22:17.366155 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12821 | 2024.08.18 06:22:17.366320 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001652 sec., 14527.845036319612 rows/sec., 1.15 MiB/sec. | ||
12822 | 2024.08.18 06:22:17.366518 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Debug> DynamicQueryHandler: Done processing query | ||
12823 | 2024.08.18 06:22:17.366545 [ 3 ] {92d5cfdc-d99c-49bd-b8a6-f30287fde865} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12824 | 2024.08.18 06:22:17.366562 [ 3 ] {} <Debug> HTTP-Session: c2383055-f35c-4e78-9978-42195fe5d8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12825 | 2024.08.18 06:22:17.366787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12826 | 2024.08.18 06:22:17.366837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12827 | 2024.08.18 06:22:17.366857 [ 3 ] {} <Debug> HTTP-Session: fd002b40-3dfe-4c92-9c1b-a63c189539d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12828 | 2024.08.18 06:22:17.366873 [ 3 ] {} <Debug> HTTP-Session: fd002b40-3dfe-4c92-9c1b-a63c189539d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12829 | 2024.08.18 06:22:17.366887 [ 3 ] {} <Debug> HTTP-Session: fd002b40-3dfe-4c92-9c1b-a63c189539d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12830 | 2024.08.18 06:22:17.366918 [ 3 ] {} <Trace> HTTP-Session: fd002b40-3dfe-4c92-9c1b-a63c189539d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12831 | 2024.08.18 06:22:17.367090 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12832 | 2024.08.18 06:22:17.367133 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12833 | 2024.08.18 06:22:17.367260 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12834 | 2024.08.18 06:22:17.367704 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12835 | 2024.08.18 06:22:17.367741 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12836 | 2024.08.18 06:22:17.368065 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12837 | 2024.08.18 06:22:17.368386 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12838 | 2024.08.18 06:22:17.368537 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001531 sec., 170476.81254082298 rows/sec., 14.91 MiB/sec. | ||
12839 | 2024.08.18 06:22:17.368707 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Debug> DynamicQueryHandler: Done processing query | ||
12840 | 2024.08.18 06:22:17.368731 [ 3 ] {0a805461-ef9c-4a19-b049-90368078c664} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
12841 | 2024.08.18 06:22:17.368746 [ 3 ] {} <Debug> HTTP-Session: fd002b40-3dfe-4c92-9c1b-a63c189539d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12842 | 2024.08.18 06:22:17.368888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12843 | 2024.08.18 06:22:17.368935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12844 | 2024.08.18 06:22:17.368954 [ 3 ] {} <Debug> HTTP-Session: c35c6c7f-dc62-40ce-a1b1-059fb4f0d373 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12845 | 2024.08.18 06:22:17.368971 [ 3 ] {} <Debug> HTTP-Session: c35c6c7f-dc62-40ce-a1b1-059fb4f0d373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12846 | 2024.08.18 06:22:17.368985 [ 3 ] {} <Debug> HTTP-Session: c35c6c7f-dc62-40ce-a1b1-059fb4f0d373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12847 | 2024.08.18 06:22:17.369015 [ 3 ] {} <Trace> HTTP-Session: c35c6c7f-dc62-40ce-a1b1-059fb4f0d373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12848 | 2024.08.18 06:22:17.369113 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12849 | 2024.08.18 06:22:17.369155 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12850 | 2024.08.18 06:22:17.369280 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12851 | 2024.08.18 06:22:17.369558 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12852 | 2024.08.18 06:22:17.369595 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12853 | 2024.08.18 06:22:17.369895 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12854 | 2024.08.18 06:22:17.370190 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12855 | 2024.08.18 06:22:17.370339 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001246 sec., 11235.955056179775 rows/sec., 786.89 KiB/sec. | ||
12856 | 2024.08.18 06:22:17.370343 [ 95 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12857 | 2024.08.18 06:22:17.370451 [ 95 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12858 | 2024.08.18 06:22:17.370493 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12859 | 2024.08.18 06:22:17.370579 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Debug> DynamicQueryHandler: Done processing query | ||
12860 | 2024.08.18 06:22:17.370649 [ 3 ] {e0631db9-ba7e-452a-a962-b43300690e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12861 | 2024.08.18 06:22:17.370699 [ 3 ] {} <Debug> HTTP-Session: c35c6c7f-dc62-40ce-a1b1-059fb4f0d373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12862 | 2024.08.18 06:22:17.370808 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
12863 | 2024.08.18 06:22:17.370941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12864 | 2024.08.18 06:22:17.371115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12865 | 2024.08.18 06:22:17.371220 [ 3 ] {} <Debug> HTTP-Session: 7180aa34-b516-4fd6-9a19-b3fd0bb0268a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12866 | 2024.08.18 06:22:17.371289 [ 3 ] {} <Debug> HTTP-Session: 7180aa34-b516-4fd6-9a19-b3fd0bb0268a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.08.18 06:22:17.371352 [ 3 ] {} <Debug> HTTP-Session: 7180aa34-b516-4fd6-9a19-b3fd0bb0268a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.08.18 06:22:17.371442 [ 3 ] {} <Trace> HTTP-Session: 7180aa34-b516-4fd6-9a19-b3fd0bb0268a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12869 | 2024.08.18 06:22:17.371464 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12870 | 2024.08.18 06:22:17.371519 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
12871 | 2024.08.18 06:22:17.371563 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12872 | 2024.08.18 06:22:17.371622 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12873 | 2024.08.18 06:22:17.371685 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
12874 | 2024.08.18 06:22:17.372195 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
12875 | 2024.08.18 06:22:17.372576 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
12876 | 2024.08.18 06:22:17.372667 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12877 | 2024.08.18 06:22:17.372815 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
12878 | 2024.08.18 06:22:17.373107 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
12879 | 2024.08.18 06:22:17.373718 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12880 | 2024.08.18 06:22:17.373759 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
12881 | 2024.08.18 06:22:17.374261 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12882 | 2024.08.18 06:22:17.374769 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12883 | 2024.08.18 06:22:17.375123 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003574 sec., 1678.7912702853946 rows/sec., 99.19 KiB/sec. | ||
12884 | 2024.08.18 06:22:17.375134 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562216 sec., 168339.24566482604 rows/sec., 10.78 MiB/sec. | ||
12885 | 2024.08.18 06:22:17.375495 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12886 | 2024.08.18 06:22:17.375628 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Debug> DynamicQueryHandler: Done processing query | ||
12887 | 2024.08.18 06:22:17.375728 [ 3 ] {c02c9435-9b1e-45fa-b7d6-7a7db6203f26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12888 | 2024.08.18 06:22:17.375814 [ 3 ] {} <Debug> HTTP-Session: 7180aa34-b516-4fd6-9a19-b3fd0bb0268a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12889 | 2024.08.18 06:22:17.376027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12890 | 2024.08.18 06:22:17.376089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12891 | 2024.08.18 06:22:17.376115 [ 3 ] {} <Debug> HTTP-Session: 8f1c1b95-d54f-4fef-8737-5d294820b9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12892 | 2024.08.18 06:22:17.376139 [ 3 ] {} <Debug> HTTP-Session: 8f1c1b95-d54f-4fef-8737-5d294820b9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12893 | 2024.08.18 06:22:17.376152 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12894 | 2024.08.18 06:22:17.376158 [ 3 ] {} <Debug> HTTP-Session: 8f1c1b95-d54f-4fef-8737-5d294820b9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12895 | 2024.08.18 06:22:17.376205 [ 3 ] {} <Trace> HTTP-Session: 8f1c1b95-d54f-4fef-8737-5d294820b9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12896 | 2024.08.18 06:22:17.376249 [ 192 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_31_6} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12897 | 2024.08.18 06:22:17.376339 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
12898 | 2024.08.18 06:22:17.376436 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12899 | 2024.08.18 06:22:17.376480 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12900 | 2024.08.18 06:22:17.376613 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12901 | 2024.08.18 06:22:17.377175 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12902 | 2024.08.18 06:22:17.377213 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12903 | 2024.08.18 06:22:17.377551 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12904 | 2024.08.18 06:22:17.377853 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12905 | 2024.08.18 06:22:17.378001 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001682 sec., 241379.3103448276 rows/sec., 17.19 MiB/sec. | ||
12906 | 2024.08.18 06:22:17.378166 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Debug> DynamicQueryHandler: Done processing query | ||
12907 | 2024.08.18 06:22:17.378190 [ 3 ] {182e780d-0753-4487-be15-4623eb4bcc60} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12908 | 2024.08.18 06:22:17.378206 [ 3 ] {} <Debug> HTTP-Session: 8f1c1b95-d54f-4fef-8737-5d294820b9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12909 | 2024.08.18 06:22:17.378422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12910 | 2024.08.18 06:22:17.378469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12911 | 2024.08.18 06:22:17.378488 [ 3 ] {} <Debug> HTTP-Session: 0064b7b2-d82b-4ad4-bd7f-0d4938dd636b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12912 | 2024.08.18 06:22:17.378504 [ 3 ] {} <Debug> HTTP-Session: 0064b7b2-d82b-4ad4-bd7f-0d4938dd636b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12913 | 2024.08.18 06:22:17.378517 [ 3 ] {} <Debug> HTTP-Session: 0064b7b2-d82b-4ad4-bd7f-0d4938dd636b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12914 | 2024.08.18 06:22:17.378549 [ 3 ] {} <Trace> HTTP-Session: 0064b7b2-d82b-4ad4-bd7f-0d4938dd636b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12915 | 2024.08.18 06:22:17.378645 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12916 | 2024.08.18 06:22:17.378689 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12917 | 2024.08.18 06:22:17.378817 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12918 | 2024.08.18 06:22:17.379093 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12919 | 2024.08.18 06:22:17.379130 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12920 | 2024.08.18 06:22:17.379493 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12921 | 2024.08.18 06:22:17.379808 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12922 | 2024.08.18 06:22:17.379959 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
12923 | 2024.08.18 06:22:17.379970 [ 95 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12924 | 2024.08.18 06:22:17.380046 [ 95 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12925 | 2024.08.18 06:22:17.380096 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12926 | 2024.08.18 06:22:17.380241 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Debug> DynamicQueryHandler: Done processing query | ||
12927 | 2024.08.18 06:22:17.380323 [ 3 ] {7cc177c9-6590-48ae-abec-42fccfd5f0e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12928 | 2024.08.18 06:22:17.380396 [ 3 ] {} <Debug> HTTP-Session: 0064b7b2-d82b-4ad4-bd7f-0d4938dd636b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12929 | 2024.08.18 06:22:17.380525 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12930 | 2024.08.18 06:22:17.380658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12931 | 2024.08.18 06:22:17.380766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12932 | 2024.08.18 06:22:17.380819 [ 3 ] {} <Debug> HTTP-Session: 185bd0b3-c3ec-4424-b6e5-e20e6623ffd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12933 | 2024.08.18 06:22:17.380867 [ 3 ] {} <Debug> HTTP-Session: 185bd0b3-c3ec-4424-b6e5-e20e6623ffd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.08.18 06:22:17.380880 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12935 | 2024.08.18 06:22:17.380899 [ 3 ] {} <Debug> HTTP-Session: 185bd0b3-c3ec-4424-b6e5-e20e6623ffd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12936 | 2024.08.18 06:22:17.380958 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12937 | 2024.08.18 06:22:17.380972 [ 3 ] {} <Trace> HTTP-Session: 185bd0b3-c3ec-4424-b6e5-e20e6623ffd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12938 | 2024.08.18 06:22:17.381209 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12939 | 2024.08.18 06:22:17.381351 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12940 | 2024.08.18 06:22:17.381520 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12941 | 2024.08.18 06:22:17.381543 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12942 | 2024.08.18 06:22:17.381875 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12943 | 2024.08.18 06:22:17.382254 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12944 | 2024.08.18 06:22:17.382635 [ 197 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
12945 | 2024.08.18 06:22:17.382954 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12946 | 2024.08.18 06:22:17.384163 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12947 | 2024.08.18 06:22:17.384237 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
12948 | 2024.08.18 06:22:17.385455 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12949 | 2024.08.18 06:22:17.385484 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005281648 sec., 35216.280978967174 rows/sec., 1.80 MiB/sec. | ||
12950 | 2024.08.18 06:22:17.385786 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12951 | 2024.08.18 06:22:17.386085 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12952 | 2024.08.18 06:22:17.386561 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005393 sec., 43945.85573892082 rows/sec., 2.95 MiB/sec. | ||
12953 | 2024.08.18 06:22:17.386891 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_31_6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12954 | 2024.08.18 06:22:17.386907 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Debug> DynamicQueryHandler: Done processing query | ||
12955 | 2024.08.18 06:22:17.386960 [ 3 ] {b4347821-a8df-42e6-8789-6b1af6df6c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12956 | 2024.08.18 06:22:17.386991 [ 3 ] {} <Debug> HTTP-Session: 185bd0b3-c3ec-4424-b6e5-e20e6623ffd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12957 | 2024.08.18 06:22:17.387076 [ 190 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_31_6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12958 | 2024.08.18 06:22:17.387194 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12959 | 2024.08.18 06:22:17.387217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12960 | 2024.08.18 06:22:17.387283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12961 | 2024.08.18 06:22:17.387303 [ 3 ] {} <Debug> HTTP-Session: 4d45d5e9-88e3-49cf-81fc-31b6516919c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12962 | 2024.08.18 06:22:17.387319 [ 3 ] {} <Debug> HTTP-Session: 4d45d5e9-88e3-49cf-81fc-31b6516919c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12963 | 2024.08.18 06:22:17.387333 [ 3 ] {} <Debug> HTTP-Session: 4d45d5e9-88e3-49cf-81fc-31b6516919c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12964 | 2024.08.18 06:22:17.387366 [ 3 ] {} <Trace> HTTP-Session: 4d45d5e9-88e3-49cf-81fc-31b6516919c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12965 | 2024.08.18 06:22:17.387468 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12966 | 2024.08.18 06:22:17.387516 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12967 | 2024.08.18 06:22:17.387670 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12968 | 2024.08.18 06:22:17.387942 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12969 | 2024.08.18 06:22:17.387987 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12970 | 2024.08.18 06:22:17.388431 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12971 | 2024.08.18 06:22:17.388764 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12972 | 2024.08.18 06:22:17.388928 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
12973 | 2024.08.18 06:22:17.389092 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Debug> DynamicQueryHandler: Done processing query | ||
12974 | 2024.08.18 06:22:17.389118 [ 3 ] {9073e1ad-76c0-49cd-874d-06c6e26e9172} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12975 | 2024.08.18 06:22:17.389135 [ 3 ] {} <Debug> HTTP-Session: 4d45d5e9-88e3-49cf-81fc-31b6516919c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12976 | 2024.08.18 06:22:17.389296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12977 | 2024.08.18 06:22:17.389348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12978 | 2024.08.18 06:22:17.389367 [ 3 ] {} <Debug> HTTP-Session: 66732366-255f-4dc6-a9e9-bb9d3c0e2e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12979 | 2024.08.18 06:22:17.389383 [ 3 ] {} <Debug> HTTP-Session: 66732366-255f-4dc6-a9e9-bb9d3c0e2e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12980 | 2024.08.18 06:22:17.389396 [ 3 ] {} <Debug> HTTP-Session: 66732366-255f-4dc6-a9e9-bb9d3c0e2e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12981 | 2024.08.18 06:22:17.389427 [ 3 ] {} <Trace> HTTP-Session: 66732366-255f-4dc6-a9e9-bb9d3c0e2e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12982 | 2024.08.18 06:22:17.389699 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12983 | 2024.08.18 06:22:17.389762 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <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 | ||
12984 | 2024.08.18 06:22:17.390186 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12985 | 2024.08.18 06:22:17.390894 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12986 | 2024.08.18 06:22:17.390931 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
12987 | 2024.08.18 06:22:17.391521 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12988 | 2024.08.18 06:22:17.391914 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12989 | 2024.08.18 06:22:17.392113 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002591 sec., 9262.832883056735 rows/sec., 16.60 MiB/sec. | ||
12990 | 2024.08.18 06:22:17.392573 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Debug> DynamicQueryHandler: Done processing query | ||
12991 | 2024.08.18 06:22:17.392611 [ 3 ] {9c1b8451-8f6b-4adc-9d9b-e0b035586822} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12992 | 2024.08.18 06:22:17.392628 [ 3 ] {} <Debug> HTTP-Session: 66732366-255f-4dc6-a9e9-bb9d3c0e2e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12993 | 2024.08.18 06:22:17.392787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12994 | 2024.08.18 06:22:17.392854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12995 | 2024.08.18 06:22:17.392878 [ 3 ] {} <Debug> HTTP-Session: da6b94f3-9053-4204-9490-52fedb98377b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
12996 | 2024.08.18 06:22:17.392899 [ 3 ] {} <Debug> HTTP-Session: da6b94f3-9053-4204-9490-52fedb98377b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12997 | 2024.08.18 06:22:17.392916 [ 3 ] {} <Debug> HTTP-Session: da6b94f3-9053-4204-9490-52fedb98377b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12998 | 2024.08.18 06:22:17.392956 [ 3 ] {} <Trace> HTTP-Session: da6b94f3-9053-4204-9490-52fedb98377b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12999 | 2024.08.18 06:22:17.393106 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13000 | 2024.08.18 06:22:17.393161 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13001 | 2024.08.18 06:22:17.393333 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13002 | 2024.08.18 06:22:17.393655 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13003 | 2024.08.18 06:22:17.393692 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13004 | 2024.08.18 06:22:17.394055 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13005 | 2024.08.18 06:22:17.394384 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13006 | 2024.08.18 06:22:17.394532 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
13007 | 2024.08.18 06:22:17.394709 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Debug> DynamicQueryHandler: Done processing query | ||
13008 | 2024.08.18 06:22:17.394734 [ 3 ] {272fe2b5-f363-4d91-9220-5e6218921f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13009 | 2024.08.18 06:22:17.394749 [ 3 ] {} <Debug> HTTP-Session: da6b94f3-9053-4204-9490-52fedb98377b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13010 | 2024.08.18 06:22:22.359409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13011 | 2024.08.18 06:22:22.359537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13012 | 2024.08.18 06:22:22.359562 [ 3 ] {} <Debug> HTTP-Session: df9e81a4-ea52-4ec8-a1d8-d00aebb571c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13013 | 2024.08.18 06:22:22.359585 [ 3 ] {} <Debug> HTTP-Session: df9e81a4-ea52-4ec8-a1d8-d00aebb571c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13014 | 2024.08.18 06:22:22.359600 [ 3 ] {} <Debug> HTTP-Session: df9e81a4-ea52-4ec8-a1d8-d00aebb571c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13015 | 2024.08.18 06:22:22.359649 [ 3 ] {} <Trace> HTTP-Session: df9e81a4-ea52-4ec8-a1d8-d00aebb571c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13016 | 2024.08.18 06:22:22.359828 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13017 | 2024.08.18 06:22:22.359892 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13018 | 2024.08.18 06:22:22.360081 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13019 | 2024.08.18 06:22:22.360464 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13020 | 2024.08.18 06:22:22.360506 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13021 | 2024.08.18 06:22:22.360862 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
13022 | 2024.08.18 06:22:22.361194 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13023 | 2024.08.18 06:22:22.361342 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001567 sec., 5743.458838544991 rows/sec., 465.53 KiB/sec. | ||
13024 | 2024.08.18 06:22:22.361387 [ 90 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
13025 | 2024.08.18 06:22:22.361498 [ 90 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13026 | 2024.08.18 06:22:22.361539 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13027 | 2024.08.18 06:22:22.361613 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Debug> DynamicQueryHandler: Done processing query | ||
13028 | 2024.08.18 06:22:22.361672 [ 3 ] {ba158245-8a70-402d-9262-4b8879178bdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13029 | 2024.08.18 06:22:22.361731 [ 3 ] {} <Debug> HTTP-Session: df9e81a4-ea52-4ec8-a1d8-d00aebb571c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13030 | 2024.08.18 06:22:22.361782 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
13031 | 2024.08.18 06:22:22.361939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13032 | 2024.08.18 06:22:22.362048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13033 | 2024.08.18 06:22:22.362062 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13034 | 2024.08.18 06:22:22.362078 [ 3 ] {} <Debug> HTTP-Session: e3964787-e951-4e7e-98a3-3dd5c144a8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13035 | 2024.08.18 06:22:22.362125 [ 3 ] {} <Debug> HTTP-Session: e3964787-e951-4e7e-98a3-3dd5c144a8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13036 | 2024.08.18 06:22:22.362125 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 33 rows starting from the beginning of the part | ||
13037 | 2024.08.18 06:22:22.362148 [ 3 ] {} <Debug> HTTP-Session: e3964787-e951-4e7e-98a3-3dd5c144a8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13038 | 2024.08.18 06:22:22.362225 [ 3 ] {} <Trace> HTTP-Session: e3964787-e951-4e7e-98a3-3dd5c144a8b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13039 | 2024.08.18 06:22:22.362382 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
13040 | 2024.08.18 06:22:22.362554 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13041 | 2024.08.18 06:22:22.362648 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part | ||
13042 | 2024.08.18 06:22:22.362692 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13043 | 2024.08.18 06:22:22.363028 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part | ||
13044 | 2024.08.18 06:22:22.363412 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part | ||
13045 | 2024.08.18 06:22:22.363750 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part | ||
13046 | 2024.08.18 06:22:22.363929 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13047 | 2024.08.18 06:22:22.364958 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13048 | 2024.08.18 06:22:22.365016 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13049 | 2024.08.18 06:22:22.365905 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13050 | 2024.08.18 06:22:22.366451 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.00480202 sec., 22490.53523308941 rows/sec., 1.78 MiB/sec. | ||
13051 | 2024.08.18 06:22:22.366725 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13052 | 2024.08.18 06:22:22.366737 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
13053 | 2024.08.18 06:22:22.367040 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.004597 sec., 18055.253426147487 rows/sec., 1.44 MiB/sec. | ||
13054 | 2024.08.18 06:22:22.367848 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Debug> DynamicQueryHandler: Done processing query | ||
13055 | 2024.08.18 06:22:22.367929 [ 3 ] {81ffa52c-0ced-4305-a4b4-eaf3736384ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13056 | 2024.08.18 06:22:22.368021 [ 3 ] {} <Debug> HTTP-Session: e3964787-e951-4e7e-98a3-3dd5c144a8b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13057 | 2024.08.18 06:22:22.368241 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13058 | 2024.08.18 06:22:22.368308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13059 | 2024.08.18 06:22:22.368394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13060 | 2024.08.18 06:22:22.368405 [ 210 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_56_11} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
13061 | 2024.08.18 06:22:22.368432 [ 3 ] {} <Debug> HTTP-Session: 7c70dabe-fefe-4264-a7f5-b59ab6657c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13062 | 2024.08.18 06:22:22.368484 [ 3 ] {} <Debug> HTTP-Session: 7c70dabe-fefe-4264-a7f5-b59ab6657c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13063 | 2024.08.18 06:22:22.368512 [ 3 ] {} <Debug> HTTP-Session: 7c70dabe-fefe-4264-a7f5-b59ab6657c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13064 | 2024.08.18 06:22:22.368594 [ 3 ] {} <Trace> HTTP-Session: 7c70dabe-fefe-4264-a7f5-b59ab6657c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13065 | 2024.08.18 06:22:22.368602 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
13066 | 2024.08.18 06:22:22.368746 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13067 | 2024.08.18 06:22:22.368794 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13068 | 2024.08.18 06:22:22.368946 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13069 | 2024.08.18 06:22:22.369280 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13070 | 2024.08.18 06:22:22.369316 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13071 | 2024.08.18 06:22:22.369627 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13072 | 2024.08.18 06:22:22.369934 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13073 | 2024.08.18 06:22:22.370082 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00138 sec., 52898.55072463768 rows/sec., 4.13 MiB/sec. | ||
13074 | 2024.08.18 06:22:22.370238 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Debug> DynamicQueryHandler: Done processing query | ||
13075 | 2024.08.18 06:22:22.370262 [ 3 ] {efd52cec-203a-4884-a59a-5e4af6a1d5bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13076 | 2024.08.18 06:22:22.370278 [ 3 ] {} <Debug> HTTP-Session: 7c70dabe-fefe-4264-a7f5-b59ab6657c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13077 | 2024.08.18 06:22:22.370476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13078 | 2024.08.18 06:22:22.370523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13079 | 2024.08.18 06:22:22.370542 [ 3 ] {} <Debug> HTTP-Session: 54b10aeb-2640-46f4-a4ee-245552be80d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13080 | 2024.08.18 06:22:22.370558 [ 3 ] {} <Debug> HTTP-Session: 54b10aeb-2640-46f4-a4ee-245552be80d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13081 | 2024.08.18 06:22:22.370572 [ 3 ] {} <Debug> HTTP-Session: 54b10aeb-2640-46f4-a4ee-245552be80d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13082 | 2024.08.18 06:22:22.370604 [ 3 ] {} <Trace> HTTP-Session: 54b10aeb-2640-46f4-a4ee-245552be80d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13083 | 2024.08.18 06:22:22.370749 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13084 | 2024.08.18 06:22:22.370794 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13085 | 2024.08.18 06:22:22.370944 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13086 | 2024.08.18 06:22:22.371315 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13087 | 2024.08.18 06:22:22.371351 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13088 | 2024.08.18 06:22:22.371737 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13089 | 2024.08.18 06:22:22.372060 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13090 | 2024.08.18 06:22:22.372211 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
13091 | 2024.08.18 06:22:22.372383 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Debug> DynamicQueryHandler: Done processing query | ||
13092 | 2024.08.18 06:22:22.372406 [ 3 ] {a1579740-06a8-4301-8b96-9c776e90f229} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13093 | 2024.08.18 06:22:22.372422 [ 3 ] {} <Debug> HTTP-Session: 54b10aeb-2640-46f4-a4ee-245552be80d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.08.18 06:22:22.372544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13095 | 2024.08.18 06:22:22.372591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13096 | 2024.08.18 06:22:22.372609 [ 3 ] {} <Debug> HTTP-Session: 9b8cfd7f-8685-473b-82b2-b9e3b79f9995 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13097 | 2024.08.18 06:22:22.372625 [ 3 ] {} <Debug> HTTP-Session: 9b8cfd7f-8685-473b-82b2-b9e3b79f9995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13098 | 2024.08.18 06:22:22.372640 [ 3 ] {} <Debug> HTTP-Session: 9b8cfd7f-8685-473b-82b2-b9e3b79f9995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13099 | 2024.08.18 06:22:22.372670 [ 3 ] {} <Trace> HTTP-Session: 9b8cfd7f-8685-473b-82b2-b9e3b79f9995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13100 | 2024.08.18 06:22:22.372834 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13101 | 2024.08.18 06:22:22.372895 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <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 | ||
13102 | 2024.08.18 06:22:22.373309 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13103 | 2024.08.18 06:22:22.373884 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13104 | 2024.08.18 06:22:22.373919 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13105 | 2024.08.18 06:22:22.374483 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
13106 | 2024.08.18 06:22:22.374872 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13107 | 2024.08.18 06:22:22.375044 [ 91 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
13108 | 2024.08.18 06:22:22.375062 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00232 sec., 3879.310344827586 rows/sec., 6.95 MiB/sec. | ||
13109 | 2024.08.18 06:22:22.375119 [ 91 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13110 | 2024.08.18 06:22:22.375193 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13111 | 2024.08.18 06:22:22.375481 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
13112 | 2024.08.18 06:22:22.375606 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Debug> DynamicQueryHandler: Done processing query | ||
13113 | 2024.08.18 06:22:22.375657 [ 3 ] {dda2daaf-7151-4250-8a02-c07f55d06123} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
13114 | 2024.08.18 06:22:22.375701 [ 3 ] {} <Debug> HTTP-Session: 9b8cfd7f-8685-473b-82b2-b9e3b79f9995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13115 | 2024.08.18 06:22:22.375917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13116 | 2024.08.18 06:22:22.376036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13117 | 2024.08.18 06:22:22.376098 [ 3 ] {} <Debug> HTTP-Session: 9f7e27f7-0911-4569-97dd-fc759defa25c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13118 | 2024.08.18 06:22:22.376111 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13119 | 2024.08.18 06:22:22.376130 [ 3 ] {} <Debug> HTTP-Session: 9f7e27f7-0911-4569-97dd-fc759defa25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.08.18 06:22:22.376182 [ 3 ] {} <Debug> HTTP-Session: 9f7e27f7-0911-4569-97dd-fc759defa25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13121 | 2024.08.18 06:22:22.376267 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 864 rows starting from the beginning of the part | ||
13122 | 2024.08.18 06:22:22.376275 [ 3 ] {} <Trace> HTTP-Session: 9f7e27f7-0911-4569-97dd-fc759defa25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13123 | 2024.08.18 06:22:22.376649 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13124 | 2024.08.18 06:22:22.376826 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13125 | 2024.08.18 06:22:22.376877 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
13126 | 2024.08.18 06:22:22.377709 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part | ||
13127 | 2024.08.18 06:22:22.377765 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13128 | 2024.08.18 06:22:22.378199 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part | ||
13129 | 2024.08.18 06:22:22.378869 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part | ||
13130 | 2024.08.18 06:22:22.379003 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13131 | 2024.08.18 06:22:22.379099 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13132 | 2024.08.18 06:22:22.379476 [ 198 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part | ||
13133 | 2024.08.18 06:22:22.380473 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13134 | 2024.08.18 06:22:22.381274 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13135 | 2024.08.18 06:22:22.381578 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005148 sec., 11655.011655011656 rows/sec., 804.32 KiB/sec. | ||
13136 | 2024.08.18 06:22:22.381895 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Debug> DynamicQueryHandler: Done processing query | ||
13137 | 2024.08.18 06:22:22.381978 [ 3 ] {32a457a5-a1fa-4015-b62b-afb1ca5e64d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13138 | 2024.08.18 06:22:22.382059 [ 3 ] {} <Debug> HTTP-Session: 9f7e27f7-0911-4569-97dd-fc759defa25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13139 | 2024.08.18 06:22:22.385056 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 939 rows, containing 19 columns (19 merged, 0 gathered) in 0.009724951 sec., 96555.75642489098 rows/sec., 173.02 MiB/sec. | ||
13140 | 2024.08.18 06:22:22.385976 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
13141 | 2024.08.18 06:22:22.386521 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13142 | 2024.08.18 06:22:22.386600 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
13143 | 2024.08.18 06:22:22.386706 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
13144 | 2024.08.18 06:22:23.654441 [ 87 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
13145 | 2024.08.18 06:22:23.654501 [ 87 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13146 | 2024.08.18 06:22:23.654528 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13147 | 2024.08.18 06:22:23.654734 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
13148 | 2024.08.18 06:22:23.654938 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13149 | 2024.08.18 06:22:23.654975 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
13150 | 2024.08.18 06:22:23.655055 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
13151 | 2024.08.18 06:22:23.655236 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
13152 | 2024.08.18 06:22:23.655513 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
13153 | 2024.08.18 06:22:23.655684 [ 186 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
13154 | 2024.08.18 06:22:23.656814 [ 193 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002195301 sec., 14576.588814016846 rows/sec., 1.16 MiB/sec. | ||
13155 | 2024.08.18 06:22:23.657101 [ 193 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
13156 | 2024.08.18 06:22:23.657811 [ 193 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13157 | 2024.08.18 06:22:23.657903 [ 193 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_18_4} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
13158 | 2024.08.18 06:22:23.658010 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13159 | 2024.08.18 06:22:23.876322 [ 87 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
13160 | 2024.08.18 06:22:23.876374 [ 87 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13161 | 2024.08.18 06:22:23.876399 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13162 | 2024.08.18 06:22:23.876549 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
13163 | 2024.08.18 06:22:23.876732 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13164 | 2024.08.18 06:22:23.876795 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
13165 | 2024.08.18 06:22:23.876993 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
13166 | 2024.08.18 06:22:23.877208 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
13167 | 2024.08.18 06:22:23.877423 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
13168 | 2024.08.18 06:22:23.877590 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
13169 | 2024.08.18 06:22:23.878672 [ 203 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002198151 sec., 14557.68962186856 rows/sec., 1016.48 KiB/sec. | ||
13170 | 2024.08.18 06:22:23.878874 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
13171 | 2024.08.18 06:22:23.879391 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13172 | 2024.08.18 06:22:23.879499 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_18_4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
13173 | 2024.08.18 06:22:23.879613 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
13174 | 2024.08.18 06:22:25.226924 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13175 | 2024.08.18 06:22:25.227008 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13176 | 2024.08.18 06:22:27.365015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13177 | 2024.08.18 06:22:27.365146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13178 | 2024.08.18 06:22:27.365175 [ 3 ] {} <Debug> HTTP-Session: 091f5e22-7350-4000-aa4c-050b2bf7d57e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13179 | 2024.08.18 06:22:27.365203 [ 3 ] {} <Debug> HTTP-Session: 091f5e22-7350-4000-aa4c-050b2bf7d57e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13180 | 2024.08.18 06:22:27.365221 [ 3 ] {} <Debug> HTTP-Session: 091f5e22-7350-4000-aa4c-050b2bf7d57e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13181 | 2024.08.18 06:22:27.365273 [ 3 ] {} <Trace> HTTP-Session: 091f5e22-7350-4000-aa4c-050b2bf7d57e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13182 | 2024.08.18 06:22:27.365480 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13183 | 2024.08.18 06:22:27.365551 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13184 | 2024.08.18 06:22:27.365766 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13185 | 2024.08.18 06:22:27.366237 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13186 | 2024.08.18 06:22:27.366276 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13187 | 2024.08.18 06:22:27.366639 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
13188 | 2024.08.18 06:22:27.366966 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13189 | 2024.08.18 06:22:27.367113 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001696 sec., 14150.943396226416 rows/sec., 1.12 MiB/sec. | ||
13190 | 2024.08.18 06:22:27.367391 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Debug> DynamicQueryHandler: Done processing query | ||
13191 | 2024.08.18 06:22:27.367443 [ 3 ] {bc2b757c-a9f1-413b-94c2-5713bc19e2a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13192 | 2024.08.18 06:22:27.367486 [ 3 ] {} <Debug> HTTP-Session: 091f5e22-7350-4000-aa4c-050b2bf7d57e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13193 | 2024.08.18 06:22:27.367668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13194 | 2024.08.18 06:22:27.367718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13195 | 2024.08.18 06:22:27.367738 [ 3 ] {} <Debug> HTTP-Session: 1a07e8c1-b9fe-4037-b816-1cd4f5acd3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13196 | 2024.08.18 06:22:27.367754 [ 3 ] {} <Debug> HTTP-Session: 1a07e8c1-b9fe-4037-b816-1cd4f5acd3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13197 | 2024.08.18 06:22:27.367768 [ 3 ] {} <Debug> HTTP-Session: 1a07e8c1-b9fe-4037-b816-1cd4f5acd3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.08.18 06:22:27.367801 [ 3 ] {} <Trace> HTTP-Session: 1a07e8c1-b9fe-4037-b816-1cd4f5acd3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13199 | 2024.08.18 06:22:27.367897 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13200 | 2024.08.18 06:22:27.367939 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13201 | 2024.08.18 06:22:27.368079 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13202 | 2024.08.18 06:22:27.368397 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13203 | 2024.08.18 06:22:27.368433 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13204 | 2024.08.18 06:22:27.368725 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
13205 | 2024.08.18 06:22:27.369031 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13206 | 2024.08.18 06:22:27.369173 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. | ||
13207 | 2024.08.18 06:22:27.369346 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Debug> DynamicQueryHandler: Done processing query | ||
13208 | 2024.08.18 06:22:27.369370 [ 3 ] {e5af2227-d13f-42b3-bc2d-d19dfb82ad08} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13209 | 2024.08.18 06:22:27.369386 [ 3 ] {} <Debug> HTTP-Session: 1a07e8c1-b9fe-4037-b816-1cd4f5acd3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13210 | 2024.08.18 06:22:27.369545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13211 | 2024.08.18 06:22:27.369593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13212 | 2024.08.18 06:22:27.369612 [ 3 ] {} <Debug> HTTP-Session: 6ea6d140-a595-40f7-8d32-5f3bb4079075 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13213 | 2024.08.18 06:22:27.369628 [ 3 ] {} <Debug> HTTP-Session: 6ea6d140-a595-40f7-8d32-5f3bb4079075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13214 | 2024.08.18 06:22:27.369641 [ 3 ] {} <Debug> HTTP-Session: 6ea6d140-a595-40f7-8d32-5f3bb4079075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13215 | 2024.08.18 06:22:27.369672 [ 3 ] {} <Trace> HTTP-Session: 6ea6d140-a595-40f7-8d32-5f3bb4079075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13216 | 2024.08.18 06:22:27.369841 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13217 | 2024.08.18 06:22:27.369882 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13218 | 2024.08.18 06:22:27.370008 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13219 | 2024.08.18 06:22:27.370480 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13220 | 2024.08.18 06:22:27.370517 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13221 | 2024.08.18 06:22:27.370836 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13222 | 2024.08.18 06:22:27.371144 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13223 | 2024.08.18 06:22:27.371294 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Debug> executeQuery: Read 262 rows, 23.44 KiB in 0.001536 sec., 170572.91666666666 rows/sec., 14.91 MiB/sec. | ||
13224 | 2024.08.18 06:22:27.371467 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Debug> DynamicQueryHandler: Done processing query | ||
13225 | 2024.08.18 06:22:27.371491 [ 3 ] {a3798464-e5cb-4c3b-a489-68ee77cff803} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
13226 | 2024.08.18 06:22:27.371506 [ 3 ] {} <Debug> HTTP-Session: 6ea6d140-a595-40f7-8d32-5f3bb4079075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13227 | 2024.08.18 06:22:27.371681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13228 | 2024.08.18 06:22:27.371728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13229 | 2024.08.18 06:22:27.371747 [ 3 ] {} <Debug> HTTP-Session: 84d76cf7-c6b3-4a3b-8f06-634aa9eb3973 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13230 | 2024.08.18 06:22:27.371763 [ 3 ] {} <Debug> HTTP-Session: 84d76cf7-c6b3-4a3b-8f06-634aa9eb3973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13231 | 2024.08.18 06:22:27.371777 [ 3 ] {} <Debug> HTTP-Session: 84d76cf7-c6b3-4a3b-8f06-634aa9eb3973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13232 | 2024.08.18 06:22:27.371808 [ 3 ] {} <Trace> HTTP-Session: 84d76cf7-c6b3-4a3b-8f06-634aa9eb3973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13233 | 2024.08.18 06:22:27.371900 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13234 | 2024.08.18 06:22:27.371940 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13235 | 2024.08.18 06:22:27.372067 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13236 | 2024.08.18 06:22:27.372346 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13237 | 2024.08.18 06:22:27.372382 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13238 | 2024.08.18 06:22:27.372674 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
13239 | 2024.08.18 06:22:27.372975 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13240 | 2024.08.18 06:22:27.373127 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
13241 | 2024.08.18 06:22:27.373290 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Debug> DynamicQueryHandler: Done processing query | ||
13242 | 2024.08.18 06:22:27.373314 [ 3 ] {a826522a-dd57-43cd-9aec-21385766c1ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13243 | 2024.08.18 06:22:27.373330 [ 3 ] {} <Debug> HTTP-Session: 84d76cf7-c6b3-4a3b-8f06-634aa9eb3973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13244 | 2024.08.18 06:22:27.373436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13245 | 2024.08.18 06:22:27.373483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13246 | 2024.08.18 06:22:27.373502 [ 3 ] {} <Debug> HTTP-Session: d8dd516a-99fb-4e2e-921c-07ff3a08a1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13247 | 2024.08.18 06:22:27.373518 [ 3 ] {} <Debug> HTTP-Session: d8dd516a-99fb-4e2e-921c-07ff3a08a1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13248 | 2024.08.18 06:22:27.373531 [ 3 ] {} <Debug> HTTP-Session: d8dd516a-99fb-4e2e-921c-07ff3a08a1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13249 | 2024.08.18 06:22:27.373561 [ 3 ] {} <Trace> HTTP-Session: d8dd516a-99fb-4e2e-921c-07ff3a08a1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13250 | 2024.08.18 06:22:27.373659 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13251 | 2024.08.18 06:22:27.373699 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13252 | 2024.08.18 06:22:27.373825 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13253 | 2024.08.18 06:22:27.374114 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13254 | 2024.08.18 06:22:27.374151 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13255 | 2024.08.18 06:22:27.374457 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13256 | 2024.08.18 06:22:27.374750 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13257 | 2024.08.18 06:22:27.374889 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001255 sec., 11155.378486055777 rows/sec., 781.25 KiB/sec. | ||
13258 | 2024.08.18 06:22:27.375050 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Debug> DynamicQueryHandler: Done processing query | ||
13259 | 2024.08.18 06:22:27.375075 [ 3 ] {001df60b-d333-4d12-9324-d020a64fa11c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13260 | 2024.08.18 06:22:27.375090 [ 3 ] {} <Debug> HTTP-Session: d8dd516a-99fb-4e2e-921c-07ff3a08a1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13261 | 2024.08.18 06:22:27.375207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13262 | 2024.08.18 06:22:27.375254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13263 | 2024.08.18 06:22:27.375273 [ 3 ] {} <Debug> HTTP-Session: dc28ba1f-dc7d-4dfa-b244-f3e0795015db Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13264 | 2024.08.18 06:22:27.375289 [ 3 ] {} <Debug> HTTP-Session: dc28ba1f-dc7d-4dfa-b244-f3e0795015db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13265 | 2024.08.18 06:22:27.375303 [ 3 ] {} <Debug> HTTP-Session: dc28ba1f-dc7d-4dfa-b244-f3e0795015db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13266 | 2024.08.18 06:22:27.375333 [ 3 ] {} <Trace> HTTP-Session: dc28ba1f-dc7d-4dfa-b244-f3e0795015db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13267 | 2024.08.18 06:22:27.375429 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13268 | 2024.08.18 06:22:27.375469 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13269 | 2024.08.18 06:22:27.375595 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13270 | 2024.08.18 06:22:27.375881 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13271 | 2024.08.18 06:22:27.375917 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13272 | 2024.08.18 06:22:27.376211 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13273 | 2024.08.18 06:22:27.376514 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13274 | 2024.08.18 06:22:27.376662 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001258 sec., 4769.475357710652 rows/sec., 281.79 KiB/sec. | ||
13275 | 2024.08.18 06:22:27.376827 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Debug> DynamicQueryHandler: Done processing query | ||
13276 | 2024.08.18 06:22:27.376852 [ 3 ] {1f162c2c-63b1-4128-9417-4399b4589a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13277 | 2024.08.18 06:22:27.376867 [ 3 ] {} <Debug> HTTP-Session: dc28ba1f-dc7d-4dfa-b244-f3e0795015db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13278 | 2024.08.18 06:22:27.377035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13279 | 2024.08.18 06:22:27.377083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13280 | 2024.08.18 06:22:27.377101 [ 3 ] {} <Debug> HTTP-Session: ef7acc98-8d0a-4ff5-b724-3eba471680a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13281 | 2024.08.18 06:22:27.377117 [ 3 ] {} <Debug> HTTP-Session: ef7acc98-8d0a-4ff5-b724-3eba471680a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13282 | 2024.08.18 06:22:27.377130 [ 3 ] {} <Debug> HTTP-Session: ef7acc98-8d0a-4ff5-b724-3eba471680a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13283 | 2024.08.18 06:22:27.377160 [ 3 ] {} <Trace> HTTP-Session: ef7acc98-8d0a-4ff5-b724-3eba471680a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13284 | 2024.08.18 06:22:27.377363 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13285 | 2024.08.18 06:22:27.377404 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13286 | 2024.08.18 06:22:27.377530 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13287 | 2024.08.18 06:22:27.378145 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13288 | 2024.08.18 06:22:27.378182 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13289 | 2024.08.18 06:22:27.378500 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13290 | 2024.08.18 06:22:27.378796 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13291 | 2024.08.18 06:22:27.378940 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Debug> executeQuery: Read 408 rows, 29.77 KiB in 0.001676 sec., 243436.754176611 rows/sec., 17.34 MiB/sec. | ||
13292 | 2024.08.18 06:22:27.379105 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Debug> DynamicQueryHandler: Done processing query | ||
13293 | 2024.08.18 06:22:27.379130 [ 3 ] {5030d939-8d3c-407f-8e85-2f7ae6b7c9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13294 | 2024.08.18 06:22:27.379145 [ 3 ] {} <Debug> HTTP-Session: ef7acc98-8d0a-4ff5-b724-3eba471680a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13295 | 2024.08.18 06:22:27.379429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13296 | 2024.08.18 06:22:27.379476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13297 | 2024.08.18 06:22:27.379495 [ 3 ] {} <Debug> HTTP-Session: 1e5af51f-6c04-4554-b878-e24aab1d16ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13298 | 2024.08.18 06:22:27.379511 [ 3 ] {} <Debug> HTTP-Session: 1e5af51f-6c04-4554-b878-e24aab1d16ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13299 | 2024.08.18 06:22:27.379525 [ 3 ] {} <Debug> HTTP-Session: 1e5af51f-6c04-4554-b878-e24aab1d16ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13300 | 2024.08.18 06:22:27.379555 [ 3 ] {} <Trace> HTTP-Session: 1e5af51f-6c04-4554-b878-e24aab1d16ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13301 | 2024.08.18 06:22:27.379648 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13302 | 2024.08.18 06:22:27.379691 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13303 | 2024.08.18 06:22:27.379821 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13304 | 2024.08.18 06:22:27.380093 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13305 | 2024.08.18 06:22:27.380130 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13306 | 2024.08.18 06:22:27.380480 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13307 | 2024.08.18 06:22:27.380787 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13308 | 2024.08.18 06:22:27.380936 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. | ||
13309 | 2024.08.18 06:22:27.381236 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Debug> DynamicQueryHandler: Done processing query | ||
13310 | 2024.08.18 06:22:27.381304 [ 3 ] {84baa6a5-4b79-4c9d-8dbe-18ee49c8cc38} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13311 | 2024.08.18 06:22:27.381368 [ 3 ] {} <Debug> HTTP-Session: 1e5af51f-6c04-4554-b878-e24aab1d16ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13312 | 2024.08.18 06:22:27.381579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13313 | 2024.08.18 06:22:27.381631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13314 | 2024.08.18 06:22:27.381650 [ 3 ] {} <Debug> HTTP-Session: ec24cd39-4a7e-46cf-9ae2-dafee3e6c759 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13315 | 2024.08.18 06:22:27.381666 [ 3 ] {} <Debug> HTTP-Session: ec24cd39-4a7e-46cf-9ae2-dafee3e6c759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13316 | 2024.08.18 06:22:27.381679 [ 3 ] {} <Debug> HTTP-Session: ec24cd39-4a7e-46cf-9ae2-dafee3e6c759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13317 | 2024.08.18 06:22:27.381711 [ 3 ] {} <Trace> HTTP-Session: ec24cd39-4a7e-46cf-9ae2-dafee3e6c759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13318 | 2024.08.18 06:22:27.381923 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13319 | 2024.08.18 06:22:27.381970 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13320 | 2024.08.18 06:22:27.382131 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13321 | 2024.08.18 06:22:27.382580 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13322 | 2024.08.18 06:22:27.382616 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13323 | 2024.08.18 06:22:27.382991 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13324 | 2024.08.18 06:22:27.383320 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13325 | 2024.08.18 06:22:27.383469 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
13326 | 2024.08.18 06:22:27.383478 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001671 sec., 142429.6828246559 rows/sec., 9.55 MiB/sec. | ||
13327 | 2024.08.18 06:22:27.383551 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13328 | 2024.08.18 06:22:27.383614 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13329 | 2024.08.18 06:22:27.383779 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
13330 | 2024.08.18 06:22:27.383807 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Debug> DynamicQueryHandler: Done processing query | ||
13331 | 2024.08.18 06:22:27.383852 [ 3 ] {5f0c6fc5-9895-4c86-bcbb-9524f2a15ddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13332 | 2024.08.18 06:22:27.383875 [ 3 ] {} <Debug> HTTP-Session: ec24cd39-4a7e-46cf-9ae2-dafee3e6c759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13333 | 2024.08.18 06:22:27.384005 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13334 | 2024.08.18 06:22:27.384050 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 20082 rows starting from the beginning of the part | ||
13335 | 2024.08.18 06:22:27.384189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13336 | 2024.08.18 06:22:27.384276 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part | ||
13337 | 2024.08.18 06:22:27.384330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13338 | 2024.08.18 06:22:27.384425 [ 3 ] {} <Debug> HTTP-Session: a66a7ec8-a30d-4c2a-b02b-dd58e98fb7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13339 | 2024.08.18 06:22:27.384516 [ 3 ] {} <Debug> HTTP-Session: a66a7ec8-a30d-4c2a-b02b-dd58e98fb7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13340 | 2024.08.18 06:22:27.384586 [ 3 ] {} <Debug> HTTP-Session: a66a7ec8-a30d-4c2a-b02b-dd58e98fb7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.08.18 06:22:27.384592 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
13342 | 2024.08.18 06:22:27.384656 [ 3 ] {} <Trace> HTTP-Session: a66a7ec8-a30d-4c2a-b02b-dd58e98fb7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13343 | 2024.08.18 06:22:27.384838 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
13344 | 2024.08.18 06:22:27.385057 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13345 | 2024.08.18 06:22:27.385101 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
13346 | 2024.08.18 06:22:27.385233 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13347 | 2024.08.18 06:22:27.385352 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part | ||
13348 | 2024.08.18 06:22:27.386066 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13349 | 2024.08.18 06:22:27.386676 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13350 | 2024.08.18 06:22:27.386714 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13351 | 2024.08.18 06:22:27.387217 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13352 | 2024.08.18 06:22:27.387767 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13353 | 2024.08.18 06:22:27.388099 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003208 sec., 311.7206982543641 rows/sec., 21.00 KiB/sec. | ||
13354 | 2024.08.18 06:22:27.388502 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Debug> DynamicQueryHandler: Done processing query | ||
13355 | 2024.08.18 06:22:27.388551 [ 3 ] {eb04345b-cbbd-4fac-a5ff-f0730044f3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13356 | 2024.08.18 06:22:27.388577 [ 3 ] {} <Debug> HTTP-Session: a66a7ec8-a30d-4c2a-b02b-dd58e98fb7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13357 | 2024.08.18 06:22:27.388724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38689, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13358 | 2024.08.18 06:22:27.388787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13359 | 2024.08.18 06:22:27.388806 [ 3 ] {} <Debug> HTTP-Session: facec8b3-8844-48e6-92f5-43642b35dd4d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13360 | 2024.08.18 06:22:27.388822 [ 3 ] {} <Debug> HTTP-Session: facec8b3-8844-48e6-92f5-43642b35dd4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13361 | 2024.08.18 06:22:27.388836 [ 3 ] {} <Debug> HTTP-Session: facec8b3-8844-48e6-92f5-43642b35dd4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13362 | 2024.08.18 06:22:27.388868 [ 3 ] {} <Trace> HTTP-Session: facec8b3-8844-48e6-92f5-43642b35dd4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13363 | 2024.08.18 06:22:27.389187 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13364 | 2024.08.18 06:22:27.389392 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <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 | ||
13365 | 2024.08.18 06:22:27.390068 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13366 | 2024.08.18 06:22:27.390875 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13367 | 2024.08.18 06:22:27.390909 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13368 | 2024.08.18 06:22:27.392331 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
13369 | 2024.08.18 06:22:27.392359 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20898 rows, containing 5 columns (5 merged, 0 gathered) in 0.008654672 sec., 2414649.567308848 rows/sec., 163.17 MiB/sec. | ||
13370 | 2024.08.18 06:22:27.392737 [ 203 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
13371 | 2024.08.18 06:22:27.392992 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13372 | 2024.08.18 06:22:27.393492 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.004488 sec., 5347.593582887701 rows/sec., 9.58 MiB/sec. | ||
13373 | 2024.08.18 06:22:27.393829 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13374 | 2024.08.18 06:22:27.394024 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Debug> DynamicQueryHandler: Done processing query | ||
13375 | 2024.08.18 06:22:27.394041 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
13376 | 2024.08.18 06:22:27.394070 [ 3 ] {de0e670e-1fc4-4cc5-ab42-16e4e0d66bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13377 | 2024.08.18 06:22:27.394100 [ 3 ] {} <Debug> HTTP-Session: facec8b3-8844-48e6-92f5-43642b35dd4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13378 | 2024.08.18 06:22:27.394219 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
13379 | 2024.08.18 06:22:27.394298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13380 | 2024.08.18 06:22:27.394358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13381 | 2024.08.18 06:22:27.394378 [ 3 ] {} <Debug> HTTP-Session: 0acd78f7-de72-426e-96de-8b77b09fed3f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13382 | 2024.08.18 06:22:27.394394 [ 3 ] {} <Debug> HTTP-Session: 0acd78f7-de72-426e-96de-8b77b09fed3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13383 | 2024.08.18 06:22:27.394408 [ 3 ] {} <Debug> HTTP-Session: 0acd78f7-de72-426e-96de-8b77b09fed3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13384 | 2024.08.18 06:22:27.394441 [ 3 ] {} <Trace> HTTP-Session: 0acd78f7-de72-426e-96de-8b77b09fed3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13385 | 2024.08.18 06:22:27.394594 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13386 | 2024.08.18 06:22:27.394640 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13387 | 2024.08.18 06:22:27.394783 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13388 | 2024.08.18 06:22:27.395103 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13389 | 2024.08.18 06:22:27.395140 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13390 | 2024.08.18 06:22:27.395508 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13391 | 2024.08.18 06:22:27.395829 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13392 | 2024.08.18 06:22:27.395986 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001454 sec., 56396.148555708394 rows/sec., 3.58 MiB/sec. | ||
13393 | 2024.08.18 06:22:27.396151 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Debug> DynamicQueryHandler: Done processing query | ||
13394 | 2024.08.18 06:22:27.396176 [ 3 ] {42526f91-0b42-41de-a6cd-b575ad1a42ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13395 | 2024.08.18 06:22:27.396191 [ 3 ] {} <Debug> HTTP-Session: 0acd78f7-de72-426e-96de-8b77b09fed3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.08.18 06:22:32.359236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13397 | 2024.08.18 06:22:32.359366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13398 | 2024.08.18 06:22:32.359392 [ 3 ] {} <Debug> HTTP-Session: f5630738-f0c6-4961-8a21-586ce0699a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13399 | 2024.08.18 06:22:32.359416 [ 3 ] {} <Debug> HTTP-Session: f5630738-f0c6-4961-8a21-586ce0699a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13400 | 2024.08.18 06:22:32.359431 [ 3 ] {} <Debug> HTTP-Session: f5630738-f0c6-4961-8a21-586ce0699a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13401 | 2024.08.18 06:22:32.359482 [ 3 ] {} <Trace> HTTP-Session: f5630738-f0c6-4961-8a21-586ce0699a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13402 | 2024.08.18 06:22:32.359665 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13403 | 2024.08.18 06:22:32.359731 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13404 | 2024.08.18 06:22:32.359921 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13405 | 2024.08.18 06:22:32.360411 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13406 | 2024.08.18 06:22:32.360458 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13407 | 2024.08.18 06:22:32.360830 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
13408 | 2024.08.18 06:22:32.361529 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13409 | 2024.08.18 06:22:32.362092 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.002443 sec., 3683.9950880065494 rows/sec., 298.61 KiB/sec. | ||
13410 | 2024.08.18 06:22:32.362683 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Debug> DynamicQueryHandler: Done processing query | ||
13411 | 2024.08.18 06:22:32.362711 [ 3 ] {da0421d9-a4fd-43d8-9c2a-6ccd46e6e14f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13412 | 2024.08.18 06:22:32.362728 [ 3 ] {} <Debug> HTTP-Session: f5630738-f0c6-4961-8a21-586ce0699a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.08.18 06:22:32.362876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13414 | 2024.08.18 06:22:32.362930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13415 | 2024.08.18 06:22:32.362950 [ 3 ] {} <Debug> HTTP-Session: 9a86d1a7-2b74-44dc-978b-2412efa28427 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13416 | 2024.08.18 06:22:32.362968 [ 3 ] {} <Debug> HTTP-Session: 9a86d1a7-2b74-44dc-978b-2412efa28427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13417 | 2024.08.18 06:22:32.362982 [ 3 ] {} <Debug> HTTP-Session: 9a86d1a7-2b74-44dc-978b-2412efa28427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13418 | 2024.08.18 06:22:32.363017 [ 3 ] {} <Trace> HTTP-Session: 9a86d1a7-2b74-44dc-978b-2412efa28427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13419 | 2024.08.18 06:22:32.363155 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13420 | 2024.08.18 06:22:32.363203 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13421 | 2024.08.18 06:22:32.363363 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13422 | 2024.08.18 06:22:32.363809 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13423 | 2024.08.18 06:22:32.363848 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13424 | 2024.08.18 06:22:32.364169 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13425 | 2024.08.18 06:22:32.364477 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13426 | 2024.08.18 06:22:32.364629 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001525 sec., 54426.22950819672 rows/sec., 4.35 MiB/sec. | ||
13427 | 2024.08.18 06:22:32.364628 [ 79 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13428 | 2024.08.18 06:22:32.364733 [ 79 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13429 | 2024.08.18 06:22:32.364777 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13430 | 2024.08.18 06:22:32.364868 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Debug> DynamicQueryHandler: Done processing query | ||
13431 | 2024.08.18 06:22:32.364920 [ 3 ] {4aaae846-7ba7-4ccd-8abc-1d1a737a646e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13432 | 2024.08.18 06:22:32.364947 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
13433 | 2024.08.18 06:22:32.364956 [ 3 ] {} <Debug> HTTP-Session: 9a86d1a7-2b74-44dc-978b-2412efa28427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13434 | 2024.08.18 06:22:32.365129 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13435 | 2024.08.18 06:22:32.365161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13436 | 2024.08.18 06:22:32.365183 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part | ||
13437 | 2024.08.18 06:22:32.365248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13438 | 2024.08.18 06:22:32.365323 [ 3 ] {} <Debug> HTTP-Session: 6abf64a8-b374-4d2d-87ba-9496e3d0c087 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13439 | 2024.08.18 06:22:32.365366 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 84 rows starting from the beginning of the part | ||
13440 | 2024.08.18 06:22:32.365402 [ 3 ] {} <Debug> HTTP-Session: 6abf64a8-b374-4d2d-87ba-9496e3d0c087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13441 | 2024.08.18 06:22:32.365498 [ 3 ] {} <Debug> HTTP-Session: 6abf64a8-b374-4d2d-87ba-9496e3d0c087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.08.18 06:22:32.365577 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 261 rows starting from the beginning of the part | ||
13443 | 2024.08.18 06:22:32.365612 [ 3 ] {} <Trace> HTTP-Session: 6abf64a8-b374-4d2d-87ba-9496e3d0c087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13444 | 2024.08.18 06:22:32.365927 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 83 rows starting from the beginning of the part | ||
13445 | 2024.08.18 06:22:32.366055 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13446 | 2024.08.18 06:22:32.366149 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 262 rows starting from the beginning of the part | ||
13447 | 2024.08.18 06:22:32.366207 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13448 | 2024.08.18 06:22:32.366428 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 83 rows starting from the beginning of the part | ||
13449 | 2024.08.18 06:22:32.367053 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13450 | 2024.08.18 06:22:32.368051 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13451 | 2024.08.18 06:22:32.368120 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13452 | 2024.08.18 06:22:32.368758 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13453 | 2024.08.18 06:22:32.369390 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542085 sec., 486340.5242306121 rows/sec., 40.79 MiB/sec. | ||
13454 | 2024.08.18 06:22:32.369533 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13455 | 2024.08.18 06:22:32.369738 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13456 | 2024.08.18 06:22:32.369769 [ 79 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13457 | 2024.08.18 06:22:32.369792 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.003929 sec., 18579.791295495037 rows/sec., 1.45 MiB/sec. | ||
13458 | 2024.08.18 06:22:32.369838 [ 79 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13459 | 2024.08.18 06:22:32.369908 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13460 | 2024.08.18 06:22:32.370384 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Debug> DynamicQueryHandler: Done processing query | ||
13461 | 2024.08.18 06:22:32.370429 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
13462 | 2024.08.18 06:22:32.370470 [ 3 ] {317c5276-994b-40ba-9e77-d933e9e02012} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13463 | 2024.08.18 06:22:32.370549 [ 3 ] {} <Debug> HTTP-Session: 6abf64a8-b374-4d2d-87ba-9496e3d0c087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.08.18 06:22:32.370812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13465 | 2024.08.18 06:22:32.370875 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13466 | 2024.08.18 06:22:32.370934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13467 | 2024.08.18 06:22:32.370947 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
13468 | 2024.08.18 06:22:32.370974 [ 3 ] {} <Debug> HTTP-Session: b752f96c-8096-4299-8b0c-2ca9fc24714b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13469 | 2024.08.18 06:22:32.371022 [ 3 ] {} <Debug> HTTP-Session: b752f96c-8096-4299-8b0c-2ca9fc24714b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13470 | 2024.08.18 06:22:32.371083 [ 3 ] {} <Debug> HTTP-Session: b752f96c-8096-4299-8b0c-2ca9fc24714b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13471 | 2024.08.18 06:22:32.371195 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13472 | 2024.08.18 06:22:32.371269 [ 3 ] {} <Trace> HTTP-Session: b752f96c-8096-4299-8b0c-2ca9fc24714b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13473 | 2024.08.18 06:22:32.371295 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 75 rows starting from the beginning of the part | ||
13474 | 2024.08.18 06:22:32.371667 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_76_15} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13475 | 2024.08.18 06:22:32.371692 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 406 rows starting from the beginning of the part | ||
13476 | 2024.08.18 06:22:32.371853 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13477 | 2024.08.18 06:22:32.372044 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 73 rows starting from the beginning of the part | ||
13478 | 2024.08.18 06:22:32.372062 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13479 | 2024.08.18 06:22:32.372101 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
13480 | 2024.08.18 06:22:32.372548 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 408 rows starting from the beginning of the part | ||
13481 | 2024.08.18 06:22:32.372827 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 73 rows starting from the beginning of the part | ||
13482 | 2024.08.18 06:22:32.373576 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13483 | 2024.08.18 06:22:32.374174 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13484 | 2024.08.18 06:22:32.374219 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13485 | 2024.08.18 06:22:32.374760 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13486 | 2024.08.18 06:22:32.374987 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927643 sec., 393697.35185767314 rows/sec., 28.62 MiB/sec. | ||
13487 | 2024.08.18 06:22:32.375150 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13488 | 2024.08.18 06:22:32.375241 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13489 | 2024.08.18 06:22:32.375543 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00395 sec., 40506.32911392405 rows/sec., 2.82 MiB/sec. | ||
13490 | 2024.08.18 06:22:32.375725 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13491 | 2024.08.18 06:22:32.375769 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Debug> DynamicQueryHandler: Done processing query | ||
13492 | 2024.08.18 06:22:32.375798 [ 3 ] {bb1ffc6b-1413-4709-a34a-8f4a469da949} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13493 | 2024.08.18 06:22:32.375822 [ 3 ] {} <Debug> HTTP-Session: b752f96c-8096-4299-8b0c-2ca9fc24714b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.08.18 06:22:32.375825 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_76_15} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13495 | 2024.08.18 06:22:32.375912 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
13496 | 2024.08.18 06:22:32.375961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13497 | 2024.08.18 06:22:32.376010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13498 | 2024.08.18 06:22:32.376029 [ 3 ] {} <Debug> HTTP-Session: a390e9aa-0358-4093-8a93-a3f618fdc614 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13499 | 2024.08.18 06:22:32.376046 [ 3 ] {} <Debug> HTTP-Session: a390e9aa-0358-4093-8a93-a3f618fdc614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13500 | 2024.08.18 06:22:32.376060 [ 3 ] {} <Debug> HTTP-Session: a390e9aa-0358-4093-8a93-a3f618fdc614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13501 | 2024.08.18 06:22:32.376092 [ 3 ] {} <Trace> HTTP-Session: a390e9aa-0358-4093-8a93-a3f618fdc614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13502 | 2024.08.18 06:22:32.376288 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13503 | 2024.08.18 06:22:32.376352 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <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 | ||
13504 | 2024.08.18 06:22:32.376755 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13505 | 2024.08.18 06:22:32.377326 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13506 | 2024.08.18 06:22:32.377363 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13507 | 2024.08.18 06:22:32.377963 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
13508 | 2024.08.18 06:22:32.378381 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13509 | 2024.08.18 06:22:32.378602 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002424 sec., 3712.871287128713 rows/sec., 6.65 MiB/sec. | ||
13510 | 2024.08.18 06:22:32.379127 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Debug> DynamicQueryHandler: Done processing query | ||
13511 | 2024.08.18 06:22:32.379157 [ 3 ] {48705e01-a805-4c19-a445-02596c6fdaf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
13512 | 2024.08.18 06:22:32.379174 [ 3 ] {} <Debug> HTTP-Session: a390e9aa-0358-4093-8a93-a3f618fdc614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13513 | 2024.08.18 06:22:32.379300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13514 | 2024.08.18 06:22:32.379350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13515 | 2024.08.18 06:22:32.379369 [ 3 ] {} <Debug> HTTP-Session: e94c73dd-f80c-4441-bf83-29378a1b36f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13516 | 2024.08.18 06:22:32.379385 [ 3 ] {} <Debug> HTTP-Session: e94c73dd-f80c-4441-bf83-29378a1b36f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13517 | 2024.08.18 06:22:32.379398 [ 3 ] {} <Debug> HTTP-Session: e94c73dd-f80c-4441-bf83-29378a1b36f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.08.18 06:22:32.379430 [ 3 ] {} <Trace> HTTP-Session: e94c73dd-f80c-4441-bf83-29378a1b36f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13519 | 2024.08.18 06:22:32.379547 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13520 | 2024.08.18 06:22:32.379594 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13521 | 2024.08.18 06:22:32.379741 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13522 | 2024.08.18 06:22:32.380047 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13523 | 2024.08.18 06:22:32.380085 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13524 | 2024.08.18 06:22:32.380448 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13525 | 2024.08.18 06:22:32.380769 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13526 | 2024.08.18 06:22:32.380927 [ 79 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13527 | 2024.08.18 06:22:32.380927 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
13528 | 2024.08.18 06:22:32.380985 [ 79 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13529 | 2024.08.18 06:22:32.381049 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13530 | 2024.08.18 06:22:32.381207 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Debug> DynamicQueryHandler: Done processing query | ||
13531 | 2024.08.18 06:22:32.381207 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
13532 | 2024.08.18 06:22:32.381239 [ 3 ] {76158021-0b44-408e-8e1c-4c1d8dda651b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13533 | 2024.08.18 06:22:32.381267 [ 3 ] {} <Debug> HTTP-Session: e94c73dd-f80c-4441-bf83-29378a1b36f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.08.18 06:22:32.381371 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13535 | 2024.08.18 06:22:32.381406 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4278 rows starting from the beginning of the part | ||
13536 | 2024.08.18 06:22:32.381527 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
13537 | 2024.08.18 06:22:32.381714 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
13538 | 2024.08.18 06:22:32.381887 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
13539 | 2024.08.18 06:22:32.382024 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
13540 | 2024.08.18 06:22:32.382202 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
13541 | 2024.08.18 06:22:32.383985 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4622 rows, containing 4 columns (4 merged, 0 gathered) in 0.002836723 sec., 1629344.8461481787 rows/sec., 106.21 MiB/sec. | ||
13542 | 2024.08.18 06:22:32.384281 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13543 | 2024.08.18 06:22:32.384634 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13544 | 2024.08.18 06:22:32.384707 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_76_15} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13545 | 2024.08.18 06:22:32.384774 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
13546 | 2024.08.18 06:22:36.593972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13547 | 2024.08.18 06:22:36.594110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13548 | 2024.08.18 06:22:36.594140 [ 3 ] {} <Debug> HTTP-Session: 973e8e47-2805-461a-926c-0f62c8378c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13549 | 2024.08.18 06:22:36.594168 [ 3 ] {} <Debug> HTTP-Session: 973e8e47-2805-461a-926c-0f62c8378c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13550 | 2024.08.18 06:22:36.594186 [ 3 ] {} <Debug> HTTP-Session: 973e8e47-2805-461a-926c-0f62c8378c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13551 | 2024.08.18 06:22:36.594240 [ 3 ] {} <Trace> HTTP-Session: 973e8e47-2805-461a-926c-0f62c8378c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13552 | 2024.08.18 06:22:36.594441 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13553 | 2024.08.18 06:22:36.594515 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13554 | 2024.08.18 06:22:36.594727 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13555 | 2024.08.18 06:22:36.595197 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13556 | 2024.08.18 06:22:36.595242 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13557 | 2024.08.18 06:22:36.595615 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13558 | 2024.08.18 06:22:36.595948 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13559 | 2024.08.18 06:22:36.596109 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001727 sec., 13896.931094383324 rows/sec., 1.10 MiB/sec. | ||
13560 | 2024.08.18 06:22:36.596323 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Debug> DynamicQueryHandler: Done processing query | ||
13561 | 2024.08.18 06:22:36.596350 [ 3 ] {233404de-1a3f-4810-b983-61790a8e5f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13562 | 2024.08.18 06:22:36.596367 [ 3 ] {} <Debug> HTTP-Session: 973e8e47-2805-461a-926c-0f62c8378c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13563 | 2024.08.18 06:22:36.596639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13564 | 2024.08.18 06:22:36.596692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13565 | 2024.08.18 06:22:36.596712 [ 3 ] {} <Debug> HTTP-Session: 514693ea-ebed-4a98-ab9d-36e659fbf9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13566 | 2024.08.18 06:22:36.596730 [ 3 ] {} <Debug> HTTP-Session: 514693ea-ebed-4a98-ab9d-36e659fbf9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13567 | 2024.08.18 06:22:36.596744 [ 3 ] {} <Debug> HTTP-Session: 514693ea-ebed-4a98-ab9d-36e659fbf9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13568 | 2024.08.18 06:22:36.596778 [ 3 ] {} <Trace> HTTP-Session: 514693ea-ebed-4a98-ab9d-36e659fbf9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13569 | 2024.08.18 06:22:36.597284 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13570 | 2024.08.18 06:22:36.597332 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13571 | 2024.08.18 06:22:36.597461 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13572 | 2024.08.18 06:22:36.598700 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13573 | 2024.08.18 06:22:36.598738 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13574 | 2024.08.18 06:22:36.599131 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13575 | 2024.08.18 06:22:36.599434 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13576 | 2024.08.18 06:22:36.599585 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Debug> executeQuery: Read 1401 rows, 119.49 KiB in 0.002644 sec., 529878.9712556732 rows/sec., 44.13 MiB/sec. | ||
13577 | 2024.08.18 06:22:36.599832 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Debug> DynamicQueryHandler: Done processing query | ||
13578 | 2024.08.18 06:22:36.599898 [ 3 ] {7b508492-d9de-466e-8a09-8347239c2abb} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
13579 | 2024.08.18 06:22:36.599957 [ 3 ] {} <Debug> HTTP-Session: 514693ea-ebed-4a98-ab9d-36e659fbf9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13580 | 2024.08.18 06:22:36.600269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13581 | 2024.08.18 06:22:36.600321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13582 | 2024.08.18 06:22:36.600340 [ 3 ] {} <Debug> HTTP-Session: 011a1586-826e-46ac-9403-a32902ff88ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13583 | 2024.08.18 06:22:36.600358 [ 3 ] {} <Debug> HTTP-Session: 011a1586-826e-46ac-9403-a32902ff88ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13584 | 2024.08.18 06:22:36.600371 [ 3 ] {} <Debug> HTTP-Session: 011a1586-826e-46ac-9403-a32902ff88ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13585 | 2024.08.18 06:22:36.600405 [ 3 ] {} <Trace> HTTP-Session: 011a1586-826e-46ac-9403-a32902ff88ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13586 | 2024.08.18 06:22:36.600571 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13587 | 2024.08.18 06:22:36.600615 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13588 | 2024.08.18 06:22:36.600756 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13589 | 2024.08.18 06:22:36.601203 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13590 | 2024.08.18 06:22:36.601239 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13591 | 2024.08.18 06:22:36.601556 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13592 | 2024.08.18 06:22:36.601858 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13593 | 2024.08.18 06:22:36.602008 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001523 sec., 158896.91398555483 rows/sec., 10.77 MiB/sec. | ||
13594 | 2024.08.18 06:22:36.602180 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Debug> DynamicQueryHandler: Done processing query | ||
13595 | 2024.08.18 06:22:36.602204 [ 3 ] {791d3cc3-df82-41a8-87b7-6394abec7a11} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13596 | 2024.08.18 06:22:36.602220 [ 3 ] {} <Debug> HTTP-Session: 011a1586-826e-46ac-9403-a32902ff88ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13597 | 2024.08.18 06:22:36.602369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13598 | 2024.08.18 06:22:36.602416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13599 | 2024.08.18 06:22:36.602435 [ 3 ] {} <Debug> HTTP-Session: ba10dcea-4d0e-4064-9edf-f10cdfeae6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13600 | 2024.08.18 06:22:36.602451 [ 3 ] {} <Debug> HTTP-Session: ba10dcea-4d0e-4064-9edf-f10cdfeae6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13601 | 2024.08.18 06:22:36.602465 [ 3 ] {} <Debug> HTTP-Session: ba10dcea-4d0e-4064-9edf-f10cdfeae6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13602 | 2024.08.18 06:22:36.602495 [ 3 ] {} <Trace> HTTP-Session: ba10dcea-4d0e-4064-9edf-f10cdfeae6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13603 | 2024.08.18 06:22:36.602604 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13604 | 2024.08.18 06:22:36.602655 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13605 | 2024.08.18 06:22:36.602780 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13606 | 2024.08.18 06:22:36.603090 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13607 | 2024.08.18 06:22:36.603130 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13608 | 2024.08.18 06:22:36.603427 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13609 | 2024.08.18 06:22:36.603743 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13610 | 2024.08.18 06:22:36.603893 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 270.40 KiB/sec. | ||
13611 | 2024.08.18 06:22:36.603908 [ 69 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13612 | 2024.08.18 06:22:36.604019 [ 69 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13613 | 2024.08.18 06:22:36.604053 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13614 | 2024.08.18 06:22:36.604136 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Debug> DynamicQueryHandler: Done processing query | ||
13615 | 2024.08.18 06:22:36.604196 [ 3 ] {670294e3-b562-47c3-a9b1-f024b8aac621} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13616 | 2024.08.18 06:22:36.604232 [ 3 ] {} <Debug> HTTP-Session: ba10dcea-4d0e-4064-9edf-f10cdfeae6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13617 | 2024.08.18 06:22:36.604251 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
13618 | 2024.08.18 06:22:36.604443 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13619 | 2024.08.18 06:22:36.604477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 140835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13620 | 2024.08.18 06:22:36.604494 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
13621 | 2024.08.18 06:22:36.604560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13622 | 2024.08.18 06:22:36.604619 [ 3 ] {} <Debug> HTTP-Session: 718ca74d-d056-430c-b2c6-ae57b2c38448 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13623 | 2024.08.18 06:22:36.604678 [ 3 ] {} <Debug> HTTP-Session: 718ca74d-d056-430c-b2c6-ae57b2c38448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13624 | 2024.08.18 06:22:36.604674 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13625 | 2024.08.18 06:22:36.604719 [ 3 ] {} <Debug> HTTP-Session: 718ca74d-d056-430c-b2c6-ae57b2c38448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13626 | 2024.08.18 06:22:36.604866 [ 3 ] {} <Trace> HTTP-Session: 718ca74d-d056-430c-b2c6-ae57b2c38448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13627 | 2024.08.18 06:22:36.605001 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13628 | 2024.08.18 06:22:36.605261 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13629 | 2024.08.18 06:22:36.605486 [ 187 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13630 | 2024.08.18 06:22:36.605688 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13631 | 2024.08.18 06:22:36.605850 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13632 | 2024.08.18 06:22:36.606385 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13633 | 2024.08.18 06:22:36.607496 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003361453 sec., 8924.712021854835 rows/sec., 531.65 KiB/sec. | ||
13634 | 2024.08.18 06:22:36.607659 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13635 | 2024.08.18 06:22:36.607738 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13636 | 2024.08.18 06:22:36.607800 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13637 | 2024.08.18 06:22:36.608474 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13638 | 2024.08.18 06:22:36.608534 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13639 | 2024.08.18 06:22:36.608640 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_33_8} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13640 | 2024.08.18 06:22:36.608855 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13641 | 2024.08.18 06:22:36.609066 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13642 | 2024.08.18 06:22:36.609228 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Debug> executeQuery: Read 862 rows, 63.89 KiB in 0.004003 sec., 215338.4961279041 rows/sec., 15.59 MiB/sec. | ||
13643 | 2024.08.18 06:22:36.609423 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Debug> DynamicQueryHandler: Done processing query | ||
13644 | 2024.08.18 06:22:36.609449 [ 3 ] {f3b0cfa1-def2-4b60-ad7a-84390daf952a} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
13645 | 2024.08.18 06:22:36.609464 [ 3 ] {} <Debug> HTTP-Session: 718ca74d-d056-430c-b2c6-ae57b2c38448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13646 | 2024.08.18 06:22:36.609622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13647 | 2024.08.18 06:22:36.609669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13648 | 2024.08.18 06:22:36.609687 [ 3 ] {} <Debug> HTTP-Session: 4e1512a8-d512-4d85-bf67-81d6e165ca10 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13649 | 2024.08.18 06:22:36.609703 [ 3 ] {} <Debug> HTTP-Session: 4e1512a8-d512-4d85-bf67-81d6e165ca10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13650 | 2024.08.18 06:22:36.609717 [ 3 ] {} <Debug> HTTP-Session: 4e1512a8-d512-4d85-bf67-81d6e165ca10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.08.18 06:22:36.609748 [ 3 ] {} <Trace> HTTP-Session: 4e1512a8-d512-4d85-bf67-81d6e165ca10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13652 | 2024.08.18 06:22:36.609842 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13653 | 2024.08.18 06:22:36.609886 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13654 | 2024.08.18 06:22:36.610019 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13655 | 2024.08.18 06:22:36.610286 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13656 | 2024.08.18 06:22:36.610321 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13657 | 2024.08.18 06:22:36.610671 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13658 | 2024.08.18 06:22:36.610992 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13659 | 2024.08.18 06:22:36.611142 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
13660 | 2024.08.18 06:22:36.611308 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Debug> DynamicQueryHandler: Done processing query | ||
13661 | 2024.08.18 06:22:36.611332 [ 3 ] {841b1ab0-0dc8-4c01-858a-4a7acef39525} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13662 | 2024.08.18 06:22:36.611348 [ 3 ] {} <Debug> HTTP-Session: 4e1512a8-d512-4d85-bf67-81d6e165ca10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13663 | 2024.08.18 06:22:36.611589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 169830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13664 | 2024.08.18 06:22:36.611636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13665 | 2024.08.18 06:22:36.611655 [ 3 ] {} <Debug> HTTP-Session: 6778ed7c-cb1a-4c53-a1c2-d826b99891ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13666 | 2024.08.18 06:22:36.611671 [ 3 ] {} <Debug> HTTP-Session: 6778ed7c-cb1a-4c53-a1c2-d826b99891ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13667 | 2024.08.18 06:22:36.611684 [ 3 ] {} <Debug> HTTP-Session: 6778ed7c-cb1a-4c53-a1c2-d826b99891ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.08.18 06:22:36.611715 [ 3 ] {} <Trace> HTTP-Session: 6778ed7c-cb1a-4c53-a1c2-d826b99891ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13669 | 2024.08.18 06:22:36.612147 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13670 | 2024.08.18 06:22:36.612193 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13671 | 2024.08.18 06:22:36.612338 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13672 | 2024.08.18 06:22:36.613219 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13673 | 2024.08.18 06:22:36.613255 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13674 | 2024.08.18 06:22:36.613674 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13675 | 2024.08.18 06:22:36.613996 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13676 | 2024.08.18 06:22:36.614153 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Debug> executeQuery: Read 897 rows, 61.30 KiB in 0.002264 sec., 396201.41342756187 rows/sec., 26.44 MiB/sec. | ||
13677 | 2024.08.18 06:22:36.614331 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Debug> DynamicQueryHandler: Done processing query | ||
13678 | 2024.08.18 06:22:36.614357 [ 3 ] {820c701e-5dfa-408d-bacc-c2efbe236633} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
13679 | 2024.08.18 06:22:36.614373 [ 3 ] {} <Debug> HTTP-Session: 6778ed7c-cb1a-4c53-a1c2-d826b99891ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13680 | 2024.08.18 06:22:36.614522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13681 | 2024.08.18 06:22:36.614570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13682 | 2024.08.18 06:22:36.614589 [ 3 ] {} <Debug> HTTP-Session: 619895dc-5a6f-44e7-9e20-eb5f13004028 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13683 | 2024.08.18 06:22:36.614605 [ 3 ] {} <Debug> HTTP-Session: 619895dc-5a6f-44e7-9e20-eb5f13004028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13684 | 2024.08.18 06:22:36.614619 [ 3 ] {} <Debug> HTTP-Session: 619895dc-5a6f-44e7-9e20-eb5f13004028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13685 | 2024.08.18 06:22:36.614650 [ 3 ] {} <Trace> HTTP-Session: 619895dc-5a6f-44e7-9e20-eb5f13004028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13686 | 2024.08.18 06:22:36.614741 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13687 | 2024.08.18 06:22:36.614784 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13688 | 2024.08.18 06:22:36.614910 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13689 | 2024.08.18 06:22:36.615155 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13690 | 2024.08.18 06:22:36.615190 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13691 | 2024.08.18 06:22:36.615527 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13692 | 2024.08.18 06:22:36.615853 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13693 | 2024.08.18 06:22:36.615977 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001259 sec., 794.2811755361398 rows/sec., 53.52 KiB/sec. | ||
13694 | 2024.08.18 06:22:36.616138 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Debug> DynamicQueryHandler: Done processing query | ||
13695 | 2024.08.18 06:22:36.616163 [ 3 ] {0a086b6b-e1f2-49de-a790-8f1f5c98d7e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13696 | 2024.08.18 06:22:36.616178 [ 3 ] {} <Debug> HTTP-Session: 619895dc-5a6f-44e7-9e20-eb5f13004028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13697 | 2024.08.18 06:22:36.616339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38705, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13698 | 2024.08.18 06:22:36.616387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13699 | 2024.08.18 06:22:36.616406 [ 3 ] {} <Debug> HTTP-Session: 8d1a3e65-c9c2-47fa-af89-37cbbf17834d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13700 | 2024.08.18 06:22:36.616422 [ 3 ] {} <Debug> HTTP-Session: 8d1a3e65-c9c2-47fa-af89-37cbbf17834d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13701 | 2024.08.18 06:22:36.616436 [ 3 ] {} <Debug> HTTP-Session: 8d1a3e65-c9c2-47fa-af89-37cbbf17834d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.08.18 06:22:36.616466 [ 3 ] {} <Trace> HTTP-Session: 8d1a3e65-c9c2-47fa-af89-37cbbf17834d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13703 | 2024.08.18 06:22:36.616839 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13704 | 2024.08.18 06:22:36.616901 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <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 | ||
13705 | 2024.08.18 06:22:36.617304 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13706 | 2024.08.18 06:22:36.617935 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13707 | 2024.08.18 06:22:36.617970 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13708 | 2024.08.18 06:22:36.618570 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13709 | 2024.08.18 06:22:36.618972 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13710 | 2024.08.18 06:22:36.619117 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002577 sec., 9313.15483119907 rows/sec., 16.69 MiB/sec. | ||
13711 | 2024.08.18 06:22:36.619553 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Debug> DynamicQueryHandler: Done processing query | ||
13712 | 2024.08.18 06:22:36.619591 [ 3 ] {a42fd49a-10ba-459a-a843-aad6e5333e40} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13713 | 2024.08.18 06:22:36.619607 [ 3 ] {} <Debug> HTTP-Session: 8d1a3e65-c9c2-47fa-af89-37cbbf17834d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13714 | 2024.08.18 06:22:36.619734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13715 | 2024.08.18 06:22:36.619782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13716 | 2024.08.18 06:22:36.619801 [ 3 ] {} <Debug> HTTP-Session: 8ce110ab-1707-461e-8484-473ccc971114 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13717 | 2024.08.18 06:22:36.619817 [ 3 ] {} <Debug> HTTP-Session: 8ce110ab-1707-461e-8484-473ccc971114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13718 | 2024.08.18 06:22:36.619831 [ 3 ] {} <Debug> HTTP-Session: 8ce110ab-1707-461e-8484-473ccc971114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.08.18 06:22:36.619862 [ 3 ] {} <Trace> HTTP-Session: 8ce110ab-1707-461e-8484-473ccc971114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13720 | 2024.08.18 06:22:36.619991 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13721 | 2024.08.18 06:22:36.620036 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13722 | 2024.08.18 06:22:36.620175 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13723 | 2024.08.18 06:22:36.620485 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13724 | 2024.08.18 06:22:36.620524 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13725 | 2024.08.18 06:22:36.622140 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13726 | 2024.08.18 06:22:36.622497 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13727 | 2024.08.18 06:22:36.622624 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Debug> executeQuery: Read 72 rows, 4.63 KiB in 0.002684 sec., 26825.63338301043 rows/sec., 1.68 MiB/sec. | ||
13728 | 2024.08.18 06:22:36.622794 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Debug> DynamicQueryHandler: Done processing query | ||
13729 | 2024.08.18 06:22:36.622819 [ 3 ] {a5e7dfab-56de-49f1-9a8e-580cb20b645c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13730 | 2024.08.18 06:22:36.622835 [ 3 ] {} <Debug> HTTP-Session: 8ce110ab-1707-461e-8484-473ccc971114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.08.18 06:22:37.352701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13732 | 2024.08.18 06:22:37.352812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13733 | 2024.08.18 06:22:37.352835 [ 3 ] {} <Debug> HTTP-Session: d5824069-c2b2-4188-9f96-1daea7d0aa4f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13734 | 2024.08.18 06:22:37.352859 [ 3 ] {} <Debug> HTTP-Session: d5824069-c2b2-4188-9f96-1daea7d0aa4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13735 | 2024.08.18 06:22:37.352875 [ 3 ] {} <Debug> HTTP-Session: d5824069-c2b2-4188-9f96-1daea7d0aa4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.08.18 06:22:37.352925 [ 3 ] {} <Trace> HTTP-Session: d5824069-c2b2-4188-9f96-1daea7d0aa4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13737 | 2024.08.18 06:22:37.353109 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13738 | 2024.08.18 06:22:37.353173 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13739 | 2024.08.18 06:22:37.353355 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13740 | 2024.08.18 06:22:37.353799 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13741 | 2024.08.18 06:22:37.353840 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13742 | 2024.08.18 06:22:37.354215 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13743 | 2024.08.18 06:22:37.354550 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13744 | 2024.08.18 06:22:37.354699 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001653 sec., 31457.955232909862 rows/sec., 2.39 MiB/sec. | ||
13745 | 2024.08.18 06:22:37.354910 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Debug> DynamicQueryHandler: Done processing query | ||
13746 | 2024.08.18 06:22:37.354936 [ 3 ] {35c40bc0-59e1-416a-bea2-704356e59dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13747 | 2024.08.18 06:22:37.354954 [ 3 ] {} <Debug> HTTP-Session: d5824069-c2b2-4188-9f96-1daea7d0aa4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13748 | 2024.08.18 06:22:37.355102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13749 | 2024.08.18 06:22:37.355157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13750 | 2024.08.18 06:22:37.355177 [ 3 ] {} <Debug> HTTP-Session: 19fc8af7-03ae-442c-8cb7-3cc57cd45aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13751 | 2024.08.18 06:22:37.355195 [ 3 ] {} <Debug> HTTP-Session: 19fc8af7-03ae-442c-8cb7-3cc57cd45aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13752 | 2024.08.18 06:22:37.355209 [ 3 ] {} <Debug> HTTP-Session: 19fc8af7-03ae-442c-8cb7-3cc57cd45aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.08.18 06:22:37.355245 [ 3 ] {} <Trace> HTTP-Session: 19fc8af7-03ae-442c-8cb7-3cc57cd45aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13754 | 2024.08.18 06:22:37.355370 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13755 | 2024.08.18 06:22:37.355417 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13756 | 2024.08.18 06:22:37.355548 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13757 | 2024.08.18 06:22:37.355866 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13758 | 2024.08.18 06:22:37.355902 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13759 | 2024.08.18 06:22:37.356224 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13760 | 2024.08.18 06:22:37.356556 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13761 | 2024.08.18 06:22:37.356691 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001367 sec., 40965.61814191661 rows/sec., 3.20 MiB/sec. | ||
13762 | 2024.08.18 06:22:37.356941 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Debug> DynamicQueryHandler: Done processing query | ||
13763 | 2024.08.18 06:22:37.357000 [ 3 ] {26fc4886-5ea9-4068-8291-d82c7d7bfda8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13764 | 2024.08.18 06:22:37.357056 [ 3 ] {} <Debug> HTTP-Session: 19fc8af7-03ae-442c-8cb7-3cc57cd45aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13765 | 2024.08.18 06:22:37.357258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 5789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13766 | 2024.08.18 06:22:37.357312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13767 | 2024.08.18 06:22:37.357331 [ 3 ] {} <Debug> HTTP-Session: b8a1042e-6967-42fb-a022-c1933dae1305 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13768 | 2024.08.18 06:22:37.357350 [ 3 ] {} <Debug> HTTP-Session: b8a1042e-6967-42fb-a022-c1933dae1305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13769 | 2024.08.18 06:22:37.357364 [ 3 ] {} <Debug> HTTP-Session: b8a1042e-6967-42fb-a022-c1933dae1305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13770 | 2024.08.18 06:22:37.357399 [ 3 ] {} <Trace> HTTP-Session: b8a1042e-6967-42fb-a022-c1933dae1305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13771 | 2024.08.18 06:22:37.357539 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13772 | 2024.08.18 06:22:37.357589 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13773 | 2024.08.18 06:22:37.357751 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13774 | 2024.08.18 06:22:37.358067 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13775 | 2024.08.18 06:22:37.358103 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13776 | 2024.08.18 06:22:37.358487 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13777 | 2024.08.18 06:22:37.358831 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13778 | 2024.08.18 06:22:37.358964 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001462 sec., 20519.83584131327 rows/sec., 1.42 MiB/sec. | ||
13779 | 2024.08.18 06:22:37.359134 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Debug> DynamicQueryHandler: Done processing query | ||
13780 | 2024.08.18 06:22:37.359157 [ 3 ] {969ed01d-e6e2-48c0-95c9-51c7e1c5340f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13781 | 2024.08.18 06:22:37.359174 [ 3 ] {} <Debug> HTTP-Session: b8a1042e-6967-42fb-a022-c1933dae1305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.08.18 06:22:37.359291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13783 | 2024.08.18 06:22:37.359339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13784 | 2024.08.18 06:22:37.359359 [ 3 ] {} <Debug> HTTP-Session: 75975cd0-e14a-491e-93a7-b2cfaf39e993 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13785 | 2024.08.18 06:22:37.359375 [ 3 ] {} <Debug> HTTP-Session: 75975cd0-e14a-491e-93a7-b2cfaf39e993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13786 | 2024.08.18 06:22:37.359389 [ 3 ] {} <Debug> HTTP-Session: 75975cd0-e14a-491e-93a7-b2cfaf39e993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13787 | 2024.08.18 06:22:37.359421 [ 3 ] {} <Trace> HTTP-Session: 75975cd0-e14a-491e-93a7-b2cfaf39e993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13788 | 2024.08.18 06:22:37.359520 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13789 | 2024.08.18 06:22:37.359563 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13790 | 2024.08.18 06:22:37.359690 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13791 | 2024.08.18 06:22:37.359939 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13792 | 2024.08.18 06:22:37.359974 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13793 | 2024.08.18 06:22:37.360329 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13794 | 2024.08.18 06:22:37.360646 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13795 | 2024.08.18 06:22:37.360778 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001285 sec., 7782.101167315176 rows/sec., 546.42 KiB/sec. | ||
13796 | 2024.08.18 06:22:37.360939 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Debug> DynamicQueryHandler: Done processing query | ||
13797 | 2024.08.18 06:22:37.360963 [ 3 ] {3e357873-6a84-4682-8cbe-1e1b1fa0c997} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13798 | 2024.08.18 06:22:37.360979 [ 3 ] {} <Debug> HTTP-Session: 75975cd0-e14a-491e-93a7-b2cfaf39e993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.08.18 06:22:40.227068 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13800 | 2024.08.18 06:22:40.227141 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13801 | 2024.08.18 06:22:41.001301 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000935737 sec. | ||
13802 | 2024.08.18 06:22:42.359608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13803 | 2024.08.18 06:22:42.359745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13804 | 2024.08.18 06:22:42.359774 [ 3 ] {} <Debug> HTTP-Session: f4a47758-046a-4a27-a42e-6087695ed5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13805 | 2024.08.18 06:22:42.359801 [ 3 ] {} <Debug> HTTP-Session: f4a47758-046a-4a27-a42e-6087695ed5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13806 | 2024.08.18 06:22:42.359819 [ 3 ] {} <Debug> HTTP-Session: f4a47758-046a-4a27-a42e-6087695ed5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13807 | 2024.08.18 06:22:42.359874 [ 3 ] {} <Trace> HTTP-Session: f4a47758-046a-4a27-a42e-6087695ed5e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13808 | 2024.08.18 06:22:42.360089 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13809 | 2024.08.18 06:22:42.360162 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13810 | 2024.08.18 06:22:42.360370 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13811 | 2024.08.18 06:22:42.360794 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13812 | 2024.08.18 06:22:42.360839 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13813 | 2024.08.18 06:22:42.361200 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13814 | 2024.08.18 06:22:42.361531 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13815 | 2024.08.18 06:22:42.361704 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001668 sec., 5395.6834532374105 rows/sec., 437.35 KiB/sec. | ||
13816 | 2024.08.18 06:22:42.361923 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Debug> DynamicQueryHandler: Done processing query | ||
13817 | 2024.08.18 06:22:42.361949 [ 3 ] {eed3e409-b182-4ae3-b850-79ab733a5402} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13818 | 2024.08.18 06:22:42.361965 [ 3 ] {} <Debug> HTTP-Session: f4a47758-046a-4a27-a42e-6087695ed5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13819 | 2024.08.18 06:22:42.362106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13820 | 2024.08.18 06:22:42.362159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13821 | 2024.08.18 06:22:42.362179 [ 3 ] {} <Debug> HTTP-Session: feebab40-23cc-4244-9143-ec71f1edf6d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13822 | 2024.08.18 06:22:42.362196 [ 3 ] {} <Debug> HTTP-Session: feebab40-23cc-4244-9143-ec71f1edf6d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13823 | 2024.08.18 06:22:42.362210 [ 3 ] {} <Debug> HTTP-Session: feebab40-23cc-4244-9143-ec71f1edf6d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13824 | 2024.08.18 06:22:42.362244 [ 3 ] {} <Trace> HTTP-Session: feebab40-23cc-4244-9143-ec71f1edf6d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13825 | 2024.08.18 06:22:42.362370 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13826 | 2024.08.18 06:22:42.362415 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13827 | 2024.08.18 06:22:42.362543 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13828 | 2024.08.18 06:22:42.362878 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13829 | 2024.08.18 06:22:42.362916 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13830 | 2024.08.18 06:22:42.363231 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13831 | 2024.08.18 06:22:42.363534 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13832 | 2024.08.18 06:22:42.363678 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.89 MiB/sec. | ||
13833 | 2024.08.18 06:22:42.363859 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Debug> DynamicQueryHandler: Done processing query | ||
13834 | 2024.08.18 06:22:42.363882 [ 3 ] {2d8cae22-3382-4408-ac40-75c9c186ff5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13835 | 2024.08.18 06:22:42.363898 [ 3 ] {} <Debug> HTTP-Session: feebab40-23cc-4244-9143-ec71f1edf6d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13836 | 2024.08.18 06:22:42.364028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13837 | 2024.08.18 06:22:42.364076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13838 | 2024.08.18 06:22:42.364096 [ 3 ] {} <Debug> HTTP-Session: 57c62e5c-c521-4399-94e3-827425189ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13839 | 2024.08.18 06:22:42.364113 [ 3 ] {} <Debug> HTTP-Session: 57c62e5c-c521-4399-94e3-827425189ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13840 | 2024.08.18 06:22:42.364127 [ 3 ] {} <Debug> HTTP-Session: 57c62e5c-c521-4399-94e3-827425189ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13841 | 2024.08.18 06:22:42.364158 [ 3 ] {} <Trace> HTTP-Session: 57c62e5c-c521-4399-94e3-827425189ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13842 | 2024.08.18 06:22:42.364275 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13843 | 2024.08.18 06:22:42.364317 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13844 | 2024.08.18 06:22:42.364444 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13845 | 2024.08.18 06:22:42.364771 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13846 | 2024.08.18 06:22:42.364807 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13847 | 2024.08.18 06:22:42.365112 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13848 | 2024.08.18 06:22:42.365417 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13849 | 2024.08.18 06:22:42.365562 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001328 sec., 54969.87951807229 rows/sec., 4.29 MiB/sec. | ||
13850 | 2024.08.18 06:22:42.365735 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Debug> DynamicQueryHandler: Done processing query | ||
13851 | 2024.08.18 06:22:42.365758 [ 3 ] {6949cb49-b238-4b2b-9379-f4c071bb3731} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13852 | 2024.08.18 06:22:42.365774 [ 3 ] {} <Debug> HTTP-Session: 57c62e5c-c521-4399-94e3-827425189ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.08.18 06:22:42.365930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13854 | 2024.08.18 06:22:42.365977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13855 | 2024.08.18 06:22:42.365996 [ 3 ] {} <Debug> HTTP-Session: 20c86538-933b-4929-b46d-ffb375293a11 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13856 | 2024.08.18 06:22:42.366011 [ 3 ] {} <Debug> HTTP-Session: 20c86538-933b-4929-b46d-ffb375293a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13857 | 2024.08.18 06:22:42.366025 [ 3 ] {} <Debug> HTTP-Session: 20c86538-933b-4929-b46d-ffb375293a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13858 | 2024.08.18 06:22:42.366055 [ 3 ] {} <Trace> HTTP-Session: 20c86538-933b-4929-b46d-ffb375293a11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13859 | 2024.08.18 06:22:42.366204 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13860 | 2024.08.18 06:22:42.366250 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13861 | 2024.08.18 06:22:42.366395 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13862 | 2024.08.18 06:22:42.366756 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13863 | 2024.08.18 06:22:42.366793 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13864 | 2024.08.18 06:22:42.367174 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13865 | 2024.08.18 06:22:42.367509 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13866 | 2024.08.18 06:22:42.367651 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
13867 | 2024.08.18 06:22:42.367850 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Debug> DynamicQueryHandler: Done processing query | ||
13868 | 2024.08.18 06:22:42.367873 [ 3 ] {5cedc6b1-1a78-45f1-8533-b78b37959efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13869 | 2024.08.18 06:22:42.367888 [ 3 ] {} <Debug> HTTP-Session: 20c86538-933b-4929-b46d-ffb375293a11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13870 | 2024.08.18 06:22:42.368013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13871 | 2024.08.18 06:22:42.368061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13872 | 2024.08.18 06:22:42.368079 [ 3 ] {} <Debug> HTTP-Session: ecc62e91-cb4e-4e56-8593-c5475355eda0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13873 | 2024.08.18 06:22:42.368095 [ 3 ] {} <Debug> HTTP-Session: ecc62e91-cb4e-4e56-8593-c5475355eda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13874 | 2024.08.18 06:22:42.368108 [ 3 ] {} <Debug> HTTP-Session: ecc62e91-cb4e-4e56-8593-c5475355eda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13875 | 2024.08.18 06:22:42.368138 [ 3 ] {} <Trace> HTTP-Session: ecc62e91-cb4e-4e56-8593-c5475355eda0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13876 | 2024.08.18 06:22:42.368309 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13877 | 2024.08.18 06:22:42.368385 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <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 | ||
13878 | 2024.08.18 06:22:42.368799 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13879 | 2024.08.18 06:22:42.369304 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13880 | 2024.08.18 06:22:42.369340 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13881 | 2024.08.18 06:22:42.369915 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13882 | 2024.08.18 06:22:42.370313 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13883 | 2024.08.18 06:22:42.370509 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002296 sec., 3919.8606271777007 rows/sec., 7.02 MiB/sec. | ||
13884 | 2024.08.18 06:22:42.370734 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Debug> DynamicQueryHandler: Done processing query | ||
13885 | 2024.08.18 06:22:42.370758 [ 3 ] {c60931a1-e9e9-410a-9f14-56b89f60c897} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
13886 | 2024.08.18 06:22:42.370774 [ 3 ] {} <Debug> HTTP-Session: ecc62e91-cb4e-4e56-8593-c5475355eda0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13887 | 2024.08.18 06:22:42.370897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13888 | 2024.08.18 06:22:42.370946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13889 | 2024.08.18 06:22:42.370965 [ 3 ] {} <Debug> HTTP-Session: 94313e6f-a10c-45f0-8d47-5edfb552e1db Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13890 | 2024.08.18 06:22:42.370981 [ 3 ] {} <Debug> HTTP-Session: 94313e6f-a10c-45f0-8d47-5edfb552e1db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13891 | 2024.08.18 06:22:42.370995 [ 3 ] {} <Debug> HTTP-Session: 94313e6f-a10c-45f0-8d47-5edfb552e1db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13892 | 2024.08.18 06:22:42.371024 [ 3 ] {} <Trace> HTTP-Session: 94313e6f-a10c-45f0-8d47-5edfb552e1db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13893 | 2024.08.18 06:22:42.371146 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13894 | 2024.08.18 06:22:42.371190 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13895 | 2024.08.18 06:22:42.371316 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13896 | 2024.08.18 06:22:42.371598 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13897 | 2024.08.18 06:22:42.371634 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13898 | 2024.08.18 06:22:42.371998 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13899 | 2024.08.18 06:22:42.372323 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13900 | 2024.08.18 06:22:42.372476 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
13901 | 2024.08.18 06:22:42.372648 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Debug> DynamicQueryHandler: Done processing query | ||
13902 | 2024.08.18 06:22:42.372672 [ 3 ] {1c72f563-1f7d-447c-818b-89b04835fca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13903 | 2024.08.18 06:22:42.372687 [ 3 ] {} <Debug> HTTP-Session: 94313e6f-a10c-45f0-8d47-5edfb552e1db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13904 | 2024.08.18 06:22:47.364484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13905 | 2024.08.18 06:22:47.364608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13906 | 2024.08.18 06:22:47.364631 [ 3 ] {} <Debug> HTTP-Session: e99ba16f-85ed-4fef-9b62-d1e898351457 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13907 | 2024.08.18 06:22:47.364655 [ 3 ] {} <Debug> HTTP-Session: e99ba16f-85ed-4fef-9b62-d1e898351457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13908 | 2024.08.18 06:22:47.364669 [ 3 ] {} <Debug> HTTP-Session: e99ba16f-85ed-4fef-9b62-d1e898351457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13909 | 2024.08.18 06:22:47.364717 [ 3 ] {} <Trace> HTTP-Session: e99ba16f-85ed-4fef-9b62-d1e898351457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13910 | 2024.08.18 06:22:47.364891 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13911 | 2024.08.18 06:22:47.364952 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13912 | 2024.08.18 06:22:47.365136 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13913 | 2024.08.18 06:22:47.365521 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13914 | 2024.08.18 06:22:47.365560 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13915 | 2024.08.18 06:22:47.365908 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13916 | 2024.08.18 06:22:47.366242 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13917 | 2024.08.18 06:22:47.366384 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001547 sec., 15513.897866839043 rows/sec., 1.23 MiB/sec. | ||
13918 | 2024.08.18 06:22:47.366391 [ 56 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13919 | 2024.08.18 06:22:47.366450 [ 56 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13920 | 2024.08.18 06:22:47.366484 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13921 | 2024.08.18 06:22:47.366645 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Debug> DynamicQueryHandler: Done processing query | ||
13922 | 2024.08.18 06:22:47.366684 [ 3 ] {5c384aa3-58b9-4b17-9662-0f9b442a8912} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13923 | 2024.08.18 06:22:47.366684 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
13924 | 2024.08.18 06:22:47.366709 [ 3 ] {} <Debug> HTTP-Session: e99ba16f-85ed-4fef-9b62-d1e898351457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13925 | 2024.08.18 06:22:47.366998 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13926 | 2024.08.18 06:22:47.367017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13927 | 2024.08.18 06:22:47.367078 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 33 rows starting from the beginning of the part | ||
13928 | 2024.08.18 06:22:47.367112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13929 | 2024.08.18 06:22:47.367155 [ 3 ] {} <Debug> HTTP-Session: 52f7f28c-009d-4405-9ef8-69869fa8eae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13930 | 2024.08.18 06:22:47.367200 [ 3 ] {} <Debug> HTTP-Session: 52f7f28c-009d-4405-9ef8-69869fa8eae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13931 | 2024.08.18 06:22:47.367253 [ 3 ] {} <Debug> HTTP-Session: 52f7f28c-009d-4405-9ef8-69869fa8eae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13932 | 2024.08.18 06:22:47.367292 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
13933 | 2024.08.18 06:22:47.367363 [ 3 ] {} <Trace> HTTP-Session: 52f7f28c-009d-4405-9ef8-69869fa8eae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13934 | 2024.08.18 06:22:47.367676 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part | ||
13935 | 2024.08.18 06:22:47.367823 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13936 | 2024.08.18 06:22:47.368002 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13937 | 2024.08.18 06:22:47.368003 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
13938 | 2024.08.18 06:22:47.368362 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part | ||
13939 | 2024.08.18 06:22:47.368757 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part | ||
13940 | 2024.08.18 06:22:47.368939 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13941 | 2024.08.18 06:22:47.370062 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13942 | 2024.08.18 06:22:47.370146 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13943 | 2024.08.18 06:22:47.371089 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13944 | 2024.08.18 06:22:47.371277 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004677707 sec., 26294.934676327528 rows/sec., 2.08 MiB/sec. | ||
13945 | 2024.08.18 06:22:47.371530 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13946 | 2024.08.18 06:22:47.371817 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13947 | 2024.08.18 06:22:47.372232 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.004619 sec., 56505.73717254817 rows/sec., 4.94 MiB/sec. | ||
13948 | 2024.08.18 06:22:47.372427 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13949 | 2024.08.18 06:22:47.372557 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Debug> DynamicQueryHandler: Done processing query | ||
13950 | 2024.08.18 06:22:47.372566 [ 198 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_61_12} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13951 | 2024.08.18 06:22:47.372601 [ 3 ] {0c56eced-db51-4eae-ad77-e4e3a08bc4d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
13952 | 2024.08.18 06:22:47.372626 [ 3 ] {} <Debug> HTTP-Session: 52f7f28c-009d-4405-9ef8-69869fa8eae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13953 | 2024.08.18 06:22:47.372751 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13954 | 2024.08.18 06:22:47.372811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13955 | 2024.08.18 06:22:47.372868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13956 | 2024.08.18 06:22:47.372887 [ 3 ] {} <Debug> HTTP-Session: 1e49a7e7-2333-4808-b334-a7b3c89f1928 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13957 | 2024.08.18 06:22:47.372904 [ 3 ] {} <Debug> HTTP-Session: 1e49a7e7-2333-4808-b334-a7b3c89f1928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13958 | 2024.08.18 06:22:47.372917 [ 3 ] {} <Debug> HTTP-Session: 1e49a7e7-2333-4808-b334-a7b3c89f1928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13959 | 2024.08.18 06:22:47.372949 [ 3 ] {} <Trace> HTTP-Session: 1e49a7e7-2333-4808-b334-a7b3c89f1928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13960 | 2024.08.18 06:22:47.373060 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13961 | 2024.08.18 06:22:47.373103 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13962 | 2024.08.18 06:22:47.373249 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13963 | 2024.08.18 06:22:47.373539 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13964 | 2024.08.18 06:22:47.373574 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13965 | 2024.08.18 06:22:47.373888 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13966 | 2024.08.18 06:22:47.374190 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13967 | 2024.08.18 06:22:47.374313 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001287 sec., 10878.010878010879 rows/sec., 761.82 KiB/sec. | ||
13968 | 2024.08.18 06:22:47.374460 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Debug> DynamicQueryHandler: Done processing query | ||
13969 | 2024.08.18 06:22:47.374484 [ 3 ] {878be556-315e-4728-83d7-c69b17d0e1ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13970 | 2024.08.18 06:22:47.374499 [ 3 ] {} <Debug> HTTP-Session: 1e49a7e7-2333-4808-b334-a7b3c89f1928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.08.18 06:22:47.374624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13972 | 2024.08.18 06:22:47.374670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13973 | 2024.08.18 06:22:47.374689 [ 3 ] {} <Debug> HTTP-Session: f34e3019-6077-4316-9bd6-fb6c7a3e98e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13974 | 2024.08.18 06:22:47.374705 [ 3 ] {} <Debug> HTTP-Session: f34e3019-6077-4316-9bd6-fb6c7a3e98e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13975 | 2024.08.18 06:22:47.374719 [ 3 ] {} <Debug> HTTP-Session: f34e3019-6077-4316-9bd6-fb6c7a3e98e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13976 | 2024.08.18 06:22:47.374749 [ 3 ] {} <Trace> HTTP-Session: f34e3019-6077-4316-9bd6-fb6c7a3e98e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13977 | 2024.08.18 06:22:47.374841 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13978 | 2024.08.18 06:22:47.374881 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13979 | 2024.08.18 06:22:47.375004 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13980 | 2024.08.18 06:22:47.375261 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13981 | 2024.08.18 06:22:47.375296 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13982 | 2024.08.18 06:22:47.375589 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13983 | 2024.08.18 06:22:47.375892 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13984 | 2024.08.18 06:22:47.376013 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001196 sec., 5016.722408026756 rows/sec., 296.40 KiB/sec. | ||
13985 | 2024.08.18 06:22:47.376171 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Debug> DynamicQueryHandler: Done processing query | ||
13986 | 2024.08.18 06:22:47.376194 [ 3 ] {aa8e3653-e8c4-4f5d-8ec5-10edeaf44117} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13987 | 2024.08.18 06:22:47.376210 [ 3 ] {} <Debug> HTTP-Session: f34e3019-6077-4316-9bd6-fb6c7a3e98e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13988 | 2024.08.18 06:22:47.376383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13989 | 2024.08.18 06:22:47.376430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13990 | 2024.08.18 06:22:47.376448 [ 3 ] {} <Debug> HTTP-Session: 1ede3594-4520-40b4-a5d9-8f91fe1960a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
13991 | 2024.08.18 06:22:47.376464 [ 3 ] {} <Debug> HTTP-Session: 1ede3594-4520-40b4-a5d9-8f91fe1960a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13992 | 2024.08.18 06:22:47.376477 [ 3 ] {} <Debug> HTTP-Session: 1ede3594-4520-40b4-a5d9-8f91fe1960a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13993 | 2024.08.18 06:22:47.376507 [ 3 ] {} <Trace> HTTP-Session: 1ede3594-4520-40b4-a5d9-8f91fe1960a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13994 | 2024.08.18 06:22:47.376729 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13995 | 2024.08.18 06:22:47.376770 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13996 | 2024.08.18 06:22:47.376893 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13997 | 2024.08.18 06:22:47.377383 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13998 | 2024.08.18 06:22:47.377418 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
13999 | 2024.08.18 06:22:47.377731 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14000 | 2024.08.18 06:22:47.378024 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14001 | 2024.08.18 06:22:47.378146 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001539 sec., 263807.66731643927 rows/sec., 18.78 MiB/sec. | ||
14002 | 2024.08.18 06:22:47.378319 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Debug> DynamicQueryHandler: Done processing query | ||
14003 | 2024.08.18 06:22:47.378355 [ 3 ] {f6917a31-bf85-49d6-83f3-c410b462489a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
14004 | 2024.08.18 06:22:47.378391 [ 3 ] {} <Debug> HTTP-Session: 1ede3594-4520-40b4-a5d9-8f91fe1960a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.08.18 06:22:47.378572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14006 | 2024.08.18 06:22:47.378619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14007 | 2024.08.18 06:22:47.378637 [ 3 ] {} <Debug> HTTP-Session: 706de088-841e-4438-86fb-5c884bfdfb27 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14008 | 2024.08.18 06:22:47.378653 [ 3 ] {} <Debug> HTTP-Session: 706de088-841e-4438-86fb-5c884bfdfb27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14009 | 2024.08.18 06:22:47.378667 [ 3 ] {} <Debug> HTTP-Session: 706de088-841e-4438-86fb-5c884bfdfb27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14010 | 2024.08.18 06:22:47.378697 [ 3 ] {} <Trace> HTTP-Session: 706de088-841e-4438-86fb-5c884bfdfb27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14011 | 2024.08.18 06:22:47.378790 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14012 | 2024.08.18 06:22:47.378832 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14013 | 2024.08.18 06:22:47.378956 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14014 | 2024.08.18 06:22:47.379207 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14015 | 2024.08.18 06:22:47.379241 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14016 | 2024.08.18 06:22:47.379587 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14017 | 2024.08.18 06:22:47.379903 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14018 | 2024.08.18 06:22:47.380026 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001261 sec., 4758.128469468676 rows/sec., 248.59 KiB/sec. | ||
14019 | 2024.08.18 06:22:47.380470 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Debug> DynamicQueryHandler: Done processing query | ||
14020 | 2024.08.18 06:22:47.380554 [ 3 ] {66f941c5-b5b9-4256-8d78-3c2dd8cc3e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14021 | 2024.08.18 06:22:47.380636 [ 3 ] {} <Debug> HTTP-Session: 706de088-841e-4438-86fb-5c884bfdfb27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14022 | 2024.08.18 06:22:47.380980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14023 | 2024.08.18 06:22:47.381095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14024 | 2024.08.18 06:22:47.381114 [ 3 ] {} <Debug> HTTP-Session: 7f4079ad-4629-4090-b9bb-67152999712c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14025 | 2024.08.18 06:22:47.381131 [ 3 ] {} <Debug> HTTP-Session: 7f4079ad-4629-4090-b9bb-67152999712c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14026 | 2024.08.18 06:22:47.381144 [ 3 ] {} <Debug> HTTP-Session: 7f4079ad-4629-4090-b9bb-67152999712c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14027 | 2024.08.18 06:22:47.381174 [ 3 ] {} <Trace> HTTP-Session: 7f4079ad-4629-4090-b9bb-67152999712c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14028 | 2024.08.18 06:22:47.381349 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14029 | 2024.08.18 06:22:47.381395 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14030 | 2024.08.18 06:22:47.381547 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14031 | 2024.08.18 06:22:47.381940 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14032 | 2024.08.18 06:22:47.381975 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14033 | 2024.08.18 06:22:47.382340 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14034 | 2024.08.18 06:22:47.382680 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14035 | 2024.08.18 06:22:47.382803 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001551 sec., 152804.64216634427 rows/sec., 10.24 MiB/sec. | ||
14036 | 2024.08.18 06:22:47.382804 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
14037 | 2024.08.18 06:22:47.382861 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14038 | 2024.08.18 06:22:47.382887 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14039 | 2024.08.18 06:22:47.383014 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Debug> DynamicQueryHandler: Done processing query | ||
14040 | 2024.08.18 06:22:47.383025 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
14041 | 2024.08.18 06:22:47.383045 [ 3 ] {837db079-5e41-40cd-b77c-417c9291f801} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14042 | 2024.08.18 06:22:47.383104 [ 3 ] {} <Debug> HTTP-Session: 7f4079ad-4629-4090-b9bb-67152999712c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14043 | 2024.08.18 06:22:47.383231 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14044 | 2024.08.18 06:22:47.383267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14045 | 2024.08.18 06:22:47.383292 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_75_15, total 20898 rows starting from the beginning of the part | ||
14046 | 2024.08.18 06:22:47.383359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14047 | 2024.08.18 06:22:47.383435 [ 3 ] {} <Debug> HTTP-Session: fbdfde56-d503-4608-ab12-b0800bab2103 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14048 | 2024.08.18 06:22:47.383493 [ 3 ] {} <Debug> HTTP-Session: fbdfde56-d503-4608-ab12-b0800bab2103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14049 | 2024.08.18 06:22:47.383549 [ 3 ] {} <Debug> HTTP-Session: fbdfde56-d503-4608-ab12-b0800bab2103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14050 | 2024.08.18 06:22:47.383595 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
14051 | 2024.08.18 06:22:47.383635 [ 3 ] {} <Trace> HTTP-Session: fbdfde56-d503-4608-ab12-b0800bab2103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14052 | 2024.08.18 06:22:47.383890 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 897 rows starting from the beginning of the part | ||
14053 | 2024.08.18 06:22:47.383953 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14054 | 2024.08.18 06:22:47.384101 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 30 rows starting from the beginning of the part | ||
14055 | 2024.08.18 06:22:47.384141 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14056 | 2024.08.18 06:22:47.384562 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
14057 | 2024.08.18 06:22:47.384893 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
14058 | 2024.08.18 06:22:47.385480 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14059 | 2024.08.18 06:22:47.386157 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14060 | 2024.08.18 06:22:47.386219 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14061 | 2024.08.18 06:22:47.386667 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14062 | 2024.08.18 06:22:47.387099 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14063 | 2024.08.18 06:22:47.387235 [ 56 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
14064 | 2024.08.18 06:22:47.387263 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003407 sec., 293.51335485764605 rows/sec., 19.78 KiB/sec. | ||
14065 | 2024.08.18 06:22:47.387344 [ 56 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14066 | 2024.08.18 06:22:47.387431 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14067 | 2024.08.18 06:22:47.387849 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
14068 | 2024.08.18 06:22:47.387930 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Debug> DynamicQueryHandler: Done processing query | ||
14069 | 2024.08.18 06:22:47.388014 [ 3 ] {6cd6a7a3-94ca-41b1-b38b-e27fd12c5e69} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14070 | 2024.08.18 06:22:47.388099 [ 3 ] {} <Debug> HTTP-Session: fbdfde56-d503-4608-ab12-b0800bab2103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14071 | 2024.08.18 06:22:47.388277 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14072 | 2024.08.18 06:22:47.388329 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 29 rows starting from the beginning of the part | ||
14073 | 2024.08.18 06:22:47.388483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14074 | 2024.08.18 06:22:47.388678 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
14075 | 2024.08.18 06:22:47.388769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14076 | 2024.08.18 06:22:47.388979 [ 3 ] {} <Debug> HTTP-Session: 1c6dd503-2b4b-46f8-82fa-c6ae3cbc359c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14077 | 2024.08.18 06:22:47.389113 [ 3 ] {} <Debug> HTTP-Session: 1c6dd503-2b4b-46f8-82fa-c6ae3cbc359c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14078 | 2024.08.18 06:22:47.389135 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
14079 | 2024.08.18 06:22:47.389207 [ 3 ] {} <Debug> HTTP-Session: 1c6dd503-2b4b-46f8-82fa-c6ae3cbc359c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14080 | 2024.08.18 06:22:47.389513 [ 3 ] {} <Trace> HTTP-Session: 1c6dd503-2b4b-46f8-82fa-c6ae3cbc359c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14081 | 2024.08.18 06:22:47.389618 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14082 | 2024.08.18 06:22:47.390127 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14083 | 2024.08.18 06:22:47.390559 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14084 | 2024.08.18 06:22:47.390583 [ 186 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14085 | 2024.08.18 06:22:47.390992 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <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 | ||
14086 | 2024.08.18 06:22:47.395488 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14087 | 2024.08.18 06:22:47.396575 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.008988508 sec., 3782.60774758169 rows/sec., 254.88 KiB/sec. | ||
14088 | 2024.08.18 06:22:47.397028 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
14089 | 2024.08.18 06:22:47.397737 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22382 rows, containing 5 columns (5 merged, 0 gathered) in 0.014767886 sec., 1515585.9139216 rows/sec., 102.40 MiB/sec. | ||
14090 | 2024.08.18 06:22:47.397965 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14091 | 2024.08.18 06:22:47.398025 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14092 | 2024.08.18 06:22:47.398407 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
14093 | 2024.08.18 06:22:47.399494 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14094 | 2024.08.18 06:22:47.399887 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_34_7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
14095 | 2024.08.18 06:22:47.400178 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14096 | 2024.08.18 06:22:47.400256 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14097 | 2024.08.18 06:22:47.400491 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
14098 | 2024.08.18 06:22:47.400674 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
14099 | 2024.08.18 06:22:47.400868 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
14100 | 2024.08.18 06:22:47.401308 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14101 | 2024.08.18 06:22:47.401448 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
14102 | 2024.08.18 06:22:47.401466 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.011638 sec., 2062.210001718508 rows/sec., 3.70 MiB/sec. | ||
14103 | 2024.08.18 06:22:47.401486 [ 56 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14104 | 2024.08.18 06:22:47.401536 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14105 | 2024.08.18 06:22:47.401813 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
14106 | 2024.08.18 06:22:47.401951 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Debug> DynamicQueryHandler: Done processing query | ||
14107 | 2024.08.18 06:22:47.401989 [ 3 ] {3c36fe65-0444-4250-a146-1069cfd32d2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14108 | 2024.08.18 06:22:47.402018 [ 3 ] {} <Debug> HTTP-Session: 1c6dd503-2b4b-46f8-82fa-c6ae3cbc359c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14109 | 2024.08.18 06:22:47.402239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14110 | 2024.08.18 06:22:47.402348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14111 | 2024.08.18 06:22:47.402404 [ 3 ] {} <Debug> HTTP-Session: 7bdba424-2078-4c7b-8136-fbba12d2e32c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14112 | 2024.08.18 06:22:47.402453 [ 3 ] {} <Debug> HTTP-Session: 7bdba424-2078-4c7b-8136-fbba12d2e32c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14113 | 2024.08.18 06:22:47.402454 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14114 | 2024.08.18 06:22:47.402474 [ 3 ] {} <Debug> HTTP-Session: 7bdba424-2078-4c7b-8136-fbba12d2e32c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14115 | 2024.08.18 06:22:47.402563 [ 3 ] {} <Trace> HTTP-Session: 7bdba424-2078-4c7b-8136-fbba12d2e32c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14116 | 2024.08.18 06:22:47.402602 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 939 rows starting from the beginning of the part | ||
14117 | 2024.08.18 06:22:47.402912 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14118 | 2024.08.18 06:22:47.403096 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14119 | 2024.08.18 06:22:47.403263 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
14120 | 2024.08.18 06:22:47.403990 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14121 | 2024.08.18 06:22:47.404072 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part | ||
14122 | 2024.08.18 06:22:47.404729 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
14123 | 2024.08.18 06:22:47.405049 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14124 | 2024.08.18 06:22:47.405154 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14125 | 2024.08.18 06:22:47.405486 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part | ||
14126 | 2024.08.18 06:22:47.406105 [ 199 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part | ||
14127 | 2024.08.18 06:22:47.406501 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14128 | 2024.08.18 06:22:47.407374 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14129 | 2024.08.18 06:22:47.407749 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005022 sec., 16328.156113102348 rows/sec., 1.04 MiB/sec. | ||
14130 | 2024.08.18 06:22:47.408411 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Debug> DynamicQueryHandler: Done processing query | ||
14131 | 2024.08.18 06:22:47.408496 [ 3 ] {68e972bb-6fc1-41d8-a9d0-af60e554f7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14132 | 2024.08.18 06:22:47.408601 [ 3 ] {} <Debug> HTTP-Session: 7bdba424-2078-4c7b-8136-fbba12d2e32c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14133 | 2024.08.18 06:22:47.413928 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 19 columns (19 merged, 0 gathered) in 0.012276969 sec., 83815.47595338881 rows/sec., 150.19 MiB/sec. | ||
14134 | 2024.08.18 06:22:47.414718 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
14135 | 2024.08.18 06:22:47.415295 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14136 | 2024.08.18 06:22:47.415390 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
14137 | 2024.08.18 06:22:47.415515 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
14138 | 2024.08.18 06:22:48.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.86 MiB, peak 217.28 MiB, free memory in arenas 0.00 B, will set to 206.52 MiB (RSS), difference: 1.65 MiB | ||
14139 | 2024.08.18 06:22:52.360239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14140 | 2024.08.18 06:22:52.360385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14141 | 2024.08.18 06:22:52.360414 [ 3 ] {} <Debug> HTTP-Session: 5030aeac-50a6-4e1b-a4dd-bcc770a8134c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14142 | 2024.08.18 06:22:52.360442 [ 3 ] {} <Debug> HTTP-Session: 5030aeac-50a6-4e1b-a4dd-bcc770a8134c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14143 | 2024.08.18 06:22:52.360461 [ 3 ] {} <Debug> HTTP-Session: 5030aeac-50a6-4e1b-a4dd-bcc770a8134c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14144 | 2024.08.18 06:22:52.360516 [ 3 ] {} <Trace> HTTP-Session: 5030aeac-50a6-4e1b-a4dd-bcc770a8134c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14145 | 2024.08.18 06:22:52.360700 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14146 | 2024.08.18 06:22:52.360765 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14147 | 2024.08.18 06:22:52.360954 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14148 | 2024.08.18 06:22:52.361461 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14149 | 2024.08.18 06:22:52.361503 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14150 | 2024.08.18 06:22:52.361927 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
14151 | 2024.08.18 06:22:52.362264 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14152 | 2024.08.18 06:22:52.362425 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001777 sec., 5064.715813168261 rows/sec., 410.52 KiB/sec. | ||
14153 | 2024.08.18 06:22:52.362722 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Debug> DynamicQueryHandler: Done processing query | ||
14154 | 2024.08.18 06:22:52.362784 [ 3 ] {0e077e2c-762d-478a-ae9b-5f25339d9e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14155 | 2024.08.18 06:22:52.362829 [ 3 ] {} <Debug> HTTP-Session: 5030aeac-50a6-4e1b-a4dd-bcc770a8134c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14156 | 2024.08.18 06:22:52.362989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14157 | 2024.08.18 06:22:52.363039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14158 | 2024.08.18 06:22:52.363058 [ 3 ] {} <Debug> HTTP-Session: a40a0b51-7757-4a37-b8b1-b91fb4da365b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14159 | 2024.08.18 06:22:52.363074 [ 3 ] {} <Debug> HTTP-Session: a40a0b51-7757-4a37-b8b1-b91fb4da365b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14160 | 2024.08.18 06:22:52.363089 [ 3 ] {} <Debug> HTTP-Session: a40a0b51-7757-4a37-b8b1-b91fb4da365b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14161 | 2024.08.18 06:22:52.363120 [ 3 ] {} <Trace> HTTP-Session: a40a0b51-7757-4a37-b8b1-b91fb4da365b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14162 | 2024.08.18 06:22:52.363220 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14163 | 2024.08.18 06:22:52.363264 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14164 | 2024.08.18 06:22:52.363409 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14165 | 2024.08.18 06:22:52.363728 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14166 | 2024.08.18 06:22:52.363765 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14167 | 2024.08.18 06:22:52.364065 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
14168 | 2024.08.18 06:22:52.364367 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14169 | 2024.08.18 06:22:52.364521 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001323 sec., 3023.4315948601666 rows/sec., 246.54 KiB/sec. | ||
14170 | 2024.08.18 06:22:52.364890 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Debug> DynamicQueryHandler: Done processing query | ||
14171 | 2024.08.18 06:22:52.364917 [ 3 ] {ddc1c93a-ae81-43e2-8e16-1db9690d838e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14172 | 2024.08.18 06:22:52.364933 [ 3 ] {} <Debug> HTTP-Session: a40a0b51-7757-4a37-b8b1-b91fb4da365b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14173 | 2024.08.18 06:22:52.365068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14174 | 2024.08.18 06:22:52.365117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14175 | 2024.08.18 06:22:52.365136 [ 3 ] {} <Debug> HTTP-Session: 646cd459-2c60-40ef-89a1-89cf32ad0282 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14176 | 2024.08.18 06:22:52.365153 [ 3 ] {} <Debug> HTTP-Session: 646cd459-2c60-40ef-89a1-89cf32ad0282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14177 | 2024.08.18 06:22:52.365166 [ 3 ] {} <Debug> HTTP-Session: 646cd459-2c60-40ef-89a1-89cf32ad0282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14178 | 2024.08.18 06:22:52.365196 [ 3 ] {} <Trace> HTTP-Session: 646cd459-2c60-40ef-89a1-89cf32ad0282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14179 | 2024.08.18 06:22:52.365329 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14180 | 2024.08.18 06:22:52.365371 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14181 | 2024.08.18 06:22:52.365518 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14182 | 2024.08.18 06:22:52.365870 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14183 | 2024.08.18 06:22:52.365907 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14184 | 2024.08.18 06:22:52.366218 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14185 | 2024.08.18 06:22:52.366523 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14186 | 2024.08.18 06:22:52.366669 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Debug> executeQuery: Read 85 rows, 6.94 KiB in 0.001383 sec., 61460.59291395517 rows/sec., 4.90 MiB/sec. | ||
14187 | 2024.08.18 06:22:52.366686 [ 51 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14188 | 2024.08.18 06:22:52.366795 [ 51 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14189 | 2024.08.18 06:22:52.366833 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14190 | 2024.08.18 06:22:52.366919 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Debug> DynamicQueryHandler: Done processing query | ||
14191 | 2024.08.18 06:22:52.366958 [ 3 ] {3010dd82-270e-4874-a05f-bdb133e24fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14192 | 2024.08.18 06:22:52.366983 [ 3 ] {} <Debug> HTTP-Session: 646cd459-2c60-40ef-89a1-89cf32ad0282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14193 | 2024.08.18 06:22:52.367011 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
14194 | 2024.08.18 06:22:52.367115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14195 | 2024.08.18 06:22:52.367169 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14196 | 2024.08.18 06:22:52.367177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14197 | 2024.08.18 06:22:52.367209 [ 3 ] {} <Debug> HTTP-Session: 31cb6308-f2ac-4a1a-a4ca-a3028241d10f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14198 | 2024.08.18 06:22:52.367212 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part | ||
14199 | 2024.08.18 06:22:52.367227 [ 3 ] {} <Debug> HTTP-Session: 31cb6308-f2ac-4a1a-a4ca-a3028241d10f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.08.18 06:22:52.367250 [ 3 ] {} <Debug> HTTP-Session: 31cb6308-f2ac-4a1a-a4ca-a3028241d10f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14201 | 2024.08.18 06:22:52.367297 [ 3 ] {} <Trace> HTTP-Session: 31cb6308-f2ac-4a1a-a4ca-a3028241d10f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14202 | 2024.08.18 06:22:52.367338 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1401 rows starting from the beginning of the part | ||
14203 | 2024.08.18 06:22:52.367700 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14204 | 2024.08.18 06:22:52.367751 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 52 rows starting from the beginning of the part | ||
14205 | 2024.08.18 06:22:52.367830 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14206 | 2024.08.18 06:22:52.368036 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 83 rows starting from the beginning of the part | ||
14207 | 2024.08.18 06:22:52.368367 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 261 rows starting from the beginning of the part | ||
14208 | 2024.08.18 06:22:52.368656 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 85 rows starting from the beginning of the part | ||
14209 | 2024.08.18 06:22:52.369068 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14210 | 2024.08.18 06:22:52.369677 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14211 | 2024.08.18 06:22:52.369716 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14212 | 2024.08.18 06:22:52.370137 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
14213 | 2024.08.18 06:22:52.370600 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14214 | 2024.08.18 06:22:52.370768 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003272 sec., 1222.4938875305622 rows/sec., 85.36 KiB/sec. | ||
14215 | 2024.08.18 06:22:52.371363 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Debug> DynamicQueryHandler: Done processing query | ||
14216 | 2024.08.18 06:22:52.371431 [ 3 ] {623adfa2-b776-4a3c-a1ac-c7dee461d3cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14217 | 2024.08.18 06:22:52.371533 [ 3 ] {} <Debug> HTTP-Session: 31cb6308-f2ac-4a1a-a4ca-a3028241d10f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14218 | 2024.08.18 06:22:52.371854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 13093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14219 | 2024.08.18 06:22:52.372069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14220 | 2024.08.18 06:22:52.372165 [ 3 ] {} <Debug> HTTP-Session: 34a0e094-5ed5-41e9-842f-249a85f88af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14221 | 2024.08.18 06:22:52.372226 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 4 columns (4 merged, 0 gathered) in 0.005286159 sec., 627676.9200472403 rows/sec., 52.30 MiB/sec. | ||
14222 | 2024.08.18 06:22:52.372247 [ 3 ] {} <Debug> HTTP-Session: 34a0e094-5ed5-41e9-842f-249a85f88af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14223 | 2024.08.18 06:22:52.372327 [ 3 ] {} <Debug> HTTP-Session: 34a0e094-5ed5-41e9-842f-249a85f88af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14224 | 2024.08.18 06:22:52.372456 [ 3 ] {} <Trace> HTTP-Session: 34a0e094-5ed5-41e9-842f-249a85f88af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14225 | 2024.08.18 06:22:52.372625 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14226 | 2024.08.18 06:22:52.372866 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14227 | 2024.08.18 06:22:52.373039 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14228 | 2024.08.18 06:22:52.373944 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14229 | 2024.08.18 06:22:52.374115 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14230 | 2024.08.18 06:22:52.374271 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_81_16} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14231 | 2024.08.18 06:22:52.374373 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
14232 | 2024.08.18 06:22:52.374439 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14233 | 2024.08.18 06:22:52.374475 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14234 | 2024.08.18 06:22:52.374784 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14235 | 2024.08.18 06:22:52.375093 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14236 | 2024.08.18 06:22:52.375240 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002556 sec., 30125.195618153364 rows/sec., 2.35 MiB/sec. | ||
14237 | 2024.08.18 06:22:52.375247 [ 51 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14238 | 2024.08.18 06:22:52.375337 [ 51 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14239 | 2024.08.18 06:22:52.375380 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14240 | 2024.08.18 06:22:52.375565 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Debug> DynamicQueryHandler: Done processing query | ||
14241 | 2024.08.18 06:22:52.375645 [ 3 ] {2eb4ae8c-1eb3-4134-b72b-a3003f8d1a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14242 | 2024.08.18 06:22:52.375685 [ 3 ] {} <Debug> HTTP-Session: 34a0e094-5ed5-41e9-842f-249a85f88af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14243 | 2024.08.18 06:22:52.375704 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
14244 | 2024.08.18 06:22:52.375987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14245 | 2024.08.18 06:22:52.376161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14246 | 2024.08.18 06:22:52.376251 [ 3 ] {} <Debug> HTTP-Session: df186240-83d3-4476-b131-83eac2ff4d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14247 | 2024.08.18 06:22:52.376334 [ 3 ] {} <Debug> HTTP-Session: df186240-83d3-4476-b131-83eac2ff4d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14248 | 2024.08.18 06:22:52.376398 [ 3 ] {} <Debug> HTTP-Session: df186240-83d3-4476-b131-83eac2ff4d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14249 | 2024.08.18 06:22:52.376528 [ 3 ] {} <Trace> HTTP-Session: df186240-83d3-4476-b131-83eac2ff4d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14250 | 2024.08.18 06:22:52.376659 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14251 | 2024.08.18 06:22:52.376880 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 905 rows starting from the beginning of the part | ||
14252 | 2024.08.18 06:22:52.376904 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14253 | 2024.08.18 06:22:52.377046 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14254 | 2024.08.18 06:22:52.377278 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 862 rows starting from the beginning of the part | ||
14255 | 2024.08.18 06:22:52.377656 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
14256 | 2024.08.18 06:22:52.378011 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 73 rows starting from the beginning of the part | ||
14257 | 2024.08.18 06:22:52.378035 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14258 | 2024.08.18 06:22:52.378278 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 406 rows starting from the beginning of the part | ||
14259 | 2024.08.18 06:22:52.378424 [ 210 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 77 rows starting from the beginning of the part | ||
14260 | 2024.08.18 06:22:52.379298 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14261 | 2024.08.18 06:22:52.379359 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14262 | 2024.08.18 06:22:52.380261 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14263 | 2024.08.18 06:22:52.381130 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14264 | 2024.08.18 06:22:52.381341 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00457 sec., 35448.57768052516 rows/sec., 2.47 MiB/sec. | ||
14265 | 2024.08.18 06:22:52.381844 [ 196 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2379 rows, containing 4 columns (4 merged, 0 gathered) in 0.006359759 sec., 374070.77846817777 rows/sec., 27.23 MiB/sec. | ||
14266 | 2024.08.18 06:22:52.381859 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Debug> DynamicQueryHandler: Done processing query | ||
14267 | 2024.08.18 06:22:52.381895 [ 3 ] {c4494928-cbf2-48a4-b50a-09b4c3a32de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14268 | 2024.08.18 06:22:52.381924 [ 3 ] {} <Debug> HTTP-Session: df186240-83d3-4476-b131-83eac2ff4d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14269 | 2024.08.18 06:22:52.382067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14270 | 2024.08.18 06:22:52.382125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14271 | 2024.08.18 06:22:52.382160 [ 3 ] {} <Debug> HTTP-Session: c7520a06-dfdb-408d-ae3d-a5b12d2a10b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14272 | 2024.08.18 06:22:52.382179 [ 3 ] {} <Debug> HTTP-Session: c7520a06-dfdb-408d-ae3d-a5b12d2a10b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14273 | 2024.08.18 06:22:52.382194 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14274 | 2024.08.18 06:22:52.382209 [ 3 ] {} <Debug> HTTP-Session: c7520a06-dfdb-408d-ae3d-a5b12d2a10b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14275 | 2024.08.18 06:22:52.382319 [ 3 ] {} <Trace> HTTP-Session: c7520a06-dfdb-408d-ae3d-a5b12d2a10b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14276 | 2024.08.18 06:22:52.382693 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14277 | 2024.08.18 06:22:52.382856 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <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 | ||
14278 | 2024.08.18 06:22:52.383167 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14279 | 2024.08.18 06:22:52.383405 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_81_16} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14280 | 2024.08.18 06:22:52.383618 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
14281 | 2024.08.18 06:22:52.383858 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14282 | 2024.08.18 06:22:52.384600 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14283 | 2024.08.18 06:22:52.384639 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14284 | 2024.08.18 06:22:52.385247 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
14285 | 2024.08.18 06:22:52.385670 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14286 | 2024.08.18 06:22:52.385868 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.003421 sec., 2630.809704764689 rows/sec., 4.71 MiB/sec. | ||
14287 | 2024.08.18 06:22:52.386407 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Debug> DynamicQueryHandler: Done processing query | ||
14288 | 2024.08.18 06:22:52.386453 [ 3 ] {9aa38209-80c0-4038-9cf7-19e7b85500c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
14289 | 2024.08.18 06:22:52.386470 [ 3 ] {} <Debug> HTTP-Session: c7520a06-dfdb-408d-ae3d-a5b12d2a10b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14290 | 2024.08.18 06:22:52.386597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14291 | 2024.08.18 06:22:52.386648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14292 | 2024.08.18 06:22:52.386668 [ 3 ] {} <Debug> HTTP-Session: 1b81803e-39df-426b-961f-b20993467668 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14293 | 2024.08.18 06:22:52.386684 [ 3 ] {} <Debug> HTTP-Session: 1b81803e-39df-426b-961f-b20993467668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14294 | 2024.08.18 06:22:52.386698 [ 3 ] {} <Debug> HTTP-Session: 1b81803e-39df-426b-961f-b20993467668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14295 | 2024.08.18 06:22:52.386729 [ 3 ] {} <Trace> HTTP-Session: 1b81803e-39df-426b-961f-b20993467668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14296 | 2024.08.18 06:22:52.386863 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14297 | 2024.08.18 06:22:52.386909 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14298 | 2024.08.18 06:22:52.387057 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14299 | 2024.08.18 06:22:52.387418 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14300 | 2024.08.18 06:22:52.387455 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14301 | 2024.08.18 06:22:52.387815 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14302 | 2024.08.18 06:22:52.388148 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14303 | 2024.08.18 06:22:52.388304 [ 51 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14304 | 2024.08.18 06:22:52.388308 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
14305 | 2024.08.18 06:22:52.388360 [ 51 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14306 | 2024.08.18 06:22:52.388421 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14307 | 2024.08.18 06:22:52.388648 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Debug> DynamicQueryHandler: Done processing query | ||
14308 | 2024.08.18 06:22:52.388648 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
14309 | 2024.08.18 06:22:52.388682 [ 3 ] {a1160c62-962d-4c78-8f1b-323a33a04675} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14310 | 2024.08.18 06:22:52.388742 [ 3 ] {} <Debug> HTTP-Session: 1b81803e-39df-426b-961f-b20993467668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.08.18 06:22:52.388893 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14312 | 2024.08.18 06:22:52.388940 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4622 rows starting from the beginning of the part | ||
14313 | 2024.08.18 06:22:52.389083 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part | ||
14314 | 2024.08.18 06:22:52.389246 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 10 rows starting from the beginning of the part | ||
14315 | 2024.08.18 06:22:52.389431 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
14316 | 2024.08.18 06:22:52.389597 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
14317 | 2024.08.18 06:22:52.389721 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
14318 | 2024.08.18 06:22:52.391812 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4906 rows, containing 4 columns (4 merged, 0 gathered) in 0.003271981 sec., 1499397.4598263253 rows/sec., 97.73 MiB/sec. | ||
14319 | 2024.08.18 06:22:52.392378 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14320 | 2024.08.18 06:22:52.392862 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14321 | 2024.08.18 06:22:52.392939 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_81_16} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14322 | 2024.08.18 06:22:52.393024 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
14323 | 2024.08.18 06:22:55.227196 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14324 | 2024.08.18 06:22:55.227254 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14325 | 2024.08.18 06:22:57.363934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14326 | 2024.08.18 06:22:57.364059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14327 | 2024.08.18 06:22:57.364083 [ 3 ] {} <Debug> HTTP-Session: 7de536c0-1e07-48bc-a68d-42e27c2d96cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14328 | 2024.08.18 06:22:57.364106 [ 3 ] {} <Debug> HTTP-Session: 7de536c0-1e07-48bc-a68d-42e27c2d96cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14329 | 2024.08.18 06:22:57.364121 [ 3 ] {} <Debug> HTTP-Session: 7de536c0-1e07-48bc-a68d-42e27c2d96cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14330 | 2024.08.18 06:22:57.364171 [ 3 ] {} <Trace> HTTP-Session: 7de536c0-1e07-48bc-a68d-42e27c2d96cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14331 | 2024.08.18 06:22:57.364367 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14332 | 2024.08.18 06:22:57.364436 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14333 | 2024.08.18 06:22:57.364633 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14334 | 2024.08.18 06:22:57.365104 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14335 | 2024.08.18 06:22:57.365145 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14336 | 2024.08.18 06:22:57.365512 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14337 | 2024.08.18 06:22:57.365856 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14338 | 2024.08.18 06:22:57.366019 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.11 MiB/sec. | ||
14339 | 2024.08.18 06:22:57.366227 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Debug> DynamicQueryHandler: Done processing query | ||
14340 | 2024.08.18 06:22:57.366252 [ 3 ] {7cdcfad3-e90d-4290-a724-7be7f5cd97f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14341 | 2024.08.18 06:22:57.366269 [ 3 ] {} <Debug> HTTP-Session: 7de536c0-1e07-48bc-a68d-42e27c2d96cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14342 | 2024.08.18 06:22:57.366471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14343 | 2024.08.18 06:22:57.366521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14344 | 2024.08.18 06:22:57.366540 [ 3 ] {} <Debug> HTTP-Session: 3dc46f70-30b6-4fed-96d6-07351514f54e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14345 | 2024.08.18 06:22:57.366557 [ 3 ] {} <Debug> HTTP-Session: 3dc46f70-30b6-4fed-96d6-07351514f54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14346 | 2024.08.18 06:22:57.366571 [ 3 ] {} <Debug> HTTP-Session: 3dc46f70-30b6-4fed-96d6-07351514f54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14347 | 2024.08.18 06:22:57.366602 [ 3 ] {} <Trace> HTTP-Session: 3dc46f70-30b6-4fed-96d6-07351514f54e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14348 | 2024.08.18 06:22:57.366777 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14349 | 2024.08.18 06:22:57.366821 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14350 | 2024.08.18 06:22:57.366946 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14351 | 2024.08.18 06:22:57.367434 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14352 | 2024.08.18 06:22:57.367471 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14353 | 2024.08.18 06:22:57.367795 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14354 | 2024.08.18 06:22:57.368096 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14355 | 2024.08.18 06:22:57.368239 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001552 sec., 168170.1030927835 rows/sec., 14.71 MiB/sec. | ||
14356 | 2024.08.18 06:22:57.368413 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Debug> DynamicQueryHandler: Done processing query | ||
14357 | 2024.08.18 06:22:57.368437 [ 3 ] {34dfd194-f095-4835-91c4-771848d33527} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
14358 | 2024.08.18 06:22:57.368452 [ 3 ] {} <Debug> HTTP-Session: 3dc46f70-30b6-4fed-96d6-07351514f54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14359 | 2024.08.18 06:22:57.368580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14360 | 2024.08.18 06:22:57.368627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14361 | 2024.08.18 06:22:57.368646 [ 3 ] {} <Debug> HTTP-Session: 5c454547-a771-4062-8410-f6e73ddca7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14362 | 2024.08.18 06:22:57.368663 [ 3 ] {} <Debug> HTTP-Session: 5c454547-a771-4062-8410-f6e73ddca7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14363 | 2024.08.18 06:22:57.368676 [ 3 ] {} <Debug> HTTP-Session: 5c454547-a771-4062-8410-f6e73ddca7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14364 | 2024.08.18 06:22:57.368706 [ 3 ] {} <Trace> HTTP-Session: 5c454547-a771-4062-8410-f6e73ddca7ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14365 | 2024.08.18 06:22:57.368802 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14366 | 2024.08.18 06:22:57.368843 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14367 | 2024.08.18 06:22:57.368976 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14368 | 2024.08.18 06:22:57.369352 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14369 | 2024.08.18 06:22:57.369393 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14370 | 2024.08.18 06:22:57.369704 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14371 | 2024.08.18 06:22:57.370021 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14372 | 2024.08.18 06:22:57.370177 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001389 sec., 10079.19366450684 rows/sec., 705.88 KiB/sec. | ||
14373 | 2024.08.18 06:22:57.370475 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Debug> DynamicQueryHandler: Done processing query | ||
14374 | 2024.08.18 06:22:57.370510 [ 3 ] {edd85157-7d94-47f9-948e-5c949def12e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14375 | 2024.08.18 06:22:57.370526 [ 3 ] {} <Debug> HTTP-Session: 5c454547-a771-4062-8410-f6e73ddca7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14376 | 2024.08.18 06:22:57.370652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14377 | 2024.08.18 06:22:57.370701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14378 | 2024.08.18 06:22:57.370719 [ 3 ] {} <Debug> HTTP-Session: 557da1e8-e4c4-474e-896c-c89c9311dc78 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14379 | 2024.08.18 06:22:57.370735 [ 3 ] {} <Debug> HTTP-Session: 557da1e8-e4c4-474e-896c-c89c9311dc78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14380 | 2024.08.18 06:22:57.370748 [ 3 ] {} <Debug> HTTP-Session: 557da1e8-e4c4-474e-896c-c89c9311dc78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14381 | 2024.08.18 06:22:57.370779 [ 3 ] {} <Trace> HTTP-Session: 557da1e8-e4c4-474e-896c-c89c9311dc78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14382 | 2024.08.18 06:22:57.370875 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14383 | 2024.08.18 06:22:57.370919 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14384 | 2024.08.18 06:22:57.371065 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14385 | 2024.08.18 06:22:57.371352 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14386 | 2024.08.18 06:22:57.371389 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14387 | 2024.08.18 06:22:57.371689 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14388 | 2024.08.18 06:22:57.371995 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14389 | 2024.08.18 06:22:57.372148 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 275.01 KiB/sec. | ||
14390 | 2024.08.18 06:22:57.372430 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Debug> DynamicQueryHandler: Done processing query | ||
14391 | 2024.08.18 06:22:57.372482 [ 3 ] {5d93b990-6293-47bc-8fc7-b2a9d37fea8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14392 | 2024.08.18 06:22:57.372516 [ 3 ] {} <Debug> HTTP-Session: 557da1e8-e4c4-474e-896c-c89c9311dc78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14393 | 2024.08.18 06:22:57.372696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14394 | 2024.08.18 06:22:57.372744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14395 | 2024.08.18 06:22:57.372762 [ 3 ] {} <Debug> HTTP-Session: 61831e6e-8615-4388-9c2f-898b2ef1f71d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14396 | 2024.08.18 06:22:57.372778 [ 3 ] {} <Debug> HTTP-Session: 61831e6e-8615-4388-9c2f-898b2ef1f71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14397 | 2024.08.18 06:22:57.372792 [ 3 ] {} <Debug> HTTP-Session: 61831e6e-8615-4388-9c2f-898b2ef1f71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14398 | 2024.08.18 06:22:57.372824 [ 3 ] {} <Trace> HTTP-Session: 61831e6e-8615-4388-9c2f-898b2ef1f71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14399 | 2024.08.18 06:22:57.373028 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14400 | 2024.08.18 06:22:57.373071 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14401 | 2024.08.18 06:22:57.373219 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14402 | 2024.08.18 06:22:57.373757 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14403 | 2024.08.18 06:22:57.373792 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14404 | 2024.08.18 06:22:57.374113 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14405 | 2024.08.18 06:22:57.374422 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14406 | 2024.08.18 06:22:57.374564 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.001635 sec., 248318.04281345566 rows/sec., 17.68 MiB/sec. | ||
14407 | 2024.08.18 06:22:57.374812 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Debug> DynamicQueryHandler: Done processing query | ||
14408 | 2024.08.18 06:22:57.374865 [ 3 ] {16cebd92-eff5-479b-9a57-2748688a1a2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
14409 | 2024.08.18 06:22:57.374919 [ 3 ] {} <Debug> HTTP-Session: 61831e6e-8615-4388-9c2f-898b2ef1f71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14410 | 2024.08.18 06:22:57.375093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14411 | 2024.08.18 06:22:57.375144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14412 | 2024.08.18 06:22:57.375163 [ 3 ] {} <Debug> HTTP-Session: 62495b0a-ad9c-4371-b29f-6ad8127c75e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14413 | 2024.08.18 06:22:57.375179 [ 3 ] {} <Debug> HTTP-Session: 62495b0a-ad9c-4371-b29f-6ad8127c75e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14414 | 2024.08.18 06:22:57.375193 [ 3 ] {} <Debug> HTTP-Session: 62495b0a-ad9c-4371-b29f-6ad8127c75e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14415 | 2024.08.18 06:22:57.375224 [ 3 ] {} <Trace> HTTP-Session: 62495b0a-ad9c-4371-b29f-6ad8127c75e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14416 | 2024.08.18 06:22:57.375326 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14417 | 2024.08.18 06:22:57.375371 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14418 | 2024.08.18 06:22:57.375518 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14419 | 2024.08.18 06:22:57.375816 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14420 | 2024.08.18 06:22:57.375852 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14421 | 2024.08.18 06:22:57.376210 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14422 | 2024.08.18 06:22:57.376526 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14423 | 2024.08.18 06:22:57.376687 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
14424 | 2024.08.18 06:22:57.377002 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Debug> DynamicQueryHandler: Done processing query | ||
14425 | 2024.08.18 06:22:57.377052 [ 3 ] {8d68a65d-47e6-4602-9354-dce8b0bdc5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14426 | 2024.08.18 06:22:57.377068 [ 3 ] {} <Debug> HTTP-Session: 62495b0a-ad9c-4371-b29f-6ad8127c75e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14427 | 2024.08.18 06:22:57.377221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14428 | 2024.08.18 06:22:57.377270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14429 | 2024.08.18 06:22:57.377289 [ 3 ] {} <Debug> HTTP-Session: 726fa635-aa98-45bc-b882-8578be6de5a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14430 | 2024.08.18 06:22:57.377305 [ 3 ] {} <Debug> HTTP-Session: 726fa635-aa98-45bc-b882-8578be6de5a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14431 | 2024.08.18 06:22:57.377318 [ 3 ] {} <Debug> HTTP-Session: 726fa635-aa98-45bc-b882-8578be6de5a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14432 | 2024.08.18 06:22:57.377349 [ 3 ] {} <Trace> HTTP-Session: 726fa635-aa98-45bc-b882-8578be6de5a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14433 | 2024.08.18 06:22:57.377550 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14434 | 2024.08.18 06:22:57.377598 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14435 | 2024.08.18 06:22:57.377764 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14436 | 2024.08.18 06:22:57.378242 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14437 | 2024.08.18 06:22:57.378279 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14438 | 2024.08.18 06:22:57.378658 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14439 | 2024.08.18 06:22:57.378991 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14440 | 2024.08.18 06:22:57.379142 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
14441 | 2024.08.18 06:22:57.379318 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Debug> DynamicQueryHandler: Done processing query | ||
14442 | 2024.08.18 06:22:57.379342 [ 3 ] {c7b2e8ab-ba8c-4fea-82cc-69fb1f4c8020} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14443 | 2024.08.18 06:22:57.379358 [ 3 ] {} <Debug> HTTP-Session: 726fa635-aa98-45bc-b882-8578be6de5a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14444 | 2024.08.18 06:22:57.379473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14445 | 2024.08.18 06:22:57.379521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14446 | 2024.08.18 06:22:57.379540 [ 3 ] {} <Debug> HTTP-Session: 71fd98db-69c0-4b67-9190-e28436bc37ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14447 | 2024.08.18 06:22:57.379557 [ 3 ] {} <Debug> HTTP-Session: 71fd98db-69c0-4b67-9190-e28436bc37ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14448 | 2024.08.18 06:22:57.379571 [ 3 ] {} <Debug> HTTP-Session: 71fd98db-69c0-4b67-9190-e28436bc37ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14449 | 2024.08.18 06:22:57.379602 [ 3 ] {} <Trace> HTTP-Session: 71fd98db-69c0-4b67-9190-e28436bc37ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14450 | 2024.08.18 06:22:57.379697 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14451 | 2024.08.18 06:22:57.379742 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14452 | 2024.08.18 06:22:57.379868 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14453 | 2024.08.18 06:22:57.380143 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14454 | 2024.08.18 06:22:57.380180 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14455 | 2024.08.18 06:22:57.380524 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14456 | 2024.08.18 06:22:57.380839 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14457 | 2024.08.18 06:22:57.380963 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
14458 | 2024.08.18 06:22:57.381124 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Debug> DynamicQueryHandler: Done processing query | ||
14459 | 2024.08.18 06:22:57.381148 [ 3 ] {47582a9a-7e47-4058-b299-ef70866a736c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14460 | 2024.08.18 06:22:57.381164 [ 3 ] {} <Debug> HTTP-Session: 71fd98db-69c0-4b67-9190-e28436bc37ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14461 | 2024.08.18 06:22:57.381317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14462 | 2024.08.18 06:22:57.381366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14463 | 2024.08.18 06:22:57.381384 [ 3 ] {} <Debug> HTTP-Session: 8a6c7b09-a26f-4f22-a473-1fe277061f8f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14464 | 2024.08.18 06:22:57.381400 [ 3 ] {} <Debug> HTTP-Session: 8a6c7b09-a26f-4f22-a473-1fe277061f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14465 | 2024.08.18 06:22:57.381413 [ 3 ] {} <Debug> HTTP-Session: 8a6c7b09-a26f-4f22-a473-1fe277061f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14466 | 2024.08.18 06:22:57.381442 [ 3 ] {} <Trace> HTTP-Session: 8a6c7b09-a26f-4f22-a473-1fe277061f8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14467 | 2024.08.18 06:22:57.381728 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14468 | 2024.08.18 06:22:57.381790 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <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 | ||
14469 | 2024.08.18 06:22:57.382197 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14470 | 2024.08.18 06:22:57.382906 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14471 | 2024.08.18 06:22:57.382940 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14472 | 2024.08.18 06:22:57.383576 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14473 | 2024.08.18 06:22:57.383971 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14474 | 2024.08.18 06:22:57.384116 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002587 sec., 9277.155005798222 rows/sec., 16.62 MiB/sec. | ||
14475 | 2024.08.18 06:22:57.384328 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Debug> DynamicQueryHandler: Done processing query | ||
14476 | 2024.08.18 06:22:57.384352 [ 3 ] {691b8298-3c84-470e-b7b4-3a1702a54bf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14477 | 2024.08.18 06:22:57.384368 [ 3 ] {} <Debug> HTTP-Session: 8a6c7b09-a26f-4f22-a473-1fe277061f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14478 | 2024.08.18 06:22:57.384493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14479 | 2024.08.18 06:22:57.384539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14480 | 2024.08.18 06:22:57.384557 [ 3 ] {} <Debug> HTTP-Session: 44607030-6901-4202-b5d0-43f780938b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14481 | 2024.08.18 06:22:57.384573 [ 3 ] {} <Debug> HTTP-Session: 44607030-6901-4202-b5d0-43f780938b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14482 | 2024.08.18 06:22:57.384609 [ 3 ] {} <Debug> HTTP-Session: 44607030-6901-4202-b5d0-43f780938b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14483 | 2024.08.18 06:22:57.384642 [ 3 ] {} <Trace> HTTP-Session: 44607030-6901-4202-b5d0-43f780938b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14484 | 2024.08.18 06:22:57.384762 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14485 | 2024.08.18 06:22:57.384806 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14486 | 2024.08.18 06:22:57.384934 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14487 | 2024.08.18 06:22:57.385242 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14488 | 2024.08.18 06:22:57.385278 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
14489 | 2024.08.18 06:22:57.385688 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14490 | 2024.08.18 06:22:57.385992 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14491 | 2024.08.18 06:22:57.386115 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
14492 | 2024.08.18 06:22:57.386277 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Debug> DynamicQueryHandler: Done processing query | ||
14493 | 2024.08.18 06:22:57.386301 [ 3 ] {f37f70ac-1b68-46c8-a7f0-e6272b5023e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14494 | 2024.08.18 06:22:57.386316 [ 3 ] {} <Debug> HTTP-Session: 44607030-6901-4202-b5d0-43f780938b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14495 | 2024.08.18 06:23:02.360293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14496 | 2024.08.18 06:23:02.360489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14497 | 2024.08.18 06:23:02.360536 [ 3 ] {} <Debug> HTTP-Session: 63080360-92c6-49d9-a340-7b2bfd0d217a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14498 | 2024.08.18 06:23:02.360577 [ 3 ] {} <Debug> HTTP-Session: 63080360-92c6-49d9-a340-7b2bfd0d217a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14499 | 2024.08.18 06:23:02.360605 [ 3 ] {} <Debug> HTTP-Session: 63080360-92c6-49d9-a340-7b2bfd0d217a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14500 | 2024.08.18 06:23:02.360682 [ 3 ] {} <Trace> HTTP-Session: 63080360-92c6-49d9-a340-7b2bfd0d217a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14501 | 2024.08.18 06:23:02.360944 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14502 | 2024.08.18 06:23:02.361009 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14503 | 2024.08.18 06:23:02.361204 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14504 | 2024.08.18 06:23:02.361653 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14505 | 2024.08.18 06:23:02.361695 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14506 | 2024.08.18 06:23:02.362060 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14507 | 2024.08.18 06:23:02.362407 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14508 | 2024.08.18 06:23:02.362590 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001702 sec., 5287.896592244419 rows/sec., 428.61 KiB/sec. | ||
14509 | 2024.08.18 06:23:02.362816 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Debug> DynamicQueryHandler: Done processing query | ||
14510 | 2024.08.18 06:23:02.362845 [ 3 ] {810d66da-c036-48d2-9b81-fc57cdc5bcee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14511 | 2024.08.18 06:23:02.362862 [ 3 ] {} <Debug> HTTP-Session: 63080360-92c6-49d9-a340-7b2bfd0d217a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14512 | 2024.08.18 06:23:02.363012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14513 | 2024.08.18 06:23:02.363068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14514 | 2024.08.18 06:23:02.363088 [ 3 ] {} <Debug> HTTP-Session: eb34bae5-7c38-4d50-a27b-194272abd534 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14515 | 2024.08.18 06:23:02.363105 [ 3 ] {} <Debug> HTTP-Session: eb34bae5-7c38-4d50-a27b-194272abd534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14516 | 2024.08.18 06:23:02.363119 [ 3 ] {} <Debug> HTTP-Session: eb34bae5-7c38-4d50-a27b-194272abd534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14517 | 2024.08.18 06:23:02.363153 [ 3 ] {} <Trace> HTTP-Session: eb34bae5-7c38-4d50-a27b-194272abd534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14518 | 2024.08.18 06:23:02.363283 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14519 | 2024.08.18 06:23:02.363328 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14520 | 2024.08.18 06:23:02.363471 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14521 | 2024.08.18 06:23:02.363841 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14522 | 2024.08.18 06:23:02.363880 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14523 | 2024.08.18 06:23:02.364191 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14524 | 2024.08.18 06:23:02.364494 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14525 | 2024.08.18 06:23:02.364651 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Debug> executeQuery: Read 83 rows, 6.79 KiB in 0.001415 sec., 58657.24381625441 rows/sec., 4.69 MiB/sec. | ||
14526 | 2024.08.18 06:23:02.364826 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Debug> DynamicQueryHandler: Done processing query | ||
14527 | 2024.08.18 06:23:02.364851 [ 3 ] {d4d20c1d-dbf3-4b6b-b494-ee6f83fe3a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14528 | 2024.08.18 06:23:02.364867 [ 3 ] {} <Debug> HTTP-Session: eb34bae5-7c38-4d50-a27b-194272abd534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14529 | 2024.08.18 06:23:02.365001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14530 | 2024.08.18 06:23:02.365052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14531 | 2024.08.18 06:23:02.365071 [ 3 ] {} <Debug> HTTP-Session: 131ab1a2-1846-4eee-8007-2011674a51cc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14532 | 2024.08.18 06:23:02.365088 [ 3 ] {} <Debug> HTTP-Session: 131ab1a2-1846-4eee-8007-2011674a51cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14533 | 2024.08.18 06:23:02.365102 [ 3 ] {} <Debug> HTTP-Session: 131ab1a2-1846-4eee-8007-2011674a51cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14534 | 2024.08.18 06:23:02.365134 [ 3 ] {} <Trace> HTTP-Session: 131ab1a2-1846-4eee-8007-2011674a51cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14535 | 2024.08.18 06:23:02.365252 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14536 | 2024.08.18 06:23:02.365294 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14537 | 2024.08.18 06:23:02.365421 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14538 | 2024.08.18 06:23:02.365754 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14539 | 2024.08.18 06:23:02.365791 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14540 | 2024.08.18 06:23:02.366098 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14541 | 2024.08.18 06:23:02.366400 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14542 | 2024.08.18 06:23:02.366544 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001333 sec., 54763.69092273068 rows/sec., 4.28 MiB/sec. | ||
14543 | 2024.08.18 06:23:02.366720 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Debug> DynamicQueryHandler: Done processing query | ||
14544 | 2024.08.18 06:23:02.366745 [ 3 ] {ab57f95e-7045-41dc-b995-d4237f9f5636} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14545 | 2024.08.18 06:23:02.366761 [ 3 ] {} <Debug> HTTP-Session: 131ab1a2-1846-4eee-8007-2011674a51cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14546 | 2024.08.18 06:23:02.366922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14547 | 2024.08.18 06:23:02.366970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14548 | 2024.08.18 06:23:02.366989 [ 3 ] {} <Debug> HTTP-Session: 078fb68a-0044-4010-968f-66ce0decfa99 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14549 | 2024.08.18 06:23:02.367005 [ 3 ] {} <Debug> HTTP-Session: 078fb68a-0044-4010-968f-66ce0decfa99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14550 | 2024.08.18 06:23:02.367018 [ 3 ] {} <Debug> HTTP-Session: 078fb68a-0044-4010-968f-66ce0decfa99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14551 | 2024.08.18 06:23:02.367048 [ 3 ] {} <Trace> HTTP-Session: 078fb68a-0044-4010-968f-66ce0decfa99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14552 | 2024.08.18 06:23:02.367199 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14553 | 2024.08.18 06:23:02.367246 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14554 | 2024.08.18 06:23:02.367391 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14555 | 2024.08.18 06:23:02.367770 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14556 | 2024.08.18 06:23:02.367807 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14557 | 2024.08.18 06:23:02.368194 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14558 | 2024.08.18 06:23:02.368539 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14559 | 2024.08.18 06:23:02.368694 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
14560 | 2024.08.18 06:23:02.368865 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Debug> DynamicQueryHandler: Done processing query | ||
14561 | 2024.08.18 06:23:02.368891 [ 3 ] {0a46dc3a-d876-4182-8732-8fddb786932c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14562 | 2024.08.18 06:23:02.368908 [ 3 ] {} <Debug> HTTP-Session: 078fb68a-0044-4010-968f-66ce0decfa99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14563 | 2024.08.18 06:23:02.369026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14564 | 2024.08.18 06:23:02.369075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14565 | 2024.08.18 06:23:02.369094 [ 3 ] {} <Debug> HTTP-Session: ed2dbae0-b6b7-4a23-9792-290daeb80115 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14566 | 2024.08.18 06:23:02.369110 [ 3 ] {} <Debug> HTTP-Session: ed2dbae0-b6b7-4a23-9792-290daeb80115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14567 | 2024.08.18 06:23:02.369123 [ 3 ] {} <Debug> HTTP-Session: ed2dbae0-b6b7-4a23-9792-290daeb80115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14568 | 2024.08.18 06:23:02.369155 [ 3 ] {} <Trace> HTTP-Session: ed2dbae0-b6b7-4a23-9792-290daeb80115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14569 | 2024.08.18 06:23:02.369336 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14570 | 2024.08.18 06:23:02.369403 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <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 | ||
14571 | 2024.08.18 06:23:02.369819 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14572 | 2024.08.18 06:23:02.370415 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14573 | 2024.08.18 06:23:02.370452 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14574 | 2024.08.18 06:23:02.371076 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14575 | 2024.08.18 06:23:02.371485 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14576 | 2024.08.18 06:23:02.371674 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002442 sec., 3685.503685503685 rows/sec., 6.60 MiB/sec. | ||
14577 | 2024.08.18 06:23:02.372137 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Debug> DynamicQueryHandler: Done processing query | ||
14578 | 2024.08.18 06:23:02.372179 [ 3 ] {42b4be86-d81f-4c27-a0df-9b5c6c724e9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
14579 | 2024.08.18 06:23:02.372196 [ 3 ] {} <Debug> HTTP-Session: ed2dbae0-b6b7-4a23-9792-290daeb80115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14580 | 2024.08.18 06:23:02.372311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14581 | 2024.08.18 06:23:02.372363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14582 | 2024.08.18 06:23:02.372383 [ 3 ] {} <Debug> HTTP-Session: eae7f10c-83f6-43ff-8f46-54fa5e2ad405 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14583 | 2024.08.18 06:23:02.372400 [ 3 ] {} <Debug> HTTP-Session: eae7f10c-83f6-43ff-8f46-54fa5e2ad405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14584 | 2024.08.18 06:23:02.372413 [ 3 ] {} <Debug> HTTP-Session: eae7f10c-83f6-43ff-8f46-54fa5e2ad405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14585 | 2024.08.18 06:23:02.372444 [ 3 ] {} <Trace> HTTP-Session: eae7f10c-83f6-43ff-8f46-54fa5e2ad405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14586 | 2024.08.18 06:23:02.372566 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14587 | 2024.08.18 06:23:02.372612 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14588 | 2024.08.18 06:23:02.372755 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14589 | 2024.08.18 06:23:02.373078 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14590 | 2024.08.18 06:23:02.373116 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14591 | 2024.08.18 06:23:02.373471 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14592 | 2024.08.18 06:23:02.373794 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14593 | 2024.08.18 06:23:02.373944 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
14594 | 2024.08.18 06:23:02.374113 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Debug> DynamicQueryHandler: Done processing query | ||
14595 | 2024.08.18 06:23:02.374138 [ 3 ] {e9308e48-bb18-4e09-bfc7-927adb5f0327} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14596 | 2024.08.18 06:23:02.374154 [ 3 ] {} <Debug> HTTP-Session: eae7f10c-83f6-43ff-8f46-54fa5e2ad405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14597 | 2024.08.18 06:23:06.786747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14598 | 2024.08.18 06:23:06.786872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14599 | 2024.08.18 06:23:06.786898 [ 3 ] {} <Debug> HTTP-Session: 65c6696b-a786-4ea7-95e0-5b329b409806 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14600 | 2024.08.18 06:23:06.786923 [ 3 ] {} <Debug> HTTP-Session: 65c6696b-a786-4ea7-95e0-5b329b409806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14601 | 2024.08.18 06:23:06.786938 [ 3 ] {} <Debug> HTTP-Session: 65c6696b-a786-4ea7-95e0-5b329b409806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14602 | 2024.08.18 06:23:06.786986 [ 3 ] {} <Trace> HTTP-Session: 65c6696b-a786-4ea7-95e0-5b329b409806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14603 | 2024.08.18 06:23:06.787167 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14604 | 2024.08.18 06:23:06.787231 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14605 | 2024.08.18 06:23:06.787420 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14606 | 2024.08.18 06:23:06.787861 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14607 | 2024.08.18 06:23:06.787905 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14608 | 2024.08.18 06:23:06.788271 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14609 | 2024.08.18 06:23:06.788669 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14610 | 2024.08.18 06:23:06.789852 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.002734 sec., 8778.346744696415 rows/sec., 711.53 KiB/sec. | ||
14611 | 2024.08.18 06:23:06.790084 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Debug> DynamicQueryHandler: Done processing query | ||
14612 | 2024.08.18 06:23:06.790111 [ 3 ] {72b0f771-3621-415b-b539-86f86e1fb6dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14613 | 2024.08.18 06:23:06.790129 [ 3 ] {} <Debug> HTTP-Session: 65c6696b-a786-4ea7-95e0-5b329b409806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14614 | 2024.08.18 06:23:06.790278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14615 | 2024.08.18 06:23:06.790336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14616 | 2024.08.18 06:23:06.790357 [ 3 ] {} <Debug> HTTP-Session: 8c899d73-d3d9-492f-aeaf-7aad517b9fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14617 | 2024.08.18 06:23:06.790377 [ 3 ] {} <Debug> HTTP-Session: 8c899d73-d3d9-492f-aeaf-7aad517b9fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14618 | 2024.08.18 06:23:06.790392 [ 3 ] {} <Debug> HTTP-Session: 8c899d73-d3d9-492f-aeaf-7aad517b9fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14619 | 2024.08.18 06:23:06.790429 [ 3 ] {} <Trace> HTTP-Session: 8c899d73-d3d9-492f-aeaf-7aad517b9fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14620 | 2024.08.18 06:23:06.790538 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14621 | 2024.08.18 06:23:06.790584 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14622 | 2024.08.18 06:23:06.790720 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14623 | 2024.08.18 06:23:06.791062 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14624 | 2024.08.18 06:23:06.791101 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14625 | 2024.08.18 06:23:06.791409 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
14626 | 2024.08.18 06:23:06.791708 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14627 | 2024.08.18 06:23:06.791861 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00135 sec., 5925.925925925925 rows/sec., 483.22 KiB/sec. | ||
14628 | 2024.08.18 06:23:06.792035 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Debug> DynamicQueryHandler: Done processing query | ||
14629 | 2024.08.18 06:23:06.792060 [ 3 ] {bd8d8fde-d4d9-4093-bcef-00ec682477f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14630 | 2024.08.18 06:23:06.792077 [ 3 ] {} <Debug> HTTP-Session: 8c899d73-d3d9-492f-aeaf-7aad517b9fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14631 | 2024.08.18 06:23:06.792348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 204786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14632 | 2024.08.18 06:23:06.792400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14633 | 2024.08.18 06:23:06.792420 [ 3 ] {} <Debug> HTTP-Session: 4ae0ae43-4f47-48d8-86fb-c8ae32a79523 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14634 | 2024.08.18 06:23:06.792437 [ 3 ] {} <Debug> HTTP-Session: 4ae0ae43-4f47-48d8-86fb-c8ae32a79523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14635 | 2024.08.18 06:23:06.792451 [ 3 ] {} <Debug> HTTP-Session: 4ae0ae43-4f47-48d8-86fb-c8ae32a79523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14636 | 2024.08.18 06:23:06.792484 [ 3 ] {} <Trace> HTTP-Session: 4ae0ae43-4f47-48d8-86fb-c8ae32a79523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14637 | 2024.08.18 06:23:06.792972 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14638 | 2024.08.18 06:23:06.793017 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14639 | 2024.08.18 06:23:06.793146 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14640 | 2024.08.18 06:23:06.794326 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14641 | 2024.08.18 06:23:06.794367 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14642 | 2024.08.18 06:23:06.794765 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14643 | 2024.08.18 06:23:06.795077 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14644 | 2024.08.18 06:23:06.795226 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Debug> executeQuery: Read 1405 rows, 119.78 KiB in 0.002592 sec., 542052.4691358025 rows/sec., 45.13 MiB/sec. | ||
14645 | 2024.08.18 06:23:06.795408 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Debug> DynamicQueryHandler: Done processing query | ||
14646 | 2024.08.18 06:23:06.795431 [ 3 ] {41766562-029c-45d5-aacd-853dae84e4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
14647 | 2024.08.18 06:23:06.795447 [ 3 ] {} <Debug> HTTP-Session: 4ae0ae43-4f47-48d8-86fb-c8ae32a79523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14648 | 2024.08.18 06:23:06.795680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14649 | 2024.08.18 06:23:06.795729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14650 | 2024.08.18 06:23:06.795748 [ 3 ] {} <Debug> HTTP-Session: 0e301712-6084-4402-95fa-bd3f328eba5a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14651 | 2024.08.18 06:23:06.795765 [ 3 ] {} <Debug> HTTP-Session: 0e301712-6084-4402-95fa-bd3f328eba5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14652 | 2024.08.18 06:23:06.795779 [ 3 ] {} <Debug> HTTP-Session: 0e301712-6084-4402-95fa-bd3f328eba5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14653 | 2024.08.18 06:23:06.795811 [ 3 ] {} <Trace> HTTP-Session: 0e301712-6084-4402-95fa-bd3f328eba5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14654 | 2024.08.18 06:23:06.795911 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14655 | 2024.08.18 06:23:06.795953 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14656 | 2024.08.18 06:23:06.796083 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14657 | 2024.08.18 06:23:06.796379 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14658 | 2024.08.18 06:23:06.796415 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14659 | 2024.08.18 06:23:06.796707 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
14660 | 2024.08.18 06:23:06.797003 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14661 | 2024.08.18 06:23:06.797161 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001266 sec., 6319.11532385466 rows/sec., 441.23 KiB/sec. | ||
14662 | 2024.08.18 06:23:06.797332 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Debug> DynamicQueryHandler: Done processing query | ||
14663 | 2024.08.18 06:23:06.797355 [ 3 ] {85919fcf-7444-442c-8148-9716cfeb3ed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14664 | 2024.08.18 06:23:06.797372 [ 3 ] {} <Debug> HTTP-Session: 0e301712-6084-4402-95fa-bd3f328eba5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14665 | 2024.08.18 06:23:06.797534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14666 | 2024.08.18 06:23:06.797586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14667 | 2024.08.18 06:23:06.797605 [ 3 ] {} <Debug> HTTP-Session: c93b4bcb-0947-42ca-98d4-cf46c8029503 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14668 | 2024.08.18 06:23:06.797622 [ 3 ] {} <Debug> HTTP-Session: c93b4bcb-0947-42ca-98d4-cf46c8029503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14669 | 2024.08.18 06:23:06.797638 [ 3 ] {} <Debug> HTTP-Session: c93b4bcb-0947-42ca-98d4-cf46c8029503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14670 | 2024.08.18 06:23:06.797672 [ 3 ] {} <Trace> HTTP-Session: c93b4bcb-0947-42ca-98d4-cf46c8029503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14671 | 2024.08.18 06:23:06.797827 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14672 | 2024.08.18 06:23:06.797869 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14673 | 2024.08.18 06:23:06.797996 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14674 | 2024.08.18 06:23:06.798480 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14675 | 2024.08.18 06:23:06.798517 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14676 | 2024.08.18 06:23:06.798829 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14677 | 2024.08.18 06:23:06.799126 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14678 | 2024.08.18 06:23:06.799285 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00153 sec., 158169.9346405229 rows/sec., 10.72 MiB/sec. | ||
14679 | 2024.08.18 06:23:06.799284 [ 34 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14680 | 2024.08.18 06:23:06.799401 [ 34 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14681 | 2024.08.18 06:23:06.799452 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14682 | 2024.08.18 06:23:06.799564 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Debug> DynamicQueryHandler: Done processing query | ||
14683 | 2024.08.18 06:23:06.799619 [ 3 ] {ce48ea8c-c211-4516-8cf9-336969670c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14684 | 2024.08.18 06:23:06.799649 [ 3 ] {} <Debug> HTTP-Session: c93b4bcb-0947-42ca-98d4-cf46c8029503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14685 | 2024.08.18 06:23:06.799666 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
14686 | 2024.08.18 06:23:06.799882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14687 | 2024.08.18 06:23:06.799922 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14688 | 2024.08.18 06:23:06.799985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14689 | 2024.08.18 06:23:06.799991 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
14690 | 2024.08.18 06:23:06.800027 [ 3 ] {} <Debug> HTTP-Session: f8651e9e-2c18-43d6-926c-4a42e9cdbd99 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14691 | 2024.08.18 06:23:06.800071 [ 3 ] {} <Debug> HTTP-Session: f8651e9e-2c18-43d6-926c-4a42e9cdbd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14692 | 2024.08.18 06:23:06.800112 [ 3 ] {} <Debug> HTTP-Session: f8651e9e-2c18-43d6-926c-4a42e9cdbd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14693 | 2024.08.18 06:23:06.800186 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
14694 | 2024.08.18 06:23:06.800228 [ 3 ] {} <Trace> HTTP-Session: f8651e9e-2c18-43d6-926c-4a42e9cdbd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14695 | 2024.08.18 06:23:06.800528 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
14696 | 2024.08.18 06:23:06.800685 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14697 | 2024.08.18 06:23:06.800833 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
14698 | 2024.08.18 06:23:06.800849 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14699 | 2024.08.18 06:23:06.801180 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
14700 | 2024.08.18 06:23:06.801564 [ 191 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
14701 | 2024.08.18 06:23:06.802069 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14702 | 2024.08.18 06:23:06.802842 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14703 | 2024.08.18 06:23:06.802900 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14704 | 2024.08.18 06:23:06.803705 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14705 | 2024.08.18 06:23:06.804343 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.00480466 sec., 159844.8173231821 rows/sec., 10.24 MiB/sec. | ||
14706 | 2024.08.18 06:23:06.804367 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14707 | 2024.08.18 06:23:06.804523 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14708 | 2024.08.18 06:23:06.804581 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004103 sec., 1462.3446258835 rows/sec., 86.40 KiB/sec. | ||
14709 | 2024.08.18 06:23:06.804794 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Debug> DynamicQueryHandler: Done processing query | ||
14710 | 2024.08.18 06:23:06.804829 [ 3 ] {28a5822c-875f-4884-aab7-5e6cd7e78393} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14711 | 2024.08.18 06:23:06.804847 [ 3 ] {} <Debug> HTTP-Session: f8651e9e-2c18-43d6-926c-4a42e9cdbd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14712 | 2024.08.18 06:23:06.804973 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14713 | 2024.08.18 06:23:06.805054 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_36_7} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14714 | 2024.08.18 06:23:06.805072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14715 | 2024.08.18 06:23:06.805139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14716 | 2024.08.18 06:23:06.805154 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
14717 | 2024.08.18 06:23:06.805162 [ 3 ] {} <Debug> HTTP-Session: b9f9990b-6de7-4985-ae04-3eae03e2f84c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14718 | 2024.08.18 06:23:06.805189 [ 3 ] {} <Debug> HTTP-Session: b9f9990b-6de7-4985-ae04-3eae03e2f84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14719 | 2024.08.18 06:23:06.805204 [ 3 ] {} <Debug> HTTP-Session: b9f9990b-6de7-4985-ae04-3eae03e2f84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14720 | 2024.08.18 06:23:06.805235 [ 3 ] {} <Trace> HTTP-Session: b9f9990b-6de7-4985-ae04-3eae03e2f84c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14721 | 2024.08.18 06:23:06.805669 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14722 | 2024.08.18 06:23:06.805713 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14723 | 2024.08.18 06:23:06.805844 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14724 | 2024.08.18 06:23:06.806705 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14725 | 2024.08.18 06:23:06.806742 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14726 | 2024.08.18 06:23:06.807092 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14727 | 2024.08.18 06:23:06.807399 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14728 | 2024.08.18 06:23:06.807551 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Debug> executeQuery: Read 870 rows, 64.54 KiB in 0.002166 sec., 401662.04986149585 rows/sec., 29.10 MiB/sec. | ||
14729 | 2024.08.18 06:23:06.807740 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Debug> DynamicQueryHandler: Done processing query | ||
14730 | 2024.08.18 06:23:06.807764 [ 3 ] {63ace60a-a906-4d48-af2e-04889eb201ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
14731 | 2024.08.18 06:23:06.807779 [ 3 ] {} <Debug> HTTP-Session: b9f9990b-6de7-4985-ae04-3eae03e2f84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14732 | 2024.08.18 06:23:06.808403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14733 | 2024.08.18 06:23:06.808451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14734 | 2024.08.18 06:23:06.808471 [ 3 ] {} <Debug> HTTP-Session: 1e0def67-c376-45c4-97f8-c51e70a7d3f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14735 | 2024.08.18 06:23:06.808490 [ 3 ] {} <Debug> HTTP-Session: 1e0def67-c376-45c4-97f8-c51e70a7d3f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14736 | 2024.08.18 06:23:06.808504 [ 3 ] {} <Debug> HTTP-Session: 1e0def67-c376-45c4-97f8-c51e70a7d3f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14737 | 2024.08.18 06:23:06.808535 [ 3 ] {} <Trace> HTTP-Session: 1e0def67-c376-45c4-97f8-c51e70a7d3f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14738 | 2024.08.18 06:23:06.808632 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14739 | 2024.08.18 06:23:06.808676 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14740 | 2024.08.18 06:23:06.808809 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14741 | 2024.08.18 06:23:06.809170 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14742 | 2024.08.18 06:23:06.809207 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14743 | 2024.08.18 06:23:06.809573 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14744 | 2024.08.18 06:23:06.809896 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14745 | 2024.08.18 06:23:06.810057 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec. | ||
14746 | 2024.08.18 06:23:06.810065 [ 34 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14747 | 2024.08.18 06:23:06.810142 [ 34 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14748 | 2024.08.18 06:23:06.810180 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14749 | 2024.08.18 06:23:06.810367 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Debug> DynamicQueryHandler: Done processing query | ||
14750 | 2024.08.18 06:23:06.810419 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14751 | 2024.08.18 06:23:06.810420 [ 3 ] {36cf9766-14fb-4934-8030-660d23bd8ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14752 | 2024.08.18 06:23:06.810535 [ 3 ] {} <Debug> HTTP-Session: 1e0def67-c376-45c4-97f8-c51e70a7d3f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14753 | 2024.08.18 06:23:06.810790 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14754 | 2024.08.18 06:23:06.810829 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14755 | 2024.08.18 06:23:06.810934 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14756 | 2024.08.18 06:23:06.811047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 171382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14757 | 2024.08.18 06:23:06.811235 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14758 | 2024.08.18 06:23:06.811260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14759 | 2024.08.18 06:23:06.811378 [ 3 ] {} <Debug> HTTP-Session: 8b7062cb-5312-431b-b698-df3b4d1c9cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14760 | 2024.08.18 06:23:06.811464 [ 3 ] {} <Debug> HTTP-Session: 8b7062cb-5312-431b-b698-df3b4d1c9cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14761 | 2024.08.18 06:23:06.811521 [ 3 ] {} <Debug> HTTP-Session: 8b7062cb-5312-431b-b698-df3b4d1c9cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14762 | 2024.08.18 06:23:06.811617 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14763 | 2024.08.18 06:23:06.811636 [ 3 ] {} <Trace> HTTP-Session: 8b7062cb-5312-431b-b698-df3b4d1c9cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14764 | 2024.08.18 06:23:06.811815 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14765 | 2024.08.18 06:23:06.812121 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
14766 | 2024.08.18 06:23:06.812351 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14767 | 2024.08.18 06:23:06.812507 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14768 | 2024.08.18 06:23:06.812971 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14769 | 2024.08.18 06:23:06.815164 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14770 | 2024.08.18 06:23:06.815245 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14771 | 2024.08.18 06:23:06.815459 [ 187 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005177177 sec., 41721.57915404476 rows/sec., 2.13 MiB/sec. | ||
14772 | 2024.08.18 06:23:06.815633 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14773 | 2024.08.18 06:23:06.815938 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14774 | 2024.08.18 06:23:06.816176 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_36_7} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14775 | 2024.08.18 06:23:06.816296 [ 192 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_36_7} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14776 | 2024.08.18 06:23:06.816382 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14777 | 2024.08.18 06:23:06.816438 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14778 | 2024.08.18 06:23:06.816571 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Debug> executeQuery: Read 905 rows, 61.89 KiB in 0.00465 sec., 194623.65591397852 rows/sec., 13.00 MiB/sec. | ||
14779 | 2024.08.18 06:23:06.816857 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Debug> DynamicQueryHandler: Done processing query | ||
14780 | 2024.08.18 06:23:06.816920 [ 3 ] {0fee39a8-916e-4aa0-92bc-adb69e35f0af} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
14781 | 2024.08.18 06:23:06.816978 [ 3 ] {} <Debug> HTTP-Session: 8b7062cb-5312-431b-b698-df3b4d1c9cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14782 | 2024.08.18 06:23:06.817185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14783 | 2024.08.18 06:23:06.817237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14784 | 2024.08.18 06:23:06.817256 [ 3 ] {} <Debug> HTTP-Session: 342cf517-9b31-4363-af5d-6e413d69cf1d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14785 | 2024.08.18 06:23:06.817273 [ 3 ] {} <Debug> HTTP-Session: 342cf517-9b31-4363-af5d-6e413d69cf1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14786 | 2024.08.18 06:23:06.817287 [ 3 ] {} <Debug> HTTP-Session: 342cf517-9b31-4363-af5d-6e413d69cf1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14787 | 2024.08.18 06:23:06.817319 [ 3 ] {} <Trace> HTTP-Session: 342cf517-9b31-4363-af5d-6e413d69cf1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14788 | 2024.08.18 06:23:06.817417 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14789 | 2024.08.18 06:23:06.817462 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14790 | 2024.08.18 06:23:06.817611 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14791 | 2024.08.18 06:23:06.817912 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14792 | 2024.08.18 06:23:06.817948 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14793 | 2024.08.18 06:23:06.818289 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14794 | 2024.08.18 06:23:06.818602 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14795 | 2024.08.18 06:23:06.818729 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
14796 | 2024.08.18 06:23:06.818895 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Debug> DynamicQueryHandler: Done processing query | ||
14797 | 2024.08.18 06:23:06.818918 [ 3 ] {102c8f26-c819-4c0a-b388-4fd07971d895} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14798 | 2024.08.18 06:23:06.818933 [ 3 ] {} <Debug> HTTP-Session: 342cf517-9b31-4363-af5d-6e413d69cf1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14799 | 2024.08.18 06:23:06.819113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14800 | 2024.08.18 06:23:06.819160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14801 | 2024.08.18 06:23:06.819179 [ 3 ] {} <Debug> HTTP-Session: eb4489c8-83cc-4ab0-9679-b27619e288d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14802 | 2024.08.18 06:23:06.819196 [ 3 ] {} <Debug> HTTP-Session: eb4489c8-83cc-4ab0-9679-b27619e288d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14803 | 2024.08.18 06:23:06.819210 [ 3 ] {} <Debug> HTTP-Session: eb4489c8-83cc-4ab0-9679-b27619e288d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14804 | 2024.08.18 06:23:06.819240 [ 3 ] {} <Trace> HTTP-Session: eb4489c8-83cc-4ab0-9679-b27619e288d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14805 | 2024.08.18 06:23:06.819702 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14806 | 2024.08.18 06:23:06.819766 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <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 | ||
14807 | 2024.08.18 06:23:06.820171 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14808 | 2024.08.18 06:23:06.820848 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14809 | 2024.08.18 06:23:06.820884 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14810 | 2024.08.18 06:23:06.821482 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14811 | 2024.08.18 06:23:06.821880 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14812 | 2024.08.18 06:23:06.822036 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002712 sec., 8849.557522123894 rows/sec., 15.86 MiB/sec. | ||
14813 | 2024.08.18 06:23:06.822352 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Debug> DynamicQueryHandler: Done processing query | ||
14814 | 2024.08.18 06:23:06.822380 [ 3 ] {3270e0ab-f353-42e1-b59e-f48a12964231} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14815 | 2024.08.18 06:23:06.822398 [ 3 ] {} <Debug> HTTP-Session: eb4489c8-83cc-4ab0-9679-b27619e288d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14816 | 2024.08.18 06:23:06.822529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14817 | 2024.08.18 06:23:06.822578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14818 | 2024.08.18 06:23:06.822597 [ 3 ] {} <Debug> HTTP-Session: ea47f1fd-39d9-4214-90ee-a3268430ed79 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14819 | 2024.08.18 06:23:06.822614 [ 3 ] {} <Debug> HTTP-Session: ea47f1fd-39d9-4214-90ee-a3268430ed79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14820 | 2024.08.18 06:23:06.822628 [ 3 ] {} <Debug> HTTP-Session: ea47f1fd-39d9-4214-90ee-a3268430ed79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14821 | 2024.08.18 06:23:06.822658 [ 3 ] {} <Trace> HTTP-Session: ea47f1fd-39d9-4214-90ee-a3268430ed79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14822 | 2024.08.18 06:23:06.822771 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14823 | 2024.08.18 06:23:06.822813 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14824 | 2024.08.18 06:23:06.822942 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14825 | 2024.08.18 06:23:06.823251 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14826 | 2024.08.18 06:23:06.823287 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14827 | 2024.08.18 06:23:06.823642 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14828 | 2024.08.18 06:23:06.823952 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14829 | 2024.08.18 06:23:06.824080 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001351 sec., 56254.62620281273 rows/sec., 3.55 MiB/sec. | ||
14830 | 2024.08.18 06:23:06.824242 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Debug> DynamicQueryHandler: Done processing query | ||
14831 | 2024.08.18 06:23:06.824265 [ 3 ] {999a081d-eec1-42cb-9da9-1f8cfb143dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14832 | 2024.08.18 06:23:06.824281 [ 3 ] {} <Debug> HTTP-Session: ea47f1fd-39d9-4214-90ee-a3268430ed79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14833 | 2024.08.18 06:23:07.352068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14834 | 2024.08.18 06:23:07.352194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14835 | 2024.08.18 06:23:07.352223 [ 3 ] {} <Debug> HTTP-Session: 36aaad3a-56c6-4d88-b6c3-ab261b192852 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14836 | 2024.08.18 06:23:07.352252 [ 3 ] {} <Debug> HTTP-Session: 36aaad3a-56c6-4d88-b6c3-ab261b192852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14837 | 2024.08.18 06:23:07.352271 [ 3 ] {} <Debug> HTTP-Session: 36aaad3a-56c6-4d88-b6c3-ab261b192852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14838 | 2024.08.18 06:23:07.352324 [ 3 ] {} <Trace> HTTP-Session: 36aaad3a-56c6-4d88-b6c3-ab261b192852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14839 | 2024.08.18 06:23:07.352518 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14840 | 2024.08.18 06:23:07.352588 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14841 | 2024.08.18 06:23:07.352802 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14842 | 2024.08.18 06:23:07.353336 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14843 | 2024.08.18 06:23:07.353379 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14844 | 2024.08.18 06:23:07.353749 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14845 | 2024.08.18 06:23:07.354094 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14846 | 2024.08.18 06:23:07.354247 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001794 sec., 14492.753623188406 rows/sec., 1.08 MiB/sec. | ||
14847 | 2024.08.18 06:23:07.354455 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Debug> DynamicQueryHandler: Done processing query | ||
14848 | 2024.08.18 06:23:07.354481 [ 3 ] {9fd5f666-6ce8-4a6d-b5b9-834fae043e37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14849 | 2024.08.18 06:23:07.354498 [ 3 ] {} <Debug> HTTP-Session: 36aaad3a-56c6-4d88-b6c3-ab261b192852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14850 | 2024.08.18 06:23:07.354624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14851 | 2024.08.18 06:23:07.354679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14852 | 2024.08.18 06:23:07.354699 [ 3 ] {} <Debug> HTTP-Session: c902db2e-ac9c-4e8b-b74e-9487b3869df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14853 | 2024.08.18 06:23:07.354717 [ 3 ] {} <Debug> HTTP-Session: c902db2e-ac9c-4e8b-b74e-9487b3869df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14854 | 2024.08.18 06:23:07.354731 [ 3 ] {} <Debug> HTTP-Session: c902db2e-ac9c-4e8b-b74e-9487b3869df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14855 | 2024.08.18 06:23:07.354766 [ 3 ] {} <Trace> HTTP-Session: c902db2e-ac9c-4e8b-b74e-9487b3869df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14856 | 2024.08.18 06:23:07.354881 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14857 | 2024.08.18 06:23:07.354926 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14858 | 2024.08.18 06:23:07.355057 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14859 | 2024.08.18 06:23:07.355396 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14860 | 2024.08.18 06:23:07.355433 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14861 | 2024.08.18 06:23:07.355743 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14862 | 2024.08.18 06:23:07.356050 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14863 | 2024.08.18 06:23:07.356184 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001338 sec., 20926.756352765322 rows/sec., 1.63 MiB/sec. | ||
14864 | 2024.08.18 06:23:07.356351 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Debug> DynamicQueryHandler: Done processing query | ||
14865 | 2024.08.18 06:23:07.356375 [ 3 ] {1864f096-05a5-45e0-927d-e12432d9aa77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14866 | 2024.08.18 06:23:07.356391 [ 3 ] {} <Debug> HTTP-Session: c902db2e-ac9c-4e8b-b74e-9487b3869df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14867 | 2024.08.18 06:23:07.356582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14868 | 2024.08.18 06:23:07.356632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14869 | 2024.08.18 06:23:07.356651 [ 3 ] {} <Debug> HTTP-Session: a4268d3d-1c70-4007-a057-6b7a4c48618e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14870 | 2024.08.18 06:23:07.356668 [ 3 ] {} <Debug> HTTP-Session: a4268d3d-1c70-4007-a057-6b7a4c48618e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14871 | 2024.08.18 06:23:07.356682 [ 3 ] {} <Debug> HTTP-Session: a4268d3d-1c70-4007-a057-6b7a4c48618e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14872 | 2024.08.18 06:23:07.356714 [ 3 ] {} <Trace> HTTP-Session: a4268d3d-1c70-4007-a057-6b7a4c48618e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14873 | 2024.08.18 06:23:07.356829 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14874 | 2024.08.18 06:23:07.356876 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14875 | 2024.08.18 06:23:07.357018 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14876 | 2024.08.18 06:23:07.357406 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14877 | 2024.08.18 06:23:07.357441 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14878 | 2024.08.18 06:23:07.357819 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14879 | 2024.08.18 06:23:07.358151 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14880 | 2024.08.18 06:23:07.358284 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001486 sec., 13458.950201884254 rows/sec., 955.53 KiB/sec. | ||
14881 | 2024.08.18 06:23:07.358286 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 5 parts from all_1_80_16 to all_84_84_0 | ||
14882 | 2024.08.18 06:23:07.358356 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14883 | 2024.08.18 06:23:07.358393 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14884 | 2024.08.18 06:23:07.358478 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Debug> DynamicQueryHandler: Done processing query | ||
14885 | 2024.08.18 06:23:07.358531 [ 3 ] {1f3c71bf-4927-438f-b61b-e30dd1187b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14886 | 2024.08.18 06:23:07.358590 [ 3 ] {} <Debug> HTTP-Session: a4268d3d-1c70-4007-a057-6b7a4c48618e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14887 | 2024.08.18 06:23:07.358645 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_80_16 to all_84_84_0 into Compact with storage Full | ||
14888 | 2024.08.18 06:23:07.358736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14889 | 2024.08.18 06:23:07.358832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14890 | 2024.08.18 06:23:07.358886 [ 3 ] {} <Debug> HTTP-Session: 5ac2237b-00a8-4c0a-93f1-6ff811c37195 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14891 | 2024.08.18 06:23:07.358941 [ 3 ] {} <Debug> HTTP-Session: 5ac2237b-00a8-4c0a-93f1-6ff811c37195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14892 | 2024.08.18 06:23:07.358987 [ 3 ] {} <Debug> HTTP-Session: 5ac2237b-00a8-4c0a-93f1-6ff811c37195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14893 | 2024.08.18 06:23:07.359038 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14894 | 2024.08.18 06:23:07.359062 [ 3 ] {} <Trace> HTTP-Session: 5ac2237b-00a8-4c0a-93f1-6ff811c37195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14895 | 2024.08.18 06:23:07.359118 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 22382 rows starting from the beginning of the part | ||
14896 | 2024.08.18 06:23:07.359355 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14897 | 2024.08.18 06:23:07.359399 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 162 rows starting from the beginning of the part | ||
14898 | 2024.08.18 06:23:07.359495 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14899 | 2024.08.18 06:23:07.359771 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
14900 | 2024.08.18 06:23:07.360147 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
14901 | 2024.08.18 06:23:07.360551 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14902 | 2024.08.18 06:23:07.360566 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 905 rows starting from the beginning of the part | ||
14903 | 2024.08.18 06:23:07.361346 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14904 | 2024.08.18 06:23:07.361414 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14905 | 2024.08.18 06:23:07.362043 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14906 | 2024.08.18 06:23:07.362630 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14907 | 2024.08.18 06:23:07.362788 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.003586 sec., 1673.1734523145565 rows/sec., 117.37 KiB/sec. | ||
14908 | 2024.08.18 06:23:07.363081 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Debug> DynamicQueryHandler: Done processing query | ||
14909 | 2024.08.18 06:23:07.363127 [ 3 ] {1860822b-28b1-4717-8045-b9606990ef56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14910 | 2024.08.18 06:23:07.363161 [ 3 ] {} <Debug> HTTP-Session: 5ac2237b-00a8-4c0a-93f1-6ff811c37195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14911 | 2024.08.18 06:23:07.367107 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23846 rows, containing 5 columns (5 merged, 0 gathered) in 0.008611831 sec., 2768981.416379397 rows/sec., 187.07 MiB/sec. | ||
14912 | 2024.08.18 06:23:07.368028 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Trace> MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) | ||
14913 | 2024.08.18 06:23:07.368540 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14914 | 2024.08.18 06:23:07.368632 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 5 parts: [all_1_80_16, all_84_84_0] -> all_1_84_17 | ||
14915 | 2024.08.18 06:23:07.368739 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
14916 | 2024.08.18 06:23:10.227295 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14917 | 2024.08.18 06:23:10.227342 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14918 | 2024.08.18 06:23:12.359803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14919 | 2024.08.18 06:23:12.359941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14920 | 2024.08.18 06:23:12.359970 [ 3 ] {} <Debug> HTTP-Session: fdabf519-b2f4-4fa4-b0af-95755d0a6600 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14921 | 2024.08.18 06:23:12.359997 [ 3 ] {} <Debug> HTTP-Session: fdabf519-b2f4-4fa4-b0af-95755d0a6600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14922 | 2024.08.18 06:23:12.360015 [ 3 ] {} <Debug> HTTP-Session: fdabf519-b2f4-4fa4-b0af-95755d0a6600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14923 | 2024.08.18 06:23:12.360068 [ 3 ] {} <Trace> HTTP-Session: fdabf519-b2f4-4fa4-b0af-95755d0a6600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14924 | 2024.08.18 06:23:12.360251 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14925 | 2024.08.18 06:23:12.360317 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14926 | 2024.08.18 06:23:12.360508 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14927 | 2024.08.18 06:23:12.360970 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14928 | 2024.08.18 06:23:12.361014 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14929 | 2024.08.18 06:23:12.361376 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14930 | 2024.08.18 06:23:12.361713 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14931 | 2024.08.18 06:23:12.361880 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001679 sec., 5360.333531864205 rows/sec., 434.48 KiB/sec. | ||
14932 | 2024.08.18 06:23:12.361906 [ 97 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14933 | 2024.08.18 06:23:12.362009 [ 97 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14934 | 2024.08.18 06:23:12.362048 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14935 | 2024.08.18 06:23:12.362183 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Debug> DynamicQueryHandler: Done processing query | ||
14936 | 2024.08.18 06:23:12.362268 [ 3 ] {821b50aa-422e-4782-a278-3c6f507c5beb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14937 | 2024.08.18 06:23:12.362339 [ 3 ] {} <Debug> HTTP-Session: fdabf519-b2f4-4fa4-b0af-95755d0a6600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14938 | 2024.08.18 06:23:12.362438 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
14939 | 2024.08.18 06:23:12.362632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14940 | 2024.08.18 06:23:12.362838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14941 | 2024.08.18 06:23:12.362927 [ 3 ] {} <Debug> HTTP-Session: f2f98d04-373e-473c-9f7e-bffbb62d6b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14942 | 2024.08.18 06:23:12.363026 [ 3 ] {} <Debug> HTTP-Session: f2f98d04-373e-473c-9f7e-bffbb62d6b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14943 | 2024.08.18 06:23:12.363114 [ 3 ] {} <Debug> HTTP-Session: f2f98d04-373e-473c-9f7e-bffbb62d6b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14944 | 2024.08.18 06:23:12.363241 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14945 | 2024.08.18 06:23:12.363261 [ 3 ] {} <Trace> HTTP-Session: f2f98d04-373e-473c-9f7e-bffbb62d6b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14946 | 2024.08.18 06:23:12.363337 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 33 rows starting from the beginning of the part | ||
14947 | 2024.08.18 06:23:12.363586 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part | ||
14948 | 2024.08.18 06:23:12.363596 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14949 | 2024.08.18 06:23:12.363776 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14950 | 2024.08.18 06:23:12.363862 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
14951 | 2024.08.18 06:23:12.364229 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
14952 | 2024.08.18 06:23:12.364602 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part | ||
14953 | 2024.08.18 06:23:12.364937 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part | ||
14954 | 2024.08.18 06:23:12.365277 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14955 | 2024.08.18 06:23:12.366107 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14956 | 2024.08.18 06:23:12.366158 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14957 | 2024.08.18 06:23:12.367024 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
14958 | 2024.08.18 06:23:12.367527 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005387571 sec., 20046.139531154207 rows/sec., 1.59 MiB/sec. | ||
14959 | 2024.08.18 06:23:12.367717 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14960 | 2024.08.18 06:23:12.367883 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14961 | 2024.08.18 06:23:12.368313 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004882 sec., 409.6681687832855 rows/sec., 33.41 KiB/sec. | ||
14962 | 2024.08.18 06:23:12.368662 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Debug> DynamicQueryHandler: Done processing query | ||
14963 | 2024.08.18 06:23:12.368667 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14964 | 2024.08.18 06:23:12.368703 [ 3 ] {2e380f9f-ff2b-4161-b3ce-1172ae045653} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14965 | 2024.08.18 06:23:12.368754 [ 3 ] {} <Debug> HTTP-Session: f2f98d04-373e-473c-9f7e-bffbb62d6b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14966 | 2024.08.18 06:23:12.368846 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_66_13} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14967 | 2024.08.18 06:23:12.368964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14968 | 2024.08.18 06:23:12.368972 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14969 | 2024.08.18 06:23:12.369045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14970 | 2024.08.18 06:23:12.369070 [ 3 ] {} <Debug> HTTP-Session: 71a5ee50-8819-4f1a-963b-2ad170acf966 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14971 | 2024.08.18 06:23:12.369088 [ 3 ] {} <Debug> HTTP-Session: 71a5ee50-8819-4f1a-963b-2ad170acf966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14972 | 2024.08.18 06:23:12.369102 [ 3 ] {} <Debug> HTTP-Session: 71a5ee50-8819-4f1a-963b-2ad170acf966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14973 | 2024.08.18 06:23:12.369135 [ 3 ] {} <Trace> HTTP-Session: 71a5ee50-8819-4f1a-963b-2ad170acf966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14974 | 2024.08.18 06:23:12.369273 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14975 | 2024.08.18 06:23:12.369318 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14976 | 2024.08.18 06:23:12.369468 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14977 | 2024.08.18 06:23:12.369860 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14978 | 2024.08.18 06:23:12.369897 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14979 | 2024.08.18 06:23:12.370223 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14980 | 2024.08.18 06:23:12.370532 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14981 | 2024.08.18 06:23:12.370685 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Debug> executeQuery: Read 84 rows, 6.86 KiB in 0.001464 sec., 57377.04918032787 rows/sec., 4.58 MiB/sec. | ||
14982 | 2024.08.18 06:23:12.370708 [ 97 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14983 | 2024.08.18 06:23:12.370798 [ 97 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14984 | 2024.08.18 06:23:12.370844 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
14985 | 2024.08.18 06:23:12.370931 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Debug> DynamicQueryHandler: Done processing query | ||
14986 | 2024.08.18 06:23:12.370969 [ 3 ] {c4ccc148-ec29-4df3-8c81-2251259f629c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14987 | 2024.08.18 06:23:12.370985 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
14988 | 2024.08.18 06:23:12.370990 [ 3 ] {} <Debug> HTTP-Session: 71a5ee50-8819-4f1a-963b-2ad170acf966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14989 | 2024.08.18 06:23:12.371110 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14990 | 2024.08.18 06:23:12.371143 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1436 rows starting from the beginning of the part | ||
14991 | 2024.08.18 06:23:12.371160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14992 | 2024.08.18 06:23:12.371244 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 261 rows starting from the beginning of the part | ||
14993 | 2024.08.18 06:23:12.371265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14994 | 2024.08.18 06:23:12.371337 [ 3 ] {} <Debug> HTTP-Session: 1e7d859b-68cf-4f44-bd44-94212a2cff34 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
14995 | 2024.08.18 06:23:12.371426 [ 3 ] {} <Debug> HTTP-Session: 1e7d859b-68cf-4f44-bd44-94212a2cff34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.08.18 06:23:12.371488 [ 3 ] {} <Debug> HTTP-Session: 1e7d859b-68cf-4f44-bd44-94212a2cff34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14997 | 2024.08.18 06:23:12.371526 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 83 rows starting from the beginning of the part | ||
14998 | 2024.08.18 06:23:12.371599 [ 3 ] {} <Trace> HTTP-Session: 1e7d859b-68cf-4f44-bd44-94212a2cff34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14999 | 2024.08.18 06:23:12.371857 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1405 rows starting from the beginning of the part | ||
15000 | 2024.08.18 06:23:12.371952 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15001 | 2024.08.18 06:23:12.372166 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15002 | 2024.08.18 06:23:12.372241 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 26 rows starting from the beginning of the part | ||
15003 | 2024.08.18 06:23:12.372626 [ 192 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 84 rows starting from the beginning of the part | ||
15004 | 2024.08.18 06:23:12.373205 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15005 | 2024.08.18 06:23:12.373657 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15006 | 2024.08.18 06:23:12.373696 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15007 | 2024.08.18 06:23:12.374114 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
15008 | 2024.08.18 06:23:12.374482 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15009 | 2024.08.18 06:23:12.374653 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002819 sec., 709.4714437743881 rows/sec., 49.54 KiB/sec. | ||
15010 | 2024.08.18 06:23:12.374898 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Debug> DynamicQueryHandler: Done processing query | ||
15011 | 2024.08.18 06:23:12.374934 [ 3 ] {ec59f23c-8c6a-43c3-9559-3b13ed49d3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15012 | 2024.08.18 06:23:12.374941 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3295 rows, containing 4 columns (4 merged, 0 gathered) in 0.004010105 sec., 821674.2454374636 rows/sec., 68.50 MiB/sec. | ||
15013 | 2024.08.18 06:23:12.374957 [ 3 ] {} <Debug> HTTP-Session: 1e7d859b-68cf-4f44-bd44-94212a2cff34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.08.18 06:23:12.375127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15015 | 2024.08.18 06:23:12.375201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15016 | 2024.08.18 06:23:12.375227 [ 3 ] {} <Debug> HTTP-Session: ef4bf767-e780-4e84-807a-4e5d19749b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15017 | 2024.08.18 06:23:12.375254 [ 3 ] {} <Debug> HTTP-Session: ef4bf767-e780-4e84-807a-4e5d19749b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15018 | 2024.08.18 06:23:12.375277 [ 3 ] {} <Debug> HTTP-Session: ef4bf767-e780-4e84-807a-4e5d19749b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15019 | 2024.08.18 06:23:12.375284 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15020 | 2024.08.18 06:23:12.375327 [ 3 ] {} <Trace> HTTP-Session: ef4bf767-e780-4e84-807a-4e5d19749b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15021 | 2024.08.18 06:23:12.375530 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15022 | 2024.08.18 06:23:12.375607 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15023 | 2024.08.18 06:23:12.376315 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15024 | 2024.08.18 06:23:12.376631 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15025 | 2024.08.18 06:23:12.376925 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_86_17} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15026 | 2024.08.18 06:23:12.377006 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15027 | 2024.08.18 06:23:12.377085 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15028 | 2024.08.18 06:23:12.377112 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
15029 | 2024.08.18 06:23:12.377484 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15030 | 2024.08.18 06:23:12.377799 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15031 | 2024.08.18 06:23:12.377950 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.002465 sec., 30425.963488843812 rows/sec., 2.38 MiB/sec. | ||
15032 | 2024.08.18 06:23:12.377968 [ 97 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15033 | 2024.08.18 06:23:12.378049 [ 97 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15034 | 2024.08.18 06:23:12.378104 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15035 | 2024.08.18 06:23:12.378233 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Debug> DynamicQueryHandler: Done processing query | ||
15036 | 2024.08.18 06:23:12.378288 [ 3 ] {e65bea66-e7f6-483a-8587-a812014dbb2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15037 | 2024.08.18 06:23:12.378288 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
15038 | 2024.08.18 06:23:12.378313 [ 3 ] {} <Debug> HTTP-Session: ef4bf767-e780-4e84-807a-4e5d19749b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15039 | 2024.08.18 06:23:12.378498 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15040 | 2024.08.18 06:23:12.378554 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 905 rows starting from the beginning of the part | ||
15041 | 2024.08.18 06:23:12.378567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15042 | 2024.08.18 06:23:12.378712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15043 | 2024.08.18 06:23:12.378788 [ 3 ] {} <Debug> HTTP-Session: d5f718f1-3713-468b-b0f9-d1432a994e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15044 | 2024.08.18 06:23:12.378852 [ 3 ] {} <Debug> HTTP-Session: d5f718f1-3713-468b-b0f9-d1432a994e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15045 | 2024.08.18 06:23:12.378866 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 406 rows starting from the beginning of the part | ||
15046 | 2024.08.18 06:23:12.378889 [ 3 ] {} <Debug> HTTP-Session: d5f718f1-3713-468b-b0f9-d1432a994e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15047 | 2024.08.18 06:23:12.379010 [ 3 ] {} <Trace> HTTP-Session: d5f718f1-3713-468b-b0f9-d1432a994e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15048 | 2024.08.18 06:23:12.379175 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 73 rows starting from the beginning of the part | ||
15049 | 2024.08.18 06:23:12.379418 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15050 | 2024.08.18 06:23:12.379483 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 870 rows starting from the beginning of the part | ||
15051 | 2024.08.18 06:23:12.379576 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15052 | 2024.08.18 06:23:12.379844 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 28 rows starting from the beginning of the part | ||
15053 | 2024.08.18 06:23:12.380241 [ 193 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 75 rows starting from the beginning of the part | ||
15054 | 2024.08.18 06:23:12.380774 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15055 | 2024.08.18 06:23:12.381625 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15056 | 2024.08.18 06:23:12.381690 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15057 | 2024.08.18 06:23:12.382658 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15058 | 2024.08.18 06:23:12.383413 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2357 rows, containing 4 columns (4 merged, 0 gathered) in 0.005236967 sec., 450069.66818771244 rows/sec., 32.74 MiB/sec. | ||
15059 | 2024.08.18 06:23:12.383586 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15060 | 2024.08.18 06:23:12.383679 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15061 | 2024.08.18 06:23:12.383919 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004689 sec., 34335.67924930689 rows/sec., 2.39 MiB/sec. | ||
15062 | 2024.08.18 06:23:12.384347 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Debug> DynamicQueryHandler: Done processing query | ||
15063 | 2024.08.18 06:23:12.384390 [ 3 ] {20cc239c-9320-4afe-afc1-b0414cbc28f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15064 | 2024.08.18 06:23:12.384421 [ 3 ] {} <Debug> HTTP-Session: d5f718f1-3713-468b-b0f9-d1432a994e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15065 | 2024.08.18 06:23:12.384579 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15066 | 2024.08.18 06:23:12.384595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15067 | 2024.08.18 06:23:12.384692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15068 | 2024.08.18 06:23:12.384728 [ 3 ] {} <Debug> HTTP-Session: 59de941d-60bf-4886-83a4-7ec12ebdcd24 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15069 | 2024.08.18 06:23:12.384741 [ 190 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_86_17} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15070 | 2024.08.18 06:23:12.384762 [ 3 ] {} <Debug> HTTP-Session: 59de941d-60bf-4886-83a4-7ec12ebdcd24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15071 | 2024.08.18 06:23:12.384795 [ 3 ] {} <Debug> HTTP-Session: 59de941d-60bf-4886-83a4-7ec12ebdcd24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15072 | 2024.08.18 06:23:12.384884 [ 3 ] {} <Trace> HTTP-Session: 59de941d-60bf-4886-83a4-7ec12ebdcd24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15073 | 2024.08.18 06:23:12.384905 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
15074 | 2024.08.18 06:23:12.385163 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15075 | 2024.08.18 06:23:12.385237 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <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 | ||
15076 | 2024.08.18 06:23:12.385704 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15077 | 2024.08.18 06:23:12.386240 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15078 | 2024.08.18 06:23:12.386276 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15079 | 2024.08.18 06:23:12.386876 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
15080 | 2024.08.18 06:23:12.387291 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15081 | 2024.08.18 06:23:12.387477 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
15082 | 2024.08.18 06:23:12.387484 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002482 sec., 3626.1079774375507 rows/sec., 6.50 MiB/sec. | ||
15083 | 2024.08.18 06:23:12.387525 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15084 | 2024.08.18 06:23:12.387586 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15085 | 2024.08.18 06:23:12.387915 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
15086 | 2024.08.18 06:23:12.388040 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Debug> DynamicQueryHandler: Done processing query | ||
15087 | 2024.08.18 06:23:12.388085 [ 3 ] {5e193d1b-6dab-4329-b40c-adf782d5cf3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
15088 | 2024.08.18 06:23:12.388136 [ 3 ] {} <Debug> HTTP-Session: 59de941d-60bf-4886-83a4-7ec12ebdcd24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15089 | 2024.08.18 06:23:12.388375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15090 | 2024.08.18 06:23:12.388485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15091 | 2024.08.18 06:23:12.388531 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15092 | 2024.08.18 06:23:12.388542 [ 3 ] {} <Debug> HTTP-Session: fdf8a112-effe-434e-93c3-fe6a9db0016e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15093 | 2024.08.18 06:23:12.388603 [ 3 ] {} <Debug> HTTP-Session: fdf8a112-effe-434e-93c3-fe6a9db0016e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15094 | 2024.08.18 06:23:12.388646 [ 3 ] {} <Debug> HTTP-Session: fdf8a112-effe-434e-93c3-fe6a9db0016e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15095 | 2024.08.18 06:23:12.388687 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1029 rows starting from the beginning of the part | ||
15096 | 2024.08.18 06:23:12.388714 [ 3 ] {} <Trace> HTTP-Session: fdf8a112-effe-434e-93c3-fe6a9db0016e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15097 | 2024.08.18 06:23:12.389028 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15098 | 2024.08.18 06:23:12.389191 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15099 | 2024.08.18 06:23:12.389380 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part | ||
15100 | 2024.08.18 06:23:12.390085 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15101 | 2024.08.18 06:23:12.390195 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
15102 | 2024.08.18 06:23:12.390867 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
15103 | 2024.08.18 06:23:12.391187 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15104 | 2024.08.18 06:23:12.391289 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15105 | 2024.08.18 06:23:12.391569 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part | ||
15106 | 2024.08.18 06:23:12.392161 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part | ||
15107 | 2024.08.18 06:23:12.392614 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15108 | 2024.08.18 06:23:12.393505 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15109 | 2024.08.18 06:23:12.393901 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005024 sec., 11942.675159235669 rows/sec., 824.17 KiB/sec. | ||
15110 | 2024.08.18 06:23:12.393947 [ 97 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15111 | 2024.08.18 06:23:12.394082 [ 97 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15112 | 2024.08.18 06:23:12.394215 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15113 | 2024.08.18 06:23:12.394612 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Debug> DynamicQueryHandler: Done processing query | ||
15114 | 2024.08.18 06:23:12.394720 [ 3 ] {7eeedcf3-7e79-4264-9948-94fe0dd9e2f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15115 | 2024.08.18 06:23:12.394859 [ 3 ] {} <Debug> HTTP-Session: fdf8a112-effe-434e-93c3-fe6a9db0016e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15116 | 2024.08.18 06:23:12.395006 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
15117 | 2024.08.18 06:23:12.395701 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15118 | 2024.08.18 06:23:12.395835 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4906 rows starting from the beginning of the part | ||
15119 | 2024.08.18 06:23:12.396277 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
15120 | 2024.08.18 06:23:12.396652 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
15121 | 2024.08.18 06:23:12.396985 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 76 rows starting from the beginning of the part | ||
15122 | 2024.08.18 06:23:12.397292 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 6 rows starting from the beginning of the part | ||
15123 | 2024.08.18 06:23:12.397663 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
15124 | 2024.08.18 06:23:12.402545 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5190 rows, containing 4 columns (4 merged, 0 gathered) in 0.008103851 sec., 640436.256787051 rows/sec., 41.74 MiB/sec. | ||
15125 | 2024.08.18 06:23:12.403753 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15126 | 2024.08.18 06:23:12.404171 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15127 | 2024.08.18 06:23:12.404297 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_86_17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15128 | 2024.08.18 06:23:12.404483 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15129 | 2024.08.18 06:23:12.405245 [ 195 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 19 columns (19 merged, 0 gathered) in 0.017526678 sec., 62989.68920408077 rows/sec., 112.87 MiB/sec. | ||
15130 | 2024.08.18 06:23:12.406416 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
15131 | 2024.08.18 06:23:12.407000 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15132 | 2024.08.18 06:23:12.407079 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
15133 | 2024.08.18 06:23:12.407221 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. | ||
15134 | 2024.08.18 06:23:13.000157 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.87 MiB, peak 219.41 MiB, free memory in arenas 0.00 B, will set to 209.92 MiB (RSS), difference: 2.05 MiB | ||
15135 | 2024.08.18 06:23:17.364365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15136 | 2024.08.18 06:23:17.364500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15137 | 2024.08.18 06:23:17.364530 [ 3 ] {} <Debug> HTTP-Session: cc0a35f3-788e-4b5e-a53b-61841fc4c797 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15138 | 2024.08.18 06:23:17.364558 [ 3 ] {} <Debug> HTTP-Session: cc0a35f3-788e-4b5e-a53b-61841fc4c797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15139 | 2024.08.18 06:23:17.364575 [ 3 ] {} <Debug> HTTP-Session: cc0a35f3-788e-4b5e-a53b-61841fc4c797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15140 | 2024.08.18 06:23:17.364631 [ 3 ] {} <Trace> HTTP-Session: cc0a35f3-788e-4b5e-a53b-61841fc4c797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15141 | 2024.08.18 06:23:17.364831 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15142 | 2024.08.18 06:23:17.364903 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15143 | 2024.08.18 06:23:17.365123 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15144 | 2024.08.18 06:23:17.365570 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15145 | 2024.08.18 06:23:17.365615 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15146 | 2024.08.18 06:23:17.365984 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
15147 | 2024.08.18 06:23:17.366322 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15148 | 2024.08.18 06:23:17.366482 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001715 sec., 13994.169096209913 rows/sec., 1.11 MiB/sec. | ||
15149 | 2024.08.18 06:23:17.366694 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Debug> DynamicQueryHandler: Done processing query | ||
15150 | 2024.08.18 06:23:17.366721 [ 3 ] {d0ee8821-edce-4c9f-92df-f75bcb632ac6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15151 | 2024.08.18 06:23:17.366737 [ 3 ] {} <Debug> HTTP-Session: cc0a35f3-788e-4b5e-a53b-61841fc4c797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15152 | 2024.08.18 06:23:17.366986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15153 | 2024.08.18 06:23:17.367041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15154 | 2024.08.18 06:23:17.367061 [ 3 ] {} <Debug> HTTP-Session: 0c3090ef-df67-4702-af0b-867c4b6dcc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15155 | 2024.08.18 06:23:17.367079 [ 3 ] {} <Debug> HTTP-Session: 0c3090ef-df67-4702-af0b-867c4b6dcc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15156 | 2024.08.18 06:23:17.367093 [ 3 ] {} <Debug> HTTP-Session: 0c3090ef-df67-4702-af0b-867c4b6dcc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15157 | 2024.08.18 06:23:17.367130 [ 3 ] {} <Trace> HTTP-Session: 0c3090ef-df67-4702-af0b-867c4b6dcc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15158 | 2024.08.18 06:23:17.367324 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15159 | 2024.08.18 06:23:17.367371 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15160 | 2024.08.18 06:23:17.367507 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15161 | 2024.08.18 06:23:17.367960 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15162 | 2024.08.18 06:23:17.367998 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15163 | 2024.08.18 06:23:17.368338 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15164 | 2024.08.18 06:23:17.368647 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15165 | 2024.08.18 06:23:17.368794 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Debug> executeQuery: Read 261 rows, 23.37 KiB in 0.001569 sec., 166347.99235181644 rows/sec., 14.55 MiB/sec. | ||
15166 | 2024.08.18 06:23:17.368966 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Debug> DynamicQueryHandler: Done processing query | ||
15167 | 2024.08.18 06:23:17.368990 [ 3 ] {ffbde39c-063f-4719-9364-b7ca83151807} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
15168 | 2024.08.18 06:23:17.369006 [ 3 ] {} <Debug> HTTP-Session: 0c3090ef-df67-4702-af0b-867c4b6dcc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15169 | 2024.08.18 06:23:17.369162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15170 | 2024.08.18 06:23:17.369212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15171 | 2024.08.18 06:23:17.369232 [ 3 ] {} <Debug> HTTP-Session: c2d85867-6507-4ad6-a695-aa24c7b1ac1f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15172 | 2024.08.18 06:23:17.369249 [ 3 ] {} <Debug> HTTP-Session: c2d85867-6507-4ad6-a695-aa24c7b1ac1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15173 | 2024.08.18 06:23:17.369263 [ 3 ] {} <Debug> HTTP-Session: c2d85867-6507-4ad6-a695-aa24c7b1ac1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15174 | 2024.08.18 06:23:17.369297 [ 3 ] {} <Trace> HTTP-Session: c2d85867-6507-4ad6-a695-aa24c7b1ac1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15175 | 2024.08.18 06:23:17.369398 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15176 | 2024.08.18 06:23:17.369441 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15177 | 2024.08.18 06:23:17.369570 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15178 | 2024.08.18 06:23:17.369852 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15179 | 2024.08.18 06:23:17.369888 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15180 | 2024.08.18 06:23:17.370195 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15181 | 2024.08.18 06:23:17.370508 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15182 | 2024.08.18 06:23:17.370665 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001293 sec., 10827.53286929621 rows/sec., 758.29 KiB/sec. | ||
15183 | 2024.08.18 06:23:17.370854 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Debug> DynamicQueryHandler: Done processing query | ||
15184 | 2024.08.18 06:23:17.370877 [ 3 ] {fb2ae95d-e95d-494e-a1b4-f8cf81ae148f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15185 | 2024.08.18 06:23:17.370893 [ 3 ] {} <Debug> HTTP-Session: c2d85867-6507-4ad6-a695-aa24c7b1ac1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15186 | 2024.08.18 06:23:17.371006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15187 | 2024.08.18 06:23:17.371053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15188 | 2024.08.18 06:23:17.371072 [ 3 ] {} <Debug> HTTP-Session: 7b645169-e848-4e72-be6f-d712524fd232 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15189 | 2024.08.18 06:23:17.371088 [ 3 ] {} <Debug> HTTP-Session: 7b645169-e848-4e72-be6f-d712524fd232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15190 | 2024.08.18 06:23:17.371102 [ 3 ] {} <Debug> HTTP-Session: 7b645169-e848-4e72-be6f-d712524fd232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15191 | 2024.08.18 06:23:17.371132 [ 3 ] {} <Trace> HTTP-Session: 7b645169-e848-4e72-be6f-d712524fd232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15192 | 2024.08.18 06:23:17.371223 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15193 | 2024.08.18 06:23:17.371288 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15194 | 2024.08.18 06:23:17.371421 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15195 | 2024.08.18 06:23:17.371691 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15196 | 2024.08.18 06:23:17.371727 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15197 | 2024.08.18 06:23:17.372024 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15198 | 2024.08.18 06:23:17.372317 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15199 | 2024.08.18 06:23:17.372482 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 278.25 KiB/sec. | ||
15200 | 2024.08.18 06:23:17.372489 [ 173 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15201 | 2024.08.18 06:23:17.372609 [ 173 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15202 | 2024.08.18 06:23:17.372650 [ 173 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15203 | 2024.08.18 06:23:17.372726 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Debug> DynamicQueryHandler: Done processing query | ||
15204 | 2024.08.18 06:23:17.372790 [ 3 ] {5aeb7f9f-418f-4803-a975-ab2cc977d50c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15205 | 2024.08.18 06:23:17.372874 [ 3 ] {} <Debug> HTTP-Session: 7b645169-e848-4e72-be6f-d712524fd232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15206 | 2024.08.18 06:23:17.373051 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
15207 | 2024.08.18 06:23:17.373190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 65851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15208 | 2024.08.18 06:23:17.373306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15209 | 2024.08.18 06:23:17.373368 [ 3 ] {} <Debug> HTTP-Session: 81dfa74d-c4e3-4934-85d8-23395ecb64aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15210 | 2024.08.18 06:23:17.373416 [ 3 ] {} <Debug> HTTP-Session: 81dfa74d-c4e3-4934-85d8-23395ecb64aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15211 | 2024.08.18 06:23:17.373460 [ 3 ] {} <Debug> HTTP-Session: 81dfa74d-c4e3-4934-85d8-23395ecb64aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15212 | 2024.08.18 06:23:17.373499 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15213 | 2024.08.18 06:23:17.373529 [ 3 ] {} <Trace> HTTP-Session: 81dfa74d-c4e3-4934-85d8-23395ecb64aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15214 | 2024.08.18 06:23:17.373570 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
15215 | 2024.08.18 06:23:17.373802 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15216 | 2024.08.18 06:23:17.373921 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15217 | 2024.08.18 06:23:17.374094 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15218 | 2024.08.18 06:23:17.374116 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15219 | 2024.08.18 06:23:17.374505 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15220 | 2024.08.18 06:23:17.374863 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15221 | 2024.08.18 06:23:17.375001 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15222 | 2024.08.18 06:23:17.376199 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15223 | 2024.08.18 06:23:17.376266 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15224 | 2024.08.18 06:23:17.377139 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004386452 sec., 6839.2404613113285 rows/sec., 407.42 KiB/sec. | ||
15225 | 2024.08.18 06:23:17.377179 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15226 | 2024.08.18 06:23:17.377309 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15227 | 2024.08.18 06:23:17.377976 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15228 | 2024.08.18 06:23:17.378230 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15229 | 2024.08.18 06:23:17.378296 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Debug> executeQuery: Read 406 rows, 29.60 KiB in 0.004604 sec., 88184.18766290184 rows/sec., 6.28 MiB/sec. | ||
15230 | 2024.08.18 06:23:17.378472 [ 190 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_37_9} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15231 | 2024.08.18 06:23:17.378633 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15232 | 2024.08.18 06:23:17.378659 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Debug> DynamicQueryHandler: Done processing query | ||
15233 | 2024.08.18 06:23:17.378698 [ 3 ] {76de1f21-c48a-4570-9481-1bc4dbef33ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
15234 | 2024.08.18 06:23:17.378714 [ 3 ] {} <Debug> HTTP-Session: 81dfa74d-c4e3-4934-85d8-23395ecb64aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15235 | 2024.08.18 06:23:17.378855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15236 | 2024.08.18 06:23:17.378903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15237 | 2024.08.18 06:23:17.378922 [ 3 ] {} <Debug> HTTP-Session: 6451e421-7f08-430c-8562-a01119b09f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15238 | 2024.08.18 06:23:17.378939 [ 3 ] {} <Debug> HTTP-Session: 6451e421-7f08-430c-8562-a01119b09f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15239 | 2024.08.18 06:23:17.378952 [ 3 ] {} <Debug> HTTP-Session: 6451e421-7f08-430c-8562-a01119b09f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15240 | 2024.08.18 06:23:17.378986 [ 3 ] {} <Trace> HTTP-Session: 6451e421-7f08-430c-8562-a01119b09f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15241 | 2024.08.18 06:23:17.379085 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15242 | 2024.08.18 06:23:17.379130 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15243 | 2024.08.18 06:23:17.379283 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15244 | 2024.08.18 06:23:17.379574 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15245 | 2024.08.18 06:23:17.379611 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15246 | 2024.08.18 06:23:17.379975 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15247 | 2024.08.18 06:23:17.380295 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15248 | 2024.08.18 06:23:17.380456 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
15249 | 2024.08.18 06:23:17.380732 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Debug> DynamicQueryHandler: Done processing query | ||
15250 | 2024.08.18 06:23:17.380768 [ 3 ] {39980e29-89f8-4e19-b816-88ea666799c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15251 | 2024.08.18 06:23:17.380791 [ 3 ] {} <Debug> HTTP-Session: 6451e421-7f08-430c-8562-a01119b09f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15252 | 2024.08.18 06:23:17.380942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15253 | 2024.08.18 06:23:17.380990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15254 | 2024.08.18 06:23:17.381010 [ 3 ] {} <Debug> HTTP-Session: 71b9ed4e-2991-423f-9fc6-a13aa8e90339 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15255 | 2024.08.18 06:23:17.381027 [ 3 ] {} <Debug> HTTP-Session: 71b9ed4e-2991-423f-9fc6-a13aa8e90339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15256 | 2024.08.18 06:23:17.381041 [ 3 ] {} <Debug> HTTP-Session: 71b9ed4e-2991-423f-9fc6-a13aa8e90339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15257 | 2024.08.18 06:23:17.381071 [ 3 ] {} <Trace> HTTP-Session: 71b9ed4e-2991-423f-9fc6-a13aa8e90339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15258 | 2024.08.18 06:23:17.381264 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15259 | 2024.08.18 06:23:17.381310 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15260 | 2024.08.18 06:23:17.381472 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15261 | 2024.08.18 06:23:17.381963 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15262 | 2024.08.18 06:23:17.382000 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15263 | 2024.08.18 06:23:17.382390 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15264 | 2024.08.18 06:23:17.382728 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15265 | 2024.08.18 06:23:17.382877 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec. | ||
15266 | 2024.08.18 06:23:17.383055 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Debug> DynamicQueryHandler: Done processing query | ||
15267 | 2024.08.18 06:23:17.383079 [ 3 ] {184f1bee-6fae-450e-9938-69f3afe62c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15268 | 2024.08.18 06:23:17.383094 [ 3 ] {} <Debug> HTTP-Session: 71b9ed4e-2991-423f-9fc6-a13aa8e90339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15269 | 2024.08.18 06:23:17.383243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15270 | 2024.08.18 06:23:17.383294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15271 | 2024.08.18 06:23:17.383314 [ 3 ] {} <Debug> HTTP-Session: 09585810-c1ce-4dec-97a4-e143f912718e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15272 | 2024.08.18 06:23:17.383330 [ 3 ] {} <Debug> HTTP-Session: 09585810-c1ce-4dec-97a4-e143f912718e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15273 | 2024.08.18 06:23:17.383343 [ 3 ] {} <Debug> HTTP-Session: 09585810-c1ce-4dec-97a4-e143f912718e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15274 | 2024.08.18 06:23:17.383375 [ 3 ] {} <Trace> HTTP-Session: 09585810-c1ce-4dec-97a4-e143f912718e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15275 | 2024.08.18 06:23:17.383468 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15276 | 2024.08.18 06:23:17.383511 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15277 | 2024.08.18 06:23:17.383641 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15278 | 2024.08.18 06:23:17.383928 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15279 | 2024.08.18 06:23:17.383964 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15280 | 2024.08.18 06:23:17.384311 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15281 | 2024.08.18 06:23:17.384623 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15282 | 2024.08.18 06:23:17.384771 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
15283 | 2024.08.18 06:23:17.384961 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Debug> DynamicQueryHandler: Done processing query | ||
15284 | 2024.08.18 06:23:17.384990 [ 3 ] {a3e00379-f14b-49f1-b4a5-79169d7145dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15285 | 2024.08.18 06:23:17.385005 [ 3 ] {} <Debug> HTTP-Session: 09585810-c1ce-4dec-97a4-e143f912718e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15286 | 2024.08.18 06:23:17.385149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 38670, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15287 | 2024.08.18 06:23:17.385196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15288 | 2024.08.18 06:23:17.385215 [ 3 ] {} <Debug> HTTP-Session: 3433d285-62f0-4756-be4f-73ba491b8e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15289 | 2024.08.18 06:23:17.385231 [ 3 ] {} <Debug> HTTP-Session: 3433d285-62f0-4756-be4f-73ba491b8e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15290 | 2024.08.18 06:23:17.385245 [ 3 ] {} <Debug> HTTP-Session: 3433d285-62f0-4756-be4f-73ba491b8e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15291 | 2024.08.18 06:23:17.385275 [ 3 ] {} <Trace> HTTP-Session: 3433d285-62f0-4756-be4f-73ba491b8e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15292 | 2024.08.18 06:23:17.385555 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15293 | 2024.08.18 06:23:17.385617 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <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 | ||
15294 | 2024.08.18 06:23:17.386025 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15295 | 2024.08.18 06:23:17.386730 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15296 | 2024.08.18 06:23:17.386766 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15297 | 2024.08.18 06:23:17.387372 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
15298 | 2024.08.18 06:23:17.387789 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15299 | 2024.08.18 06:23:17.387974 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002618 sec., 9167.303284950343 rows/sec., 16.43 MiB/sec. | ||
15300 | 2024.08.18 06:23:17.388194 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Debug> DynamicQueryHandler: Done processing query | ||
15301 | 2024.08.18 06:23:17.388218 [ 3 ] {07d46289-2230-4024-9a9b-a6e759f72fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15302 | 2024.08.18 06:23:17.388233 [ 3 ] {} <Debug> HTTP-Session: 3433d285-62f0-4756-be4f-73ba491b8e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15303 | 2024.08.18 06:23:17.388376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15304 | 2024.08.18 06:23:17.388424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15305 | 2024.08.18 06:23:17.388443 [ 3 ] {} <Debug> HTTP-Session: 3996123c-fcea-44bf-9e59-4b5cacd1c95e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15306 | 2024.08.18 06:23:17.388459 [ 3 ] {} <Debug> HTTP-Session: 3996123c-fcea-44bf-9e59-4b5cacd1c95e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15307 | 2024.08.18 06:23:17.388473 [ 3 ] {} <Debug> HTTP-Session: 3996123c-fcea-44bf-9e59-4b5cacd1c95e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15308 | 2024.08.18 06:23:17.388504 [ 3 ] {} <Trace> HTTP-Session: 3996123c-fcea-44bf-9e59-4b5cacd1c95e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15309 | 2024.08.18 06:23:17.388634 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15310 | 2024.08.18 06:23:17.388678 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15311 | 2024.08.18 06:23:17.388803 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15312 | 2024.08.18 06:23:17.389116 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15313 | 2024.08.18 06:23:17.389151 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15314 | 2024.08.18 06:23:17.389506 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15315 | 2024.08.18 06:23:17.389831 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15316 | 2024.08.18 06:23:17.389977 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
15317 | 2024.08.18 06:23:17.390139 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Debug> DynamicQueryHandler: Done processing query | ||
15318 | 2024.08.18 06:23:17.390168 [ 3 ] {06882ca2-1713-417f-84dd-916d43a9b481} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15319 | 2024.08.18 06:23:17.390186 [ 3 ] {} <Debug> HTTP-Session: 3996123c-fcea-44bf-9e59-4b5cacd1c95e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15320 | 2024.08.18 06:23:22.360150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 2631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15321 | 2024.08.18 06:23:22.360265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15322 | 2024.08.18 06:23:22.360292 [ 3 ] {} <Debug> HTTP-Session: 4120469e-365e-47f2-802a-599cf1732918 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15323 | 2024.08.18 06:23:22.360318 [ 3 ] {} <Debug> HTTP-Session: 4120469e-365e-47f2-802a-599cf1732918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15324 | 2024.08.18 06:23:22.360335 [ 3 ] {} <Debug> HTTP-Session: 4120469e-365e-47f2-802a-599cf1732918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15325 | 2024.08.18 06:23:22.360389 [ 3 ] {} <Trace> HTTP-Session: 4120469e-365e-47f2-802a-599cf1732918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15326 | 2024.08.18 06:23:22.360574 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15327 | 2024.08.18 06:23:22.360643 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15328 | 2024.08.18 06:23:22.360841 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15329 | 2024.08.18 06:23:22.361318 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15330 | 2024.08.18 06:23:22.361369 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15331 | 2024.08.18 06:23:22.361781 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15332 | 2024.08.18 06:23:22.362164 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15333 | 2024.08.18 06:23:22.362336 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Debug> executeQuery: Read 18 rows, 1.46 KiB in 0.00182 sec., 9890.10989010989 rows/sec., 801.64 KiB/sec. | ||
15334 | 2024.08.18 06:23:22.362589 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Debug> DynamicQueryHandler: Done processing query | ||
15335 | 2024.08.18 06:23:22.362618 [ 3 ] {92f0b26a-e515-4ca9-906d-198a1d95c707} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15336 | 2024.08.18 06:23:22.362638 [ 3 ] {} <Debug> HTTP-Session: 4120469e-365e-47f2-802a-599cf1732918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15337 | 2024.08.18 06:23:22.362804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15338 | 2024.08.18 06:23:22.362864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15339 | 2024.08.18 06:23:22.362887 [ 3 ] {} <Debug> HTTP-Session: 61a7e0a1-af00-4afe-ac68-f271aaa4bbab Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15340 | 2024.08.18 06:23:22.362907 [ 3 ] {} <Debug> HTTP-Session: 61a7e0a1-af00-4afe-ac68-f271aaa4bbab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15341 | 2024.08.18 06:23:22.362923 [ 3 ] {} <Debug> HTTP-Session: 61a7e0a1-af00-4afe-ac68-f271aaa4bbab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15342 | 2024.08.18 06:23:22.362962 [ 3 ] {} <Trace> HTTP-Session: 61a7e0a1-af00-4afe-ac68-f271aaa4bbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15343 | 2024.08.18 06:23:22.363111 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15344 | 2024.08.18 06:23:22.363163 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15345 | 2024.08.18 06:23:22.363309 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15346 | 2024.08.18 06:23:22.363764 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15347 | 2024.08.18 06:23:22.363803 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15348 | 2024.08.18 06:23:22.364157 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15349 | 2024.08.18 06:23:22.364505 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15350 | 2024.08.18 06:23:22.364653 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Debug> executeQuery: Read 110 rows, 9.20 KiB in 0.001596 sec., 68922.30576441102 rows/sec., 5.63 MiB/sec. | ||
15351 | 2024.08.18 06:23:22.364851 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Debug> DynamicQueryHandler: Done processing query | ||
15352 | 2024.08.18 06:23:22.364879 [ 3 ] {4cbcc1b9-dae8-47a1-a9b5-c0b72f108942} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15353 | 2024.08.18 06:23:22.364897 [ 3 ] {} <Debug> HTTP-Session: 61a7e0a1-af00-4afe-ac68-f271aaa4bbab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.08.18 06:23:22.365051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15355 | 2024.08.18 06:23:22.365107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15356 | 2024.08.18 06:23:22.365128 [ 3 ] {} <Debug> HTTP-Session: ee3304ed-2a5f-4e6c-a433-c02d4f29776d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15357 | 2024.08.18 06:23:22.365148 [ 3 ] {} <Debug> HTTP-Session: ee3304ed-2a5f-4e6c-a433-c02d4f29776d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15358 | 2024.08.18 06:23:22.365162 [ 3 ] {} <Debug> HTTP-Session: ee3304ed-2a5f-4e6c-a433-c02d4f29776d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15359 | 2024.08.18 06:23:22.365200 [ 3 ] {} <Trace> HTTP-Session: ee3304ed-2a5f-4e6c-a433-c02d4f29776d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15360 | 2024.08.18 06:23:22.365341 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15361 | 2024.08.18 06:23:22.365389 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15362 | 2024.08.18 06:23:22.365522 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15363 | 2024.08.18 06:23:22.365895 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15364 | 2024.08.18 06:23:22.365936 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15365 | 2024.08.18 06:23:22.366301 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15366 | 2024.08.18 06:23:22.366645 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15367 | 2024.08.18 06:23:22.366797 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Debug> executeQuery: Read 88 rows, 7.07 KiB in 0.001509 sec., 58316.7660702452 rows/sec., 4.57 MiB/sec. | ||
15368 | 2024.08.18 06:23:22.367010 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Debug> DynamicQueryHandler: Done processing query | ||
15369 | 2024.08.18 06:23:22.367046 [ 3 ] {9f918dec-9c50-4161-92c2-c637c9fa5d48} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15370 | 2024.08.18 06:23:22.367079 [ 3 ] {} <Debug> HTTP-Session: ee3304ed-2a5f-4e6c-a433-c02d4f29776d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.08.18 06:23:22.367297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15372 | 2024.08.18 06:23:22.367353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15373 | 2024.08.18 06:23:22.367374 [ 3 ] {} <Debug> HTTP-Session: 8cd69dfe-74d8-47b5-ac28-f38df19ff73a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15374 | 2024.08.18 06:23:22.367393 [ 3 ] {} <Debug> HTTP-Session: 8cd69dfe-74d8-47b5-ac28-f38df19ff73a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15375 | 2024.08.18 06:23:22.367409 [ 3 ] {} <Debug> HTTP-Session: 8cd69dfe-74d8-47b5-ac28-f38df19ff73a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15376 | 2024.08.18 06:23:22.367443 [ 3 ] {} <Trace> HTTP-Session: 8cd69dfe-74d8-47b5-ac28-f38df19ff73a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15377 | 2024.08.18 06:23:22.367605 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15378 | 2024.08.18 06:23:22.367655 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15379 | 2024.08.18 06:23:22.367806 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15380 | 2024.08.18 06:23:22.368218 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15381 | 2024.08.18 06:23:22.368256 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15382 | 2024.08.18 06:23:22.368683 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15383 | 2024.08.18 06:23:22.369063 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15384 | 2024.08.18 06:23:22.369224 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
15385 | 2024.08.18 06:23:22.369510 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Debug> DynamicQueryHandler: Done processing query | ||
15386 | 2024.08.18 06:23:22.369566 [ 3 ] {dbfe6f73-cc00-4d0c-951f-d11596ea2c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15387 | 2024.08.18 06:23:22.369620 [ 3 ] {} <Debug> HTTP-Session: 8cd69dfe-74d8-47b5-ac28-f38df19ff73a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.08.18 06:23:22.369825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 28876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15389 | 2024.08.18 06:23:22.369881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15390 | 2024.08.18 06:23:22.369902 [ 3 ] {} <Debug> HTTP-Session: 403bb244-0fd5-401b-9147-fb32dba931ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15391 | 2024.08.18 06:23:22.369921 [ 3 ] {} <Debug> HTTP-Session: 403bb244-0fd5-401b-9147-fb32dba931ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.08.18 06:23:22.369937 [ 3 ] {} <Debug> HTTP-Session: 403bb244-0fd5-401b-9147-fb32dba931ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15393 | 2024.08.18 06:23:22.369972 [ 3 ] {} <Trace> HTTP-Session: 403bb244-0fd5-401b-9147-fb32dba931ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15394 | 2024.08.18 06:23:22.370228 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15395 | 2024.08.18 06:23:22.370300 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <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 | ||
15396 | 2024.08.18 06:23:22.370733 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15397 | 2024.08.18 06:23:22.371421 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15398 | 2024.08.18 06:23:22.371459 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15399 | 2024.08.18 06:23:22.372092 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15400 | 2024.08.18 06:23:22.372544 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15401 | 2024.08.18 06:23:22.372732 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002674 sec., 6731.488406881077 rows/sec., 12.06 MiB/sec. | ||
15402 | 2024.08.18 06:23:22.372967 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Debug> DynamicQueryHandler: Done processing query | ||
15403 | 2024.08.18 06:23:22.372993 [ 3 ] {8e791ac6-7fdc-43f7-8435-5e309a673d0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15404 | 2024.08.18 06:23:22.373010 [ 3 ] {} <Debug> HTTP-Session: 403bb244-0fd5-401b-9147-fb32dba931ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.08.18 06:23:22.373132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15406 | 2024.08.18 06:23:22.373182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15407 | 2024.08.18 06:23:22.373201 [ 3 ] {} <Debug> HTTP-Session: 0ad471ad-8377-4e67-bc07-d99a9ca3d0fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15408 | 2024.08.18 06:23:22.373217 [ 3 ] {} <Debug> HTTP-Session: 0ad471ad-8377-4e67-bc07-d99a9ca3d0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15409 | 2024.08.18 06:23:22.373231 [ 3 ] {} <Debug> HTTP-Session: 0ad471ad-8377-4e67-bc07-d99a9ca3d0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15410 | 2024.08.18 06:23:22.373262 [ 3 ] {} <Trace> HTTP-Session: 0ad471ad-8377-4e67-bc07-d99a9ca3d0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15411 | 2024.08.18 06:23:22.373367 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15412 | 2024.08.18 06:23:22.373413 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15413 | 2024.08.18 06:23:22.373540 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15414 | 2024.08.18 06:23:22.373841 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15415 | 2024.08.18 06:23:22.373878 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15416 | 2024.08.18 06:23:22.374279 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
15417 | 2024.08.18 06:23:22.374653 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15418 | 2024.08.18 06:23:22.374814 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001472 sec., 6114.130434782609 rows/sec., 470.37 KiB/sec. | ||
15419 | 2024.08.18 06:23:22.375018 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Debug> DynamicQueryHandler: Done processing query | ||
15420 | 2024.08.18 06:23:22.375043 [ 3 ] {032b1194-8573-48d7-8432-e046f00faba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15421 | 2024.08.18 06:23:22.375058 [ 3 ] {} <Debug> HTTP-Session: 0ad471ad-8377-4e67-bc07-d99a9ca3d0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15422 | 2024.08.18 06:23:22.375177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15423 | 2024.08.18 06:23:22.375226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15424 | 2024.08.18 06:23:22.375248 [ 3 ] {} <Debug> HTTP-Session: dbb540c9-467a-4f23-aaf2-9ba2c368f126 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15425 | 2024.08.18 06:23:22.375267 [ 3 ] {} <Debug> HTTP-Session: dbb540c9-467a-4f23-aaf2-9ba2c368f126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15426 | 2024.08.18 06:23:22.375281 [ 3 ] {} <Debug> HTTP-Session: dbb540c9-467a-4f23-aaf2-9ba2c368f126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15427 | 2024.08.18 06:23:22.375315 [ 3 ] {} <Trace> HTTP-Session: dbb540c9-467a-4f23-aaf2-9ba2c368f126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15428 | 2024.08.18 06:23:22.375446 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15429 | 2024.08.18 06:23:22.375491 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15430 | 2024.08.18 06:23:22.375620 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15431 | 2024.08.18 06:23:22.375956 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15432 | 2024.08.18 06:23:22.375995 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15433 | 2024.08.18 06:23:22.376387 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15434 | 2024.08.18 06:23:22.376755 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15435 | 2024.08.18 06:23:22.376911 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
15436 | 2024.08.18 06:23:22.377084 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Debug> DynamicQueryHandler: Done processing query | ||
15437 | 2024.08.18 06:23:22.377109 [ 3 ] {72262b49-3859-4bb1-b94b-0b34331bc736} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15438 | 2024.08.18 06:23:22.377126 [ 3 ] {} <Debug> HTTP-Session: dbb540c9-467a-4f23-aaf2-9ba2c368f126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15439 | 2024.08.18 06:23:23.275725 [ 171 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
15440 | 2024.08.18 06:23:23.275794 [ 171 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15441 | 2024.08.18 06:23:23.275821 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15442 | 2024.08.18 06:23:23.276040 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
15443 | 2024.08.18 06:23:23.276401 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15444 | 2024.08.18 06:23:23.276516 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
15445 | 2024.08.18 06:23:23.276682 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
15446 | 2024.08.18 06:23:23.276835 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
15447 | 2024.08.18 06:23:23.277090 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
15448 | 2024.08.18 06:23:23.277229 [ 190 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
15449 | 2024.08.18 06:23:23.278350 [ 197 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002446216 sec., 13081.428622819898 rows/sec., 913.40 KiB/sec. | ||
15450 | 2024.08.18 06:23:23.278536 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
15451 | 2024.08.18 06:23:23.278994 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15452 | 2024.08.18 06:23:23.279091 [ 210 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_22_5} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
15453 | 2024.08.18 06:23:23.279188 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
15454 | 2024.08.18 06:23:24.066139 [ 171 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
15455 | 2024.08.18 06:23:24.066232 [ 171 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15456 | 2024.08.18 06:23:24.066265 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15457 | 2024.08.18 06:23:24.066515 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
15458 | 2024.08.18 06:23:24.066788 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15459 | 2024.08.18 06:23:24.066835 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
15460 | 2024.08.18 06:23:24.066927 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
15461 | 2024.08.18 06:23:24.067024 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
15462 | 2024.08.18 06:23:24.067321 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
15463 | 2024.08.18 06:23:24.067520 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
15464 | 2024.08.18 06:23:24.068795 [ 210 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002421325 sec., 13215.904515089876 rows/sec., 1.05 MiB/sec. | ||
15465 | 2024.08.18 06:23:24.069042 [ 210 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
15466 | 2024.08.18 06:23:24.069631 [ 210 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15467 | 2024.08.18 06:23:24.069764 [ 210 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_22_5} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
15468 | 2024.08.18 06:23:24.069905 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
15469 | 2024.08.18 06:23:25.227586 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15470 | 2024.08.18 06:23:25.227638 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15471 | 2024.08.18 06:23:27.364817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15472 | 2024.08.18 06:23:27.364932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15473 | 2024.08.18 06:23:27.364957 [ 3 ] {} <Debug> HTTP-Session: 26612cc8-3b62-4858-8d84-d36bb264f9c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15474 | 2024.08.18 06:23:27.364981 [ 3 ] {} <Debug> HTTP-Session: 26612cc8-3b62-4858-8d84-d36bb264f9c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15475 | 2024.08.18 06:23:27.364996 [ 3 ] {} <Debug> HTTP-Session: 26612cc8-3b62-4858-8d84-d36bb264f9c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15476 | 2024.08.18 06:23:27.365043 [ 3 ] {} <Trace> HTTP-Session: 26612cc8-3b62-4858-8d84-d36bb264f9c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15477 | 2024.08.18 06:23:27.365222 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15478 | 2024.08.18 06:23:27.365285 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15479 | 2024.08.18 06:23:27.365474 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15480 | 2024.08.18 06:23:27.365935 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15481 | 2024.08.18 06:23:27.365975 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15482 | 2024.08.18 06:23:27.366340 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15483 | 2024.08.18 06:23:27.366695 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15484 | 2024.08.18 06:23:27.366838 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001672 sec., 14952.153110047846 rows/sec., 1.18 MiB/sec. | ||
15485 | 2024.08.18 06:23:27.367052 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Debug> DynamicQueryHandler: Done processing query | ||
15486 | 2024.08.18 06:23:27.367078 [ 3 ] {bde6021d-2284-49eb-a0ec-e411cfef4e04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15487 | 2024.08.18 06:23:27.367096 [ 3 ] {} <Debug> HTTP-Session: 26612cc8-3b62-4858-8d84-d36bb264f9c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15488 | 2024.08.18 06:23:27.367251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15489 | 2024.08.18 06:23:27.367308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15490 | 2024.08.18 06:23:27.367329 [ 3 ] {} <Debug> HTTP-Session: 65d4807a-5623-46fc-bbdc-e17ff32c57b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15491 | 2024.08.18 06:23:27.367348 [ 3 ] {} <Debug> HTTP-Session: 65d4807a-5623-46fc-bbdc-e17ff32c57b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15492 | 2024.08.18 06:23:27.367363 [ 3 ] {} <Debug> HTTP-Session: 65d4807a-5623-46fc-bbdc-e17ff32c57b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15493 | 2024.08.18 06:23:27.367398 [ 3 ] {} <Trace> HTTP-Session: 65d4807a-5623-46fc-bbdc-e17ff32c57b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15494 | 2024.08.18 06:23:27.367504 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15495 | 2024.08.18 06:23:27.367552 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15496 | 2024.08.18 06:23:27.367688 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15497 | 2024.08.18 06:23:27.367992 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15498 | 2024.08.18 06:23:27.368030 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15499 | 2024.08.18 06:23:27.368341 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
15500 | 2024.08.18 06:23:27.368688 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15501 | 2024.08.18 06:23:27.368817 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. | ||
15502 | 2024.08.18 06:23:27.368991 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Debug> DynamicQueryHandler: Done processing query | ||
15503 | 2024.08.18 06:23:27.369015 [ 3 ] {3ec3d32c-0d0b-442e-8d7a-d755774d2e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15504 | 2024.08.18 06:23:27.369031 [ 3 ] {} <Debug> HTTP-Session: 65d4807a-5623-46fc-bbdc-e17ff32c57b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15505 | 2024.08.18 06:23:27.369217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 39790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15506 | 2024.08.18 06:23:27.369268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15507 | 2024.08.18 06:23:27.369287 [ 3 ] {} <Debug> HTTP-Session: cfb73bcd-a6c3-46cc-9271-fd835c4044c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15508 | 2024.08.18 06:23:27.369304 [ 3 ] {} <Debug> HTTP-Session: cfb73bcd-a6c3-46cc-9271-fd835c4044c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15509 | 2024.08.18 06:23:27.369318 [ 3 ] {} <Debug> HTTP-Session: cfb73bcd-a6c3-46cc-9271-fd835c4044c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15510 | 2024.08.18 06:23:27.369350 [ 3 ] {} <Trace> HTTP-Session: cfb73bcd-a6c3-46cc-9271-fd835c4044c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15511 | 2024.08.18 06:23:27.369521 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15512 | 2024.08.18 06:23:27.369563 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15513 | 2024.08.18 06:23:27.369689 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15514 | 2024.08.18 06:23:27.370160 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15515 | 2024.08.18 06:23:27.370195 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15516 | 2024.08.18 06:23:27.370533 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15517 | 2024.08.18 06:23:27.370840 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15518 | 2024.08.18 06:23:27.370964 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Debug> executeQuery: Read 265 rows, 23.71 KiB in 0.001532 sec., 172976.50130548305 rows/sec., 15.11 MiB/sec. | ||
15519 | 2024.08.18 06:23:27.371229 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Debug> DynamicQueryHandler: Done processing query | ||
15520 | 2024.08.18 06:23:27.371287 [ 3 ] {6f51edf6-a229-48d1-b1df-2c28eaceaecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
15521 | 2024.08.18 06:23:27.371347 [ 3 ] {} <Debug> HTTP-Session: cfb73bcd-a6c3-46cc-9271-fd835c4044c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15522 | 2024.08.18 06:23:27.371533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15523 | 2024.08.18 06:23:27.371585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15524 | 2024.08.18 06:23:27.371605 [ 3 ] {} <Debug> HTTP-Session: 0252f6ec-3574-4741-a8b1-efc8c6957a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15525 | 2024.08.18 06:23:27.371622 [ 3 ] {} <Debug> HTTP-Session: 0252f6ec-3574-4741-a8b1-efc8c6957a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15526 | 2024.08.18 06:23:27.371636 [ 3 ] {} <Debug> HTTP-Session: 0252f6ec-3574-4741-a8b1-efc8c6957a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15527 | 2024.08.18 06:23:27.371668 [ 3 ] {} <Trace> HTTP-Session: 0252f6ec-3574-4741-a8b1-efc8c6957a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15528 | 2024.08.18 06:23:27.371767 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15529 | 2024.08.18 06:23:27.371810 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15530 | 2024.08.18 06:23:27.371953 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15531 | 2024.08.18 06:23:27.372238 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15532 | 2024.08.18 06:23:27.372273 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15533 | 2024.08.18 06:23:27.372573 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
15534 | 2024.08.18 06:23:27.372883 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15535 | 2024.08.18 06:23:27.373011 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 109.96 KiB/sec. | ||
15536 | 2024.08.18 06:23:27.373172 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Debug> DynamicQueryHandler: Done processing query | ||
15537 | 2024.08.18 06:23:27.373196 [ 3 ] {8ea6d15d-c74e-4633-8d0e-cfb9ce982059} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15538 | 2024.08.18 06:23:27.373211 [ 3 ] {} <Debug> HTTP-Session: 0252f6ec-3574-4741-a8b1-efc8c6957a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15539 | 2024.08.18 06:23:27.373331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15540 | 2024.08.18 06:23:27.373379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15541 | 2024.08.18 06:23:27.373397 [ 3 ] {} <Debug> HTTP-Session: b37ba3a8-5e5b-40b3-bf00-b320aea70eff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15542 | 2024.08.18 06:23:27.373414 [ 3 ] {} <Debug> HTTP-Session: b37ba3a8-5e5b-40b3-bf00-b320aea70eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15543 | 2024.08.18 06:23:27.373428 [ 3 ] {} <Debug> HTTP-Session: b37ba3a8-5e5b-40b3-bf00-b320aea70eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15544 | 2024.08.18 06:23:27.373458 [ 3 ] {} <Trace> HTTP-Session: b37ba3a8-5e5b-40b3-bf00-b320aea70eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15545 | 2024.08.18 06:23:27.373557 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15546 | 2024.08.18 06:23:27.373597 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15547 | 2024.08.18 06:23:27.373723 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15548 | 2024.08.18 06:23:27.374020 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15549 | 2024.08.18 06:23:27.374055 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15550 | 2024.08.18 06:23:27.374364 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15551 | 2024.08.18 06:23:27.374666 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15552 | 2024.08.18 06:23:27.374795 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001266 sec., 11058.451816745655 rows/sec., 774.46 KiB/sec. | ||
15553 | 2024.08.18 06:23:27.374956 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Debug> DynamicQueryHandler: Done processing query | ||
15554 | 2024.08.18 06:23:27.374979 [ 3 ] {a7222426-b317-4deb-aa68-5f4e1c0c81ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15555 | 2024.08.18 06:23:27.374994 [ 3 ] {} <Debug> HTTP-Session: b37ba3a8-5e5b-40b3-bf00-b320aea70eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15556 | 2024.08.18 06:23:27.375106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15557 | 2024.08.18 06:23:27.375154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15558 | 2024.08.18 06:23:27.375173 [ 3 ] {} <Debug> HTTP-Session: 889702d0-0478-4e61-be0f-2d0c86000a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15559 | 2024.08.18 06:23:27.375190 [ 3 ] {} <Debug> HTTP-Session: 889702d0-0478-4e61-be0f-2d0c86000a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15560 | 2024.08.18 06:23:27.375203 [ 3 ] {} <Debug> HTTP-Session: 889702d0-0478-4e61-be0f-2d0c86000a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15561 | 2024.08.18 06:23:27.375233 [ 3 ] {} <Trace> HTTP-Session: 889702d0-0478-4e61-be0f-2d0c86000a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15562 | 2024.08.18 06:23:27.375328 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15563 | 2024.08.18 06:23:27.375373 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15564 | 2024.08.18 06:23:27.375501 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15565 | 2024.08.18 06:23:27.375835 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15566 | 2024.08.18 06:23:27.375870 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15567 | 2024.08.18 06:23:27.376170 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15568 | 2024.08.18 06:23:27.376472 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15569 | 2024.08.18 06:23:27.376601 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 273.32 KiB/sec. | ||
15570 | 2024.08.18 06:23:27.376793 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Debug> DynamicQueryHandler: Done processing query | ||
15571 | 2024.08.18 06:23:27.376825 [ 3 ] {98e35cb2-f4cd-43b6-8fd1-8975596153d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15572 | 2024.08.18 06:23:27.376843 [ 3 ] {} <Debug> HTTP-Session: 889702d0-0478-4e61-be0f-2d0c86000a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15573 | 2024.08.18 06:23:27.377007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15574 | 2024.08.18 06:23:27.377054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15575 | 2024.08.18 06:23:27.377073 [ 3 ] {} <Debug> HTTP-Session: 60201d07-2f24-4557-818c-fafdac881d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15576 | 2024.08.18 06:23:27.377090 [ 3 ] {} <Debug> HTTP-Session: 60201d07-2f24-4557-818c-fafdac881d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15577 | 2024.08.18 06:23:27.377104 [ 3 ] {} <Debug> HTTP-Session: 60201d07-2f24-4557-818c-fafdac881d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15578 | 2024.08.18 06:23:27.377134 [ 3 ] {} <Trace> HTTP-Session: 60201d07-2f24-4557-818c-fafdac881d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15579 | 2024.08.18 06:23:27.377342 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15580 | 2024.08.18 06:23:27.377385 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15581 | 2024.08.18 06:23:27.377507 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15582 | 2024.08.18 06:23:27.378058 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15583 | 2024.08.18 06:23:27.378093 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15584 | 2024.08.18 06:23:27.378427 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15585 | 2024.08.18 06:23:27.378735 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15586 | 2024.08.18 06:23:27.378862 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Debug> executeQuery: Read 409 rows, 29.85 KiB in 0.001627 sec., 251382.91333743086 rows/sec., 17.91 MiB/sec. | ||
15587 | 2024.08.18 06:23:27.379024 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Debug> DynamicQueryHandler: Done processing query | ||
15588 | 2024.08.18 06:23:27.379048 [ 3 ] {e2461a8c-e1a1-4270-a92a-65b0a1612f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
15589 | 2024.08.18 06:23:27.379063 [ 3 ] {} <Debug> HTTP-Session: 60201d07-2f24-4557-818c-fafdac881d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15590 | 2024.08.18 06:23:27.379193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15591 | 2024.08.18 06:23:27.379240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15592 | 2024.08.18 06:23:27.379258 [ 3 ] {} <Debug> HTTP-Session: f06020ae-a32a-43dc-be3b-f44c592ec036 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15593 | 2024.08.18 06:23:27.379275 [ 3 ] {} <Debug> HTTP-Session: f06020ae-a32a-43dc-be3b-f44c592ec036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15594 | 2024.08.18 06:23:27.379288 [ 3 ] {} <Debug> HTTP-Session: f06020ae-a32a-43dc-be3b-f44c592ec036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15595 | 2024.08.18 06:23:27.379319 [ 3 ] {} <Trace> HTTP-Session: f06020ae-a32a-43dc-be3b-f44c592ec036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15596 | 2024.08.18 06:23:27.379412 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15597 | 2024.08.18 06:23:27.379455 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15598 | 2024.08.18 06:23:27.379581 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15599 | 2024.08.18 06:23:27.379857 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15600 | 2024.08.18 06:23:27.379892 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15601 | 2024.08.18 06:23:27.380245 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15602 | 2024.08.18 06:23:27.380569 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15603 | 2024.08.18 06:23:27.380697 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec. | ||
15604 | 2024.08.18 06:23:27.380853 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Debug> DynamicQueryHandler: Done processing query | ||
15605 | 2024.08.18 06:23:27.380877 [ 3 ] {0e00724e-0b56-47b7-8b78-3ad89bcc3f97} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15606 | 2024.08.18 06:23:27.380893 [ 3 ] {} <Debug> HTTP-Session: f06020ae-a32a-43dc-be3b-f44c592ec036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15607 | 2024.08.18 06:23:27.381045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15608 | 2024.08.18 06:23:27.381092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15609 | 2024.08.18 06:23:27.381110 [ 3 ] {} <Debug> HTTP-Session: 22ccfa27-f240-4797-8351-9397ea18cb95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15610 | 2024.08.18 06:23:27.381128 [ 3 ] {} <Debug> HTTP-Session: 22ccfa27-f240-4797-8351-9397ea18cb95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15611 | 2024.08.18 06:23:27.381141 [ 3 ] {} <Debug> HTTP-Session: 22ccfa27-f240-4797-8351-9397ea18cb95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15612 | 2024.08.18 06:23:27.381171 [ 3 ] {} <Trace> HTTP-Session: 22ccfa27-f240-4797-8351-9397ea18cb95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15613 | 2024.08.18 06:23:27.381370 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15614 | 2024.08.18 06:23:27.381414 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15615 | 2024.08.18 06:23:27.381555 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15616 | 2024.08.18 06:23:27.381986 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15617 | 2024.08.18 06:23:27.382021 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15618 | 2024.08.18 06:23:27.382400 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15619 | 2024.08.18 06:23:27.382729 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15620 | 2024.08.18 06:23:27.382854 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001596 sec., 149122.80701754385 rows/sec., 10.00 MiB/sec. | ||
15621 | 2024.08.18 06:23:27.382859 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_84_17 to all_89_89_0 | ||
15622 | 2024.08.18 06:23:27.382922 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15623 | 2024.08.18 06:23:27.382960 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15624 | 2024.08.18 06:23:27.383039 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Debug> DynamicQueryHandler: Done processing query | ||
15625 | 2024.08.18 06:23:27.383070 [ 3 ] {f45f0bba-7610-410d-927c-da60af55ed6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15626 | 2024.08.18 06:23:27.383075 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_84_17 to all_89_89_0 into Compact with storage Full | ||
15627 | 2024.08.18 06:23:27.383086 [ 3 ] {} <Debug> HTTP-Session: 22ccfa27-f240-4797-8351-9397ea18cb95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15628 | 2024.08.18 06:23:27.383202 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15629 | 2024.08.18 06:23:27.383219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15630 | 2024.08.18 06:23:27.383243 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_84_17, total 23846 rows starting from the beginning of the part | ||
15631 | 2024.08.18 06:23:27.383279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15632 | 2024.08.18 06:23:27.383314 [ 3 ] {} <Debug> HTTP-Session: e3cfdc62-b893-4b24-b1f1-055ca4fcad81 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15633 | 2024.08.18 06:23:27.383362 [ 3 ] {} <Debug> HTTP-Session: e3cfdc62-b893-4b24-b1f1-055ca4fcad81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15634 | 2024.08.18 06:23:27.383376 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 20 rows starting from the beginning of the part | ||
15635 | 2024.08.18 06:23:27.383386 [ 3 ] {} <Debug> HTTP-Session: e3cfdc62-b893-4b24-b1f1-055ca4fcad81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.08.18 06:23:27.383459 [ 3 ] {} <Trace> HTTP-Session: e3cfdc62-b893-4b24-b1f1-055ca4fcad81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15637 | 2024.08.18 06:23:27.383628 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 161 rows starting from the beginning of the part | ||
15638 | 2024.08.18 06:23:27.383761 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15639 | 2024.08.18 06:23:27.383953 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
15640 | 2024.08.18 06:23:27.383970 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15641 | 2024.08.18 06:23:27.384309 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
15642 | 2024.08.18 06:23:27.384809 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 238 rows starting from the beginning of the part | ||
15643 | 2024.08.18 06:23:27.385360 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15644 | 2024.08.18 06:23:27.385803 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15645 | 2024.08.18 06:23:27.385845 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15646 | 2024.08.18 06:23:27.386245 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15647 | 2024.08.18 06:23:27.386630 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15648 | 2024.08.18 06:23:27.386870 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003216 sec., 310.9452736318408 rows/sec., 20.95 KiB/sec. | ||
15649 | 2024.08.18 06:23:27.387096 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Debug> DynamicQueryHandler: Done processing query | ||
15650 | 2024.08.18 06:23:27.387119 [ 3 ] {f9b6ba43-eb6d-470b-8aeb-9b47f125f1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15651 | 2024.08.18 06:23:27.387138 [ 3 ] {} <Debug> HTTP-Session: e3cfdc62-b893-4b24-b1f1-055ca4fcad81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15652 | 2024.08.18 06:23:27.387304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15653 | 2024.08.18 06:23:27.387352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15654 | 2024.08.18 06:23:27.387372 [ 3 ] {} <Debug> HTTP-Session: a299b56c-b9ef-4cb2-bfc5-90f176649b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15655 | 2024.08.18 06:23:27.387410 [ 3 ] {} <Debug> HTTP-Session: a299b56c-b9ef-4cb2-bfc5-90f176649b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15656 | 2024.08.18 06:23:27.387424 [ 3 ] {} <Debug> HTTP-Session: a299b56c-b9ef-4cb2-bfc5-90f176649b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15657 | 2024.08.18 06:23:27.387453 [ 3 ] {} <Trace> HTTP-Session: a299b56c-b9ef-4cb2-bfc5-90f176649b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15658 | 2024.08.18 06:23:27.387763 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15659 | 2024.08.18 06:23:27.387832 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <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 | ||
15660 | 2024.08.18 06:23:27.388302 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15661 | 2024.08.18 06:23:27.389017 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15662 | 2024.08.18 06:23:27.389053 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15663 | 2024.08.18 06:23:27.389810 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15664 | 2024.08.18 06:23:27.390272 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15665 | 2024.08.18 06:23:27.390432 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002897 sec., 8629.616845012082 rows/sec., 15.46 MiB/sec. | ||
15666 | 2024.08.18 06:23:27.390666 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Debug> DynamicQueryHandler: Done processing query | ||
15667 | 2024.08.18 06:23:27.390689 [ 3 ] {bb2c8ae1-fab0-41af-87b5-0a1b9fcc6b73} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15668 | 2024.08.18 06:23:27.390705 [ 3 ] {} <Debug> HTTP-Session: a299b56c-b9ef-4cb2-bfc5-90f176649b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15669 | 2024.08.18 06:23:27.390871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15670 | 2024.08.18 06:23:27.390896 [ 196 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24662 rows, containing 5 columns (5 merged, 0 gathered) in 0.007880407 sec., 3129533.79184603 rows/sec., 211.49 MiB/sec. | ||
15671 | 2024.08.18 06:23:27.390924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15672 | 2024.08.18 06:23:27.390951 [ 3 ] {} <Debug> HTTP-Session: 65b2f938-8072-4882-bc54-2523ebf3d7d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15673 | 2024.08.18 06:23:27.390971 [ 3 ] {} <Debug> HTTP-Session: 65b2f938-8072-4882-bc54-2523ebf3d7d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15674 | 2024.08.18 06:23:27.390992 [ 3 ] {} <Debug> HTTP-Session: 65b2f938-8072-4882-bc54-2523ebf3d7d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15675 | 2024.08.18 06:23:27.391042 [ 3 ] {} <Trace> HTTP-Session: 65b2f938-8072-4882-bc54-2523ebf3d7d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15676 | 2024.08.18 06:23:27.391176 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15677 | 2024.08.18 06:23:27.391232 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15678 | 2024.08.18 06:23:27.391288 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Trace> MergedBlockOutputStream: filled checksums all_1_89_18 (state Temporary) | ||
15679 | 2024.08.18 06:23:27.391604 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15680 | 2024.08.18 06:23:27.392200 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15681 | 2024.08.18 06:23:27.392256 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
15682 | 2024.08.18 06:23:27.392309 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_89_18 to all_1_89_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15683 | 2024.08.18 06:23:27.392494 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_89_18} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_84_17, all_89_89_0] -> all_1_89_18 | ||
15684 | 2024.08.18 06:23:27.392679 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
15685 | 2024.08.18 06:23:27.392880 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15686 | 2024.08.18 06:23:27.393217 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15687 | 2024.08.18 06:23:27.393341 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002221 sec., 36920.30616839262 rows/sec., 2.34 MiB/sec. | ||
15688 | 2024.08.18 06:23:27.393508 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Debug> DynamicQueryHandler: Done processing query | ||
15689 | 2024.08.18 06:23:27.393533 [ 3 ] {36e01171-786e-4219-a33b-591b91daa5d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15690 | 2024.08.18 06:23:27.393548 [ 3 ] {} <Debug> HTTP-Session: 65b2f938-8072-4882-bc54-2523ebf3d7d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15691 | 2024.08.18 06:23:32.359711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15692 | 2024.08.18 06:23:32.359833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15693 | 2024.08.18 06:23:32.359858 [ 3 ] {} <Debug> HTTP-Session: 760ab2b4-8081-4c4d-a739-21356c72e0a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15694 | 2024.08.18 06:23:32.359882 [ 3 ] {} <Debug> HTTP-Session: 760ab2b4-8081-4c4d-a739-21356c72e0a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15695 | 2024.08.18 06:23:32.359898 [ 3 ] {} <Debug> HTTP-Session: 760ab2b4-8081-4c4d-a739-21356c72e0a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15696 | 2024.08.18 06:23:32.359948 [ 3 ] {} <Trace> HTTP-Session: 760ab2b4-8081-4c4d-a739-21356c72e0a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15697 | 2024.08.18 06:23:32.360139 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15698 | 2024.08.18 06:23:32.360204 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15699 | 2024.08.18 06:23:32.360399 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15700 | 2024.08.18 06:23:32.360851 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15701 | 2024.08.18 06:23:32.360891 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15702 | 2024.08.18 06:23:32.361281 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15703 | 2024.08.18 06:23:32.361633 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15704 | 2024.08.18 06:23:32.361789 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001701 sec., 12345.67901234568 rows/sec., 1000.68 KiB/sec. | ||
15705 | 2024.08.18 06:23:32.362021 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Debug> DynamicQueryHandler: Done processing query | ||
15706 | 2024.08.18 06:23:32.362047 [ 3 ] {bc7d4362-6d0e-4d18-80ba-989a6e2d38f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15707 | 2024.08.18 06:23:32.362064 [ 3 ] {} <Debug> HTTP-Session: 760ab2b4-8081-4c4d-a739-21356c72e0a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15708 | 2024.08.18 06:23:32.362237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 17267, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15709 | 2024.08.18 06:23:32.362291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15710 | 2024.08.18 06:23:32.362311 [ 3 ] {} <Debug> HTTP-Session: 4c3f136c-4781-42ae-86b4-0ec7f5455788 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15711 | 2024.08.18 06:23:32.362328 [ 3 ] {} <Debug> HTTP-Session: 4c3f136c-4781-42ae-86b4-0ec7f5455788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15712 | 2024.08.18 06:23:32.362342 [ 3 ] {} <Debug> HTTP-Session: 4c3f136c-4781-42ae-86b4-0ec7f5455788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15713 | 2024.08.18 06:23:32.362378 [ 3 ] {} <Trace> HTTP-Session: 4c3f136c-4781-42ae-86b4-0ec7f5455788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15714 | 2024.08.18 06:23:32.362515 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15715 | 2024.08.18 06:23:32.362561 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15716 | 2024.08.18 06:23:32.362695 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15717 | 2024.08.18 06:23:32.363131 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15718 | 2024.08.18 06:23:32.363168 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15719 | 2024.08.18 06:23:32.363490 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15720 | 2024.08.18 06:23:32.363798 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15721 | 2024.08.18 06:23:32.363951 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Debug> executeQuery: Read 119 rows, 10.03 KiB in 0.001489 sec., 79919.4089993284 rows/sec., 6.58 MiB/sec. | ||
15722 | 2024.08.18 06:23:32.364130 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Debug> DynamicQueryHandler: Done processing query | ||
15723 | 2024.08.18 06:23:32.364153 [ 3 ] {c620d2aa-e8c6-414b-b864-bc4112bb746e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15724 | 2024.08.18 06:23:32.364169 [ 3 ] {} <Debug> HTTP-Session: 4c3f136c-4781-42ae-86b4-0ec7f5455788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.08.18 06:23:32.364316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15726 | 2024.08.18 06:23:32.364367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15727 | 2024.08.18 06:23:32.364385 [ 3 ] {} <Debug> HTTP-Session: a53b2b65-7015-422e-bf64-8314123c6a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15728 | 2024.08.18 06:23:32.364402 [ 3 ] {} <Debug> HTTP-Session: a53b2b65-7015-422e-bf64-8314123c6a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15729 | 2024.08.18 06:23:32.364416 [ 3 ] {} <Debug> HTTP-Session: a53b2b65-7015-422e-bf64-8314123c6a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15730 | 2024.08.18 06:23:32.364448 [ 3 ] {} <Trace> HTTP-Session: a53b2b65-7015-422e-bf64-8314123c6a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15731 | 2024.08.18 06:23:32.364570 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15732 | 2024.08.18 06:23:32.364613 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15733 | 2024.08.18 06:23:32.364740 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15734 | 2024.08.18 06:23:32.365121 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15735 | 2024.08.18 06:23:32.365157 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15736 | 2024.08.18 06:23:32.365474 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15737 | 2024.08.18 06:23:32.365782 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15738 | 2024.08.18 06:23:32.365937 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Debug> executeQuery: Read 91 rows, 7.25 KiB in 0.001413 sec., 64401.98159943383 rows/sec., 5.01 MiB/sec. | ||
15739 | 2024.08.18 06:23:32.366111 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Debug> DynamicQueryHandler: Done processing query | ||
15740 | 2024.08.18 06:23:32.366134 [ 3 ] {23790464-db3a-4f7f-8fdb-2852c302ee26} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15741 | 2024.08.18 06:23:32.366150 [ 3 ] {} <Debug> HTTP-Session: a53b2b65-7015-422e-bf64-8314123c6a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15742 | 2024.08.18 06:23:32.366309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15743 | 2024.08.18 06:23:32.366358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15744 | 2024.08.18 06:23:32.366377 [ 3 ] {} <Debug> HTTP-Session: c4daa12b-bbd4-4dd2-b75d-146283d48d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15745 | 2024.08.18 06:23:32.366394 [ 3 ] {} <Debug> HTTP-Session: c4daa12b-bbd4-4dd2-b75d-146283d48d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15746 | 2024.08.18 06:23:32.366407 [ 3 ] {} <Debug> HTTP-Session: c4daa12b-bbd4-4dd2-b75d-146283d48d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15747 | 2024.08.18 06:23:32.366438 [ 3 ] {} <Trace> HTTP-Session: c4daa12b-bbd4-4dd2-b75d-146283d48d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15748 | 2024.08.18 06:23:32.366589 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15749 | 2024.08.18 06:23:32.366636 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15750 | 2024.08.18 06:23:32.366785 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15751 | 2024.08.18 06:23:32.367173 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15752 | 2024.08.18 06:23:32.367208 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15753 | 2024.08.18 06:23:32.367595 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15754 | 2024.08.18 06:23:32.367928 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15755 | 2024.08.18 06:23:32.368079 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
15756 | 2024.08.18 06:23:32.368252 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Debug> DynamicQueryHandler: Done processing query | ||
15757 | 2024.08.18 06:23:32.368276 [ 3 ] {98edc3de-6fbe-4b27-ba43-5e6420015d2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15758 | 2024.08.18 06:23:32.368292 [ 3 ] {} <Debug> HTTP-Session: c4daa12b-bbd4-4dd2-b75d-146283d48d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15759 | 2024.08.18 06:23:32.368473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 33643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15760 | 2024.08.18 06:23:32.368521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15761 | 2024.08.18 06:23:32.368540 [ 3 ] {} <Debug> HTTP-Session: 8eb6a9bc-c74f-4574-b4ac-cf2677d488ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15762 | 2024.08.18 06:23:32.368557 [ 3 ] {} <Debug> HTTP-Session: 8eb6a9bc-c74f-4574-b4ac-cf2677d488ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15763 | 2024.08.18 06:23:32.368570 [ 3 ] {} <Debug> HTTP-Session: 8eb6a9bc-c74f-4574-b4ac-cf2677d488ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15764 | 2024.08.18 06:23:32.368601 [ 3 ] {} <Trace> HTTP-Session: 8eb6a9bc-c74f-4574-b4ac-cf2677d488ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15765 | 2024.08.18 06:23:32.368854 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15766 | 2024.08.18 06:23:32.368917 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <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 | ||
15767 | 2024.08.18 06:23:32.369339 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15768 | 2024.08.18 06:23:32.369985 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15769 | 2024.08.18 06:23:32.370021 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15770 | 2024.08.18 06:23:32.370637 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15771 | 2024.08.18 06:23:32.371039 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15772 | 2024.08.18 06:23:32.371241 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002557 sec., 8212.749315604224 rows/sec., 14.72 MiB/sec. | ||
15773 | 2024.08.18 06:23:32.371475 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Debug> DynamicQueryHandler: Done processing query | ||
15774 | 2024.08.18 06:23:32.371499 [ 3 ] {6e0adaca-d282-4885-b9fa-d5634f6f0a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15775 | 2024.08.18 06:23:32.371515 [ 3 ] {} <Debug> HTTP-Session: 8eb6a9bc-c74f-4574-b4ac-cf2677d488ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15776 | 2024.08.18 06:23:32.371634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15777 | 2024.08.18 06:23:32.371684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15778 | 2024.08.18 06:23:32.371703 [ 3 ] {} <Debug> HTTP-Session: caace925-3fbf-45c2-bd31-19fb563bdd7e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15779 | 2024.08.18 06:23:32.371719 [ 3 ] {} <Debug> HTTP-Session: caace925-3fbf-45c2-bd31-19fb563bdd7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15780 | 2024.08.18 06:23:32.371733 [ 3 ] {} <Debug> HTTP-Session: caace925-3fbf-45c2-bd31-19fb563bdd7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15781 | 2024.08.18 06:23:32.371763 [ 3 ] {} <Trace> HTTP-Session: caace925-3fbf-45c2-bd31-19fb563bdd7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15782 | 2024.08.18 06:23:32.371856 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15783 | 2024.08.18 06:23:32.371900 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15784 | 2024.08.18 06:23:32.372030 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15785 | 2024.08.18 06:23:32.372295 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15786 | 2024.08.18 06:23:32.372331 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15787 | 2024.08.18 06:23:32.372676 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
15788 | 2024.08.18 06:23:32.373000 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15789 | 2024.08.18 06:23:32.373158 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 298.72 KiB/sec. | ||
15790 | 2024.08.18 06:23:32.373324 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Debug> DynamicQueryHandler: Done processing query | ||
15791 | 2024.08.18 06:23:32.373349 [ 3 ] {82cf6e34-8280-4d05-894e-8774ccf059ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15792 | 2024.08.18 06:23:32.373365 [ 3 ] {} <Debug> HTTP-Session: caace925-3fbf-45c2-bd31-19fb563bdd7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15793 | 2024.08.18 06:23:32.373486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15794 | 2024.08.18 06:23:32.373535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15795 | 2024.08.18 06:23:32.373554 [ 3 ] {} <Debug> HTTP-Session: 1687d6b9-c48d-44d6-94a0-eaf9fa4a47d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15796 | 2024.08.18 06:23:32.373571 [ 3 ] {} <Debug> HTTP-Session: 1687d6b9-c48d-44d6-94a0-eaf9fa4a47d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15797 | 2024.08.18 06:23:32.373584 [ 3 ] {} <Debug> HTTP-Session: 1687d6b9-c48d-44d6-94a0-eaf9fa4a47d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15798 | 2024.08.18 06:23:32.373614 [ 3 ] {} <Trace> HTTP-Session: 1687d6b9-c48d-44d6-94a0-eaf9fa4a47d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15799 | 2024.08.18 06:23:32.373730 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15800 | 2024.08.18 06:23:32.373773 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15801 | 2024.08.18 06:23:32.373900 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15802 | 2024.08.18 06:23:32.374202 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15803 | 2024.08.18 06:23:32.374237 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15804 | 2024.08.18 06:23:32.374590 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15805 | 2024.08.18 06:23:32.374897 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15806 | 2024.08.18 06:23:32.375049 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
15807 | 2024.08.18 06:23:32.375303 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Debug> DynamicQueryHandler: Done processing query | ||
15808 | 2024.08.18 06:23:32.375365 [ 3 ] {128259a5-993c-4649-a156-fad7ecf84077} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15809 | 2024.08.18 06:23:32.375425 [ 3 ] {} <Debug> HTTP-Session: 1687d6b9-c48d-44d6-94a0-eaf9fa4a47d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15810 | 2024.08.18 06:23:36.790721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15811 | 2024.08.18 06:23:36.790865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15812 | 2024.08.18 06:23:36.790894 [ 3 ] {} <Debug> HTTP-Session: efdb5f48-3499-4066-96ef-ff1f2e291dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15813 | 2024.08.18 06:23:36.790923 [ 3 ] {} <Debug> HTTP-Session: efdb5f48-3499-4066-96ef-ff1f2e291dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15814 | 2024.08.18 06:23:36.790941 [ 3 ] {} <Debug> HTTP-Session: efdb5f48-3499-4066-96ef-ff1f2e291dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15815 | 2024.08.18 06:23:36.790997 [ 3 ] {} <Trace> HTTP-Session: efdb5f48-3499-4066-96ef-ff1f2e291dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15816 | 2024.08.18 06:23:36.791202 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15817 | 2024.08.18 06:23:36.791275 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15818 | 2024.08.18 06:23:36.791493 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15819 | 2024.08.18 06:23:36.791996 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15820 | 2024.08.18 06:23:36.792044 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15821 | 2024.08.18 06:23:36.792424 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
15822 | 2024.08.18 06:23:36.792761 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15823 | 2024.08.18 06:23:36.792933 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00179 sec., 14525.13966480447 rows/sec., 1.15 MiB/sec. | ||
15824 | 2024.08.18 06:23:36.792956 [ 143 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
15825 | 2024.08.18 06:23:36.793045 [ 143 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15826 | 2024.08.18 06:23:36.793097 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15827 | 2024.08.18 06:23:36.793241 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Debug> DynamicQueryHandler: Done processing query | ||
15828 | 2024.08.18 06:23:36.793281 [ 3 ] {ca3d95aa-4c5f-4a4e-bd94-3b92857ad88d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15829 | 2024.08.18 06:23:36.793283 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
15830 | 2024.08.18 06:23:36.793304 [ 3 ] {} <Debug> HTTP-Session: efdb5f48-3499-4066-96ef-ff1f2e291dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15831 | 2024.08.18 06:23:36.793482 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15832 | 2024.08.18 06:23:36.793523 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 33 rows starting from the beginning of the part | ||
15833 | 2024.08.18 06:23:36.793596 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part | ||
15834 | 2024.08.18 06:23:36.793685 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 18 rows starting from the beginning of the part | ||
15835 | 2024.08.18 06:23:36.793829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 205172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15836 | 2024.08.18 06:23:36.794005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15837 | 2024.08.18 06:23:36.794025 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part | ||
15838 | 2024.08.18 06:23:36.794088 [ 3 ] {} <Debug> HTTP-Session: ff4805c5-f678-4879-b33d-804a6c58b4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15839 | 2024.08.18 06:23:36.794170 [ 3 ] {} <Debug> HTTP-Session: ff4805c5-f678-4879-b33d-804a6c58b4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15840 | 2024.08.18 06:23:36.794243 [ 3 ] {} <Debug> HTTP-Session: ff4805c5-f678-4879-b33d-804a6c58b4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15841 | 2024.08.18 06:23:36.794378 [ 3 ] {} <Trace> HTTP-Session: ff4805c5-f678-4879-b33d-804a6c58b4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15842 | 2024.08.18 06:23:36.794507 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 21 rows starting from the beginning of the part | ||
15843 | 2024.08.18 06:23:36.794701 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
15844 | 2024.08.18 06:23:36.795137 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15845 | 2024.08.18 06:23:36.795203 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15846 | 2024.08.18 06:23:36.795698 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15847 | 2024.08.18 06:23:36.796586 [ 191 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 4 columns (4 merged, 0 gathered) in 0.003399304 sec., 43244.14644880246 rows/sec., 3.42 MiB/sec. | ||
15848 | 2024.08.18 06:23:36.796758 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
15849 | 2024.08.18 06:23:36.797519 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15850 | 2024.08.18 06:23:36.797655 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_71_14} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
15851 | 2024.08.18 06:23:36.797765 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15852 | 2024.08.18 06:23:36.797807 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
15853 | 2024.08.18 06:23:36.797842 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15854 | 2024.08.18 06:23:36.798336 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15855 | 2024.08.18 06:23:36.798680 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15856 | 2024.08.18 06:23:36.798842 [ 143 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15857 | 2024.08.18 06:23:36.798851 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Debug> executeQuery: Read 1407 rows, 120.05 KiB in 0.004184 sec., 336281.0707456979 rows/sec., 28.02 MiB/sec. | ||
15858 | 2024.08.18 06:23:36.798889 [ 143 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15859 | 2024.08.18 06:23:36.798948 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15860 | 2024.08.18 06:23:36.799153 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
15861 | 2024.08.18 06:23:36.799225 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Debug> DynamicQueryHandler: Done processing query | ||
15862 | 2024.08.18 06:23:36.799274 [ 3 ] {8761f1f1-340e-4670-9420-c3efadf65867} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
15863 | 2024.08.18 06:23:36.799335 [ 3 ] {} <Debug> HTTP-Session: ff4805c5-f678-4879-b33d-804a6c58b4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15864 | 2024.08.18 06:23:36.799394 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15865 | 2024.08.18 06:23:36.799434 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1436 rows starting from the beginning of the part | ||
15866 | 2024.08.18 06:23:36.799510 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 261 rows starting from the beginning of the part | ||
15867 | 2024.08.18 06:23:36.799593 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 110 rows starting from the beginning of the part | ||
15868 | 2024.08.18 06:23:36.799685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15869 | 2024.08.18 06:23:36.799912 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 265 rows starting from the beginning of the part | ||
15870 | 2024.08.18 06:23:36.799948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15871 | 2024.08.18 06:23:36.800076 [ 3 ] {} <Debug> HTTP-Session: 1728c533-b455-4610-afa0-21433db0a9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15872 | 2024.08.18 06:23:36.800208 [ 3 ] {} <Debug> HTTP-Session: 1728c533-b455-4610-afa0-21433db0a9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15873 | 2024.08.18 06:23:36.800232 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 119 rows starting from the beginning of the part | ||
15874 | 2024.08.18 06:23:36.800255 [ 3 ] {} <Debug> HTTP-Session: 1728c533-b455-4610-afa0-21433db0a9b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15875 | 2024.08.18 06:23:36.800394 [ 3 ] {} <Trace> HTTP-Session: 1728c533-b455-4610-afa0-21433db0a9b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15876 | 2024.08.18 06:23:36.800443 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1407 rows starting from the beginning of the part | ||
15877 | 2024.08.18 06:23:36.800926 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15878 | 2024.08.18 06:23:36.801033 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15879 | 2024.08.18 06:23:36.801551 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15880 | 2024.08.18 06:23:36.802489 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15881 | 2024.08.18 06:23:36.802562 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15882 | 2024.08.18 06:23:36.803118 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15883 | 2024.08.18 06:23:36.803717 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3598 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680638 sec., 768698.6261274638 rows/sec., 64.44 MiB/sec. | ||
15884 | 2024.08.18 06:23:36.803752 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15885 | 2024.08.18 06:23:36.803998 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003369 sec., 71831.40397744138 rows/sec., 4.87 MiB/sec. | ||
15886 | 2024.08.18 06:23:36.804056 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15887 | 2024.08.18 06:23:36.804317 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Debug> DynamicQueryHandler: Done processing query | ||
15888 | 2024.08.18 06:23:36.804435 [ 3 ] {4021c676-7437-489a-ae8f-ae2c947b80cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15889 | 2024.08.18 06:23:36.804538 [ 3 ] {} <Debug> HTTP-Session: 1728c533-b455-4610-afa0-21433db0a9b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15890 | 2024.08.18 06:23:36.804741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15891 | 2024.08.18 06:23:36.804768 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15892 | 2024.08.18 06:23:36.804864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15893 | 2024.08.18 06:23:36.804920 [ 3 ] {} <Debug> HTTP-Session: cd31875e-d464-459a-8ec6-6e22cb7e1ee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15894 | 2024.08.18 06:23:36.804954 [ 3 ] {} <Debug> HTTP-Session: cd31875e-d464-459a-8ec6-6e22cb7e1ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15895 | 2024.08.18 06:23:36.804961 [ 189 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_91_18} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15896 | 2024.08.18 06:23:36.804984 [ 3 ] {} <Debug> HTTP-Session: cd31875e-d464-459a-8ec6-6e22cb7e1ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15897 | 2024.08.18 06:23:36.805149 [ 3 ] {} <Trace> HTTP-Session: cd31875e-d464-459a-8ec6-6e22cb7e1ee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15898 | 2024.08.18 06:23:36.805188 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
15899 | 2024.08.18 06:23:36.805317 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15900 | 2024.08.18 06:23:36.805369 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15901 | 2024.08.18 06:23:36.805528 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15902 | 2024.08.18 06:23:36.805836 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15903 | 2024.08.18 06:23:36.805873 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15904 | 2024.08.18 06:23:36.806204 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15905 | 2024.08.18 06:23:36.806536 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15906 | 2024.08.18 06:23:36.806751 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec. | ||
15907 | 2024.08.18 06:23:36.806926 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Debug> DynamicQueryHandler: Done processing query | ||
15908 | 2024.08.18 06:23:36.806951 [ 3 ] {323a2531-739a-431e-af7f-33cc507e5ba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15909 | 2024.08.18 06:23:36.806966 [ 3 ] {} <Debug> HTTP-Session: cd31875e-d464-459a-8ec6-6e22cb7e1ee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15910 | 2024.08.18 06:23:36.807223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 141173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15911 | 2024.08.18 06:23:36.807274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15912 | 2024.08.18 06:23:36.807293 [ 3 ] {} <Debug> HTTP-Session: 324fa728-2e3a-400d-baf8-0cce1338ae85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15913 | 2024.08.18 06:23:36.807310 [ 3 ] {} <Debug> HTTP-Session: 324fa728-2e3a-400d-baf8-0cce1338ae85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15914 | 2024.08.18 06:23:36.807324 [ 3 ] {} <Debug> HTTP-Session: 324fa728-2e3a-400d-baf8-0cce1338ae85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15915 | 2024.08.18 06:23:36.807358 [ 3 ] {} <Trace> HTTP-Session: 324fa728-2e3a-400d-baf8-0cce1338ae85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15916 | 2024.08.18 06:23:36.807804 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15917 | 2024.08.18 06:23:36.807847 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15918 | 2024.08.18 06:23:36.807976 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15919 | 2024.08.18 06:23:36.808869 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15920 | 2024.08.18 06:23:36.808905 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15921 | 2024.08.18 06:23:36.809262 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15922 | 2024.08.18 06:23:36.809614 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15923 | 2024.08.18 06:23:36.809763 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Debug> executeQuery: Read 864 rows, 64.05 KiB in 0.002235 sec., 386577.18120805366 rows/sec., 27.99 MiB/sec. | ||
15924 | 2024.08.18 06:23:36.809772 [ 143 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15925 | 2024.08.18 06:23:36.809853 [ 143 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15926 | 2024.08.18 06:23:36.809910 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15927 | 2024.08.18 06:23:36.810037 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Debug> DynamicQueryHandler: Done processing query | ||
15928 | 2024.08.18 06:23:36.810070 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
15929 | 2024.08.18 06:23:36.810081 [ 3 ] {d357657b-9a65-485d-94fd-917b4f6cf228} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
15930 | 2024.08.18 06:23:36.810143 [ 3 ] {} <Debug> HTTP-Session: 324fa728-2e3a-400d-baf8-0cce1338ae85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15931 | 2024.08.18 06:23:36.810255 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15932 | 2024.08.18 06:23:36.810293 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 905 rows starting from the beginning of the part | ||
15933 | 2024.08.18 06:23:36.810362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15934 | 2024.08.18 06:23:36.810450 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 406 rows starting from the beginning of the part | ||
15935 | 2024.08.18 06:23:36.810505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15936 | 2024.08.18 06:23:36.810593 [ 3 ] {} <Debug> HTTP-Session: 01e4bac8-928b-46d7-b6b5-642e500b5477 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15937 | 2024.08.18 06:23:36.810666 [ 3 ] {} <Debug> HTTP-Session: 01e4bac8-928b-46d7-b6b5-642e500b5477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15938 | 2024.08.18 06:23:36.810730 [ 3 ] {} <Debug> HTTP-Session: 01e4bac8-928b-46d7-b6b5-642e500b5477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15939 | 2024.08.18 06:23:36.810773 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 88 rows starting from the beginning of the part | ||
15940 | 2024.08.18 06:23:36.810873 [ 3 ] {} <Trace> HTTP-Session: 01e4bac8-928b-46d7-b6b5-642e500b5477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15941 | 2024.08.18 06:23:36.811020 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 409 rows starting from the beginning of the part | ||
15942 | 2024.08.18 06:23:36.811288 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 91 rows starting from the beginning of the part | ||
15943 | 2024.08.18 06:23:36.811271 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15944 | 2024.08.18 06:23:36.811517 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15945 | 2024.08.18 06:23:36.811563 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 864 rows starting from the beginning of the part | ||
15946 | 2024.08.18 06:23:36.812561 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15947 | 2024.08.18 06:23:36.813841 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15948 | 2024.08.18 06:23:36.813983 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15949 | 2024.08.18 06:23:36.815334 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15950 | 2024.08.18 06:23:36.815949 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15951 | 2024.08.18 06:23:36.816151 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2763 rows, containing 4 columns (4 merged, 0 gathered) in 0.006156996 sec., 448757.80331837153 rows/sec., 32.54 MiB/sec. | ||
15952 | 2024.08.18 06:23:36.816280 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005201 sec., 1153.6243030186504 rows/sec., 60.27 KiB/sec. | ||
15953 | 2024.08.18 06:23:36.816491 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15954 | 2024.08.18 06:23:36.816596 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Debug> DynamicQueryHandler: Done processing query | ||
15955 | 2024.08.18 06:23:36.816643 [ 3 ] {75eb673d-2343-4fc3-9dca-29f7abea3e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15956 | 2024.08.18 06:23:36.816685 [ 3 ] {} <Debug> HTTP-Session: 01e4bac8-928b-46d7-b6b5-642e500b5477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.08.18 06:23:36.817040 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15958 | 2024.08.18 06:23:36.817106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15959 | 2024.08.18 06:23:36.817197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15960 | 2024.08.18 06:23:36.817204 [ 195 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_91_18} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15961 | 2024.08.18 06:23:36.817231 [ 3 ] {} <Debug> HTTP-Session: 897b473c-5095-4f23-8e4a-47a5d93811ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15962 | 2024.08.18 06:23:36.817261 [ 3 ] {} <Debug> HTTP-Session: 897b473c-5095-4f23-8e4a-47a5d93811ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15963 | 2024.08.18 06:23:36.817301 [ 3 ] {} <Debug> HTTP-Session: 897b473c-5095-4f23-8e4a-47a5d93811ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15964 | 2024.08.18 06:23:36.817347 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
15965 | 2024.08.18 06:23:36.817367 [ 3 ] {} <Trace> HTTP-Session: 897b473c-5095-4f23-8e4a-47a5d93811ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15966 | 2024.08.18 06:23:36.817849 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15967 | 2024.08.18 06:23:36.817896 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15968 | 2024.08.18 06:23:36.818059 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15969 | 2024.08.18 06:23:36.818915 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15970 | 2024.08.18 06:23:36.818952 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15971 | 2024.08.18 06:23:36.819438 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15972 | 2024.08.18 06:23:36.819801 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15973 | 2024.08.18 06:23:36.819965 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.002415 sec., 373084.88612836436 rows/sec., 24.91 MiB/sec. | ||
15974 | 2024.08.18 06:23:36.820137 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Debug> DynamicQueryHandler: Done processing query | ||
15975 | 2024.08.18 06:23:36.820160 [ 3 ] {da3ee8b6-3b15-433f-b96a-43364a348952} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
15976 | 2024.08.18 06:23:36.820176 [ 3 ] {} <Debug> HTTP-Session: 897b473c-5095-4f23-8e4a-47a5d93811ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15977 | 2024.08.18 06:23:36.820405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15978 | 2024.08.18 06:23:36.820451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15979 | 2024.08.18 06:23:36.820471 [ 3 ] {} <Debug> HTTP-Session: b240115a-a1fb-4f97-9db3-020243a1ad55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
15980 | 2024.08.18 06:23:36.820487 [ 3 ] {} <Debug> HTTP-Session: b240115a-a1fb-4f97-9db3-020243a1ad55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15981 | 2024.08.18 06:23:36.820500 [ 3 ] {} <Debug> HTTP-Session: b240115a-a1fb-4f97-9db3-020243a1ad55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15982 | 2024.08.18 06:23:36.820531 [ 3 ] {} <Trace> HTTP-Session: b240115a-a1fb-4f97-9db3-020243a1ad55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15983 | 2024.08.18 06:23:36.820625 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15984 | 2024.08.18 06:23:36.820670 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15985 | 2024.08.18 06:23:36.820800 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15986 | 2024.08.18 06:23:36.821079 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15987 | 2024.08.18 06:23:36.821116 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15988 | 2024.08.18 06:23:36.821474 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15989 | 2024.08.18 06:23:36.821811 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15990 | 2024.08.18 06:23:36.821939 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
15991 | 2024.08.18 06:23:36.821955 [ 140 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
15992 | 2024.08.18 06:23:36.822010 [ 140 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15993 | 2024.08.18 06:23:36.822046 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
15994 | 2024.08.18 06:23:36.822136 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Debug> DynamicQueryHandler: Done processing query | ||
15995 | 2024.08.18 06:23:36.822202 [ 3 ] {676d0f0b-ac50-4c05-b739-e9c66ea1e182} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15996 | 2024.08.18 06:23:36.822272 [ 3 ] {} <Debug> HTTP-Session: b240115a-a1fb-4f97-9db3-020243a1ad55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15997 | 2024.08.18 06:23:36.822326 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
15998 | 2024.08.18 06:23:36.822634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 41870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15999 | 2024.08.18 06:23:36.822850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16000 | 2024.08.18 06:23:36.822967 [ 3 ] {} <Debug> HTTP-Session: 757d8d7f-73e4-47fa-9c96-136830a045e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16001 | 2024.08.18 06:23:36.823029 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16002 | 2024.08.18 06:23:36.823052 [ 3 ] {} <Debug> HTTP-Session: 757d8d7f-73e4-47fa-9c96-136830a045e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16003 | 2024.08.18 06:23:36.823135 [ 3 ] {} <Debug> HTTP-Session: 757d8d7f-73e4-47fa-9c96-136830a045e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16004 | 2024.08.18 06:23:36.823162 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 34 rows starting from the beginning of the part | ||
16005 | 2024.08.18 06:23:36.823248 [ 3 ] {} <Trace> HTTP-Session: 757d8d7f-73e4-47fa-9c96-136830a045e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16006 | 2024.08.18 06:23:36.823442 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
16007 | 2024.08.18 06:23:36.823624 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
16008 | 2024.08.18 06:23:36.823817 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
16009 | 2024.08.18 06:23:36.823889 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16010 | 2024.08.18 06:23:36.824233 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
16011 | 2024.08.18 06:23:36.824273 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <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 | ||
16012 | 2024.08.18 06:23:36.824484 [ 192 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16013 | 2024.08.18 06:23:36.825665 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16014 | 2024.08.18 06:23:36.826713 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.004603106 sec., 8472.540063166045 rows/sec., 570.90 KiB/sec. | ||
16015 | 2024.08.18 06:23:36.826941 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
16016 | 2024.08.18 06:23:36.827203 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16017 | 2024.08.18 06:23:36.827252 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16018 | 2024.08.18 06:23:36.827872 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16019 | 2024.08.18 06:23:36.828054 [ 195 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_39_8} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
16020 | 2024.08.18 06:23:36.828200 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16021 | 2024.08.18 06:23:36.828567 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
16022 | 2024.08.18 06:23:36.829119 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16023 | 2024.08.18 06:23:36.829282 [ 140 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
16024 | 2024.08.18 06:23:36.829310 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.005859 sec., 4437.617340843148 rows/sec., 7.95 MiB/sec. | ||
16025 | 2024.08.18 06:23:36.829317 [ 140 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16026 | 2024.08.18 06:23:36.829355 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16027 | 2024.08.18 06:23:36.829676 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
16028 | 2024.08.18 06:23:36.829921 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Debug> DynamicQueryHandler: Done processing query | ||
16029 | 2024.08.18 06:23:36.829990 [ 3 ] {03eeef3d-36b6-4282-8879-ae2ed0eb2228} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16030 | 2024.08.18 06:23:36.830073 [ 3 ] {} <Debug> HTTP-Session: 757d8d7f-73e4-47fa-9c96-136830a045e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16031 | 2024.08.18 06:23:36.830311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16032 | 2024.08.18 06:23:36.830366 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16033 | 2024.08.18 06:23:36.830459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16034 | 2024.08.18 06:23:36.830525 [ 3 ] {} <Debug> HTTP-Session: 8afd1e36-0071-45d4-bce3-a37fc95d4b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16035 | 2024.08.18 06:23:36.830529 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1104 rows starting from the beginning of the part | ||
16036 | 2024.08.18 06:23:36.830563 [ 3 ] {} <Debug> HTTP-Session: 8afd1e36-0071-45d4-bce3-a37fc95d4b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16037 | 2024.08.18 06:23:36.830603 [ 3 ] {} <Debug> HTTP-Session: 8afd1e36-0071-45d4-bce3-a37fc95d4b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16038 | 2024.08.18 06:23:36.830701 [ 3 ] {} <Trace> HTTP-Session: 8afd1e36-0071-45d4-bce3-a37fc95d4b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16039 | 2024.08.18 06:23:36.831097 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16040 | 2024.08.18 06:23:36.831184 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part | ||
16041 | 2024.08.18 06:23:36.831204 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16042 | 2024.08.18 06:23:36.832100 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 18 rows starting from the beginning of the part | ||
16043 | 2024.08.18 06:23:36.832170 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16044 | 2024.08.18 06:23:36.832758 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part | ||
16045 | 2024.08.18 06:23:36.833399 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16046 | 2024.08.18 06:23:36.833453 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 21 rows starting from the beginning of the part | ||
16047 | 2024.08.18 06:23:36.833474 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16048 | 2024.08.18 06:23:36.834035 [ 186 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
16049 | 2024.08.18 06:23:36.834822 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16050 | 2024.08.18 06:23:36.835611 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16051 | 2024.08.18 06:23:36.836014 [ 140 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16052 | 2024.08.18 06:23:36.836107 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.005182 sec., 14666.152064839831 rows/sec., 947.92 KiB/sec. | ||
16053 | 2024.08.18 06:23:36.836118 [ 140 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16054 | 2024.08.18 06:23:36.836194 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16055 | 2024.08.18 06:23:36.836589 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16056 | 2024.08.18 06:23:36.836658 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Debug> DynamicQueryHandler: Done processing query | ||
16057 | 2024.08.18 06:23:36.836710 [ 3 ] {13ed9964-7d97-4af2-ac5b-72a2b661f4ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16058 | 2024.08.18 06:23:36.836758 [ 3 ] {} <Debug> HTTP-Session: 8afd1e36-0071-45d4-bce3-a37fc95d4b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16059 | 2024.08.18 06:23:36.836849 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16060 | 2024.08.18 06:23:36.836890 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5190 rows starting from the beginning of the part | ||
16061 | 2024.08.18 06:23:36.836955 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
16062 | 2024.08.18 06:23:36.837304 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16063 | 2024.08.18 06:23:36.837542 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
16064 | 2024.08.18 06:23:36.837852 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16065 | 2024.08.18 06:23:36.838247 [ 195 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 76 rows starting from the beginning of the part | ||
16066 | 2024.08.18 06:23:36.842288 [ 200 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5550 rows, containing 4 columns (4 merged, 0 gathered) in 0.005955682 sec., 931883.1999425086 rows/sec., 60.71 MiB/sec. | ||
16067 | 2024.08.18 06:23:36.842878 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16068 | 2024.08.18 06:23:36.843926 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16069 | 2024.08.18 06:23:36.844031 [ 190 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_91_18} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16070 | 2024.08.18 06:23:36.844152 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
16071 | 2024.08.18 06:23:36.845402 [ 188 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1218 rows, containing 19 columns (19 merged, 0 gathered) in 0.015931408 sec., 76452.75295190481 rows/sec., 137.00 MiB/sec. | ||
16072 | 2024.08.18 06:23:36.846517 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
16073 | 2024.08.18 06:23:36.847085 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16074 | 2024.08.18 06:23:36.847181 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
16075 | 2024.08.18 06:23:36.847297 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB. | ||
16076 | 2024.08.18 06:23:37.352691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16077 | 2024.08.18 06:23:37.352780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16078 | 2024.08.18 06:23:37.352802 [ 3 ] {} <Debug> HTTP-Session: 326dc106-c3b6-478e-bf3b-072744ab37c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16079 | 2024.08.18 06:23:37.352828 [ 3 ] {} <Debug> HTTP-Session: 326dc106-c3b6-478e-bf3b-072744ab37c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16080 | 2024.08.18 06:23:37.352845 [ 3 ] {} <Debug> HTTP-Session: 326dc106-c3b6-478e-bf3b-072744ab37c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16081 | 2024.08.18 06:23:37.352896 [ 3 ] {} <Trace> HTTP-Session: 326dc106-c3b6-478e-bf3b-072744ab37c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16082 | 2024.08.18 06:23:37.353078 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16083 | 2024.08.18 06:23:37.353146 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16084 | 2024.08.18 06:23:37.353353 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16085 | 2024.08.18 06:23:37.353897 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16086 | 2024.08.18 06:23:37.353934 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16087 | 2024.08.18 06:23:37.354278 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16088 | 2024.08.18 06:23:37.354609 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16089 | 2024.08.18 06:23:37.354749 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001733 sec., 15002.885170225043 rows/sec., 1.12 MiB/sec. | ||
16090 | 2024.08.18 06:23:37.354991 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Debug> DynamicQueryHandler: Done processing query | ||
16091 | 2024.08.18 06:23:37.355032 [ 3 ] {94e22a29-387a-4fba-9ca1-8e3bb571e029} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16092 | 2024.08.18 06:23:37.355094 [ 3 ] {} <Debug> HTTP-Session: 326dc106-c3b6-478e-bf3b-072744ab37c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16093 | 2024.08.18 06:23:37.355319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16094 | 2024.08.18 06:23:37.355426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16095 | 2024.08.18 06:23:37.355461 [ 3 ] {} <Debug> HTTP-Session: fd0cebdb-d085-4925-974c-cb8e85c5fdb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16096 | 2024.08.18 06:23:37.355487 [ 3 ] {} <Debug> HTTP-Session: fd0cebdb-d085-4925-974c-cb8e85c5fdb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16097 | 2024.08.18 06:23:37.355501 [ 3 ] {} <Debug> HTTP-Session: fd0cebdb-d085-4925-974c-cb8e85c5fdb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16098 | 2024.08.18 06:23:37.355531 [ 3 ] {} <Trace> HTTP-Session: fd0cebdb-d085-4925-974c-cb8e85c5fdb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16099 | 2024.08.18 06:23:37.355637 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16100 | 2024.08.18 06:23:37.355678 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16101 | 2024.08.18 06:23:37.355821 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16102 | 2024.08.18 06:23:37.356180 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16103 | 2024.08.18 06:23:37.356216 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16104 | 2024.08.18 06:23:37.356516 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16105 | 2024.08.18 06:23:37.356823 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16106 | 2024.08.18 06:23:37.356943 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001337 sec., 20942.40837696335 rows/sec., 1.63 MiB/sec. | ||
16107 | 2024.08.18 06:23:37.357209 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Debug> DynamicQueryHandler: Done processing query | ||
16108 | 2024.08.18 06:23:37.357277 [ 3 ] {44a2fd93-c8e7-463c-ab80-f8cebca9681d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16109 | 2024.08.18 06:23:37.357340 [ 3 ] {} <Debug> HTTP-Session: fd0cebdb-d085-4925-974c-cb8e85c5fdb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16110 | 2024.08.18 06:23:37.357571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16111 | 2024.08.18 06:23:37.357624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16112 | 2024.08.18 06:23:37.357643 [ 3 ] {} <Debug> HTTP-Session: ce85a0b4-ef00-4be7-b8b3-9e44944cd88d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16113 | 2024.08.18 06:23:37.357659 [ 3 ] {} <Debug> HTTP-Session: ce85a0b4-ef00-4be7-b8b3-9e44944cd88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16114 | 2024.08.18 06:23:37.357673 [ 3 ] {} <Debug> HTTP-Session: ce85a0b4-ef00-4be7-b8b3-9e44944cd88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16115 | 2024.08.18 06:23:37.357704 [ 3 ] {} <Trace> HTTP-Session: ce85a0b4-ef00-4be7-b8b3-9e44944cd88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16116 | 2024.08.18 06:23:37.357811 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16117 | 2024.08.18 06:23:37.357856 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16118 | 2024.08.18 06:23:37.358017 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16119 | 2024.08.18 06:23:37.358321 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16120 | 2024.08.18 06:23:37.358355 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16121 | 2024.08.18 06:23:37.358721 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16122 | 2024.08.18 06:23:37.359063 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16123 | 2024.08.18 06:23:37.359190 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001412 sec., 14164.305949008498 rows/sec., 1005.61 KiB/sec. | ||
16124 | 2024.08.18 06:23:37.359357 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Debug> DynamicQueryHandler: Done processing query | ||
16125 | 2024.08.18 06:23:37.359380 [ 3 ] {d1c3d913-76fb-46df-9818-224623dc8a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16126 | 2024.08.18 06:23:37.359396 [ 3 ] {} <Debug> HTTP-Session: ce85a0b4-ef00-4be7-b8b3-9e44944cd88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16127 | 2024.08.18 06:23:37.359499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16128 | 2024.08.18 06:23:37.359545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16129 | 2024.08.18 06:23:37.359563 [ 3 ] {} <Debug> HTTP-Session: 92acd707-a4d0-4ed5-829e-50c1d14b6e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16130 | 2024.08.18 06:23:37.359579 [ 3 ] {} <Debug> HTTP-Session: 92acd707-a4d0-4ed5-829e-50c1d14b6e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16131 | 2024.08.18 06:23:37.359593 [ 3 ] {} <Debug> HTTP-Session: 92acd707-a4d0-4ed5-829e-50c1d14b6e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16132 | 2024.08.18 06:23:37.359623 [ 3 ] {} <Trace> HTTP-Session: 92acd707-a4d0-4ed5-829e-50c1d14b6e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16133 | 2024.08.18 06:23:37.359717 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16134 | 2024.08.18 06:23:37.359758 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16135 | 2024.08.18 06:23:37.359884 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16136 | 2024.08.18 06:23:37.360160 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16137 | 2024.08.18 06:23:37.360194 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16138 | 2024.08.18 06:23:37.360529 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16139 | 2024.08.18 06:23:37.360843 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16140 | 2024.08.18 06:23:37.360977 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 328.06 KiB/sec. | ||
16141 | 2024.08.18 06:23:37.361157 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Debug> DynamicQueryHandler: Done processing query | ||
16142 | 2024.08.18 06:23:37.361181 [ 3 ] {a99ab344-4427-4727-ab06-28ed26e6ce15} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16143 | 2024.08.18 06:23:37.361196 [ 3 ] {} <Debug> HTTP-Session: 92acd707-a4d0-4ed5-829e-50c1d14b6e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16144 | 2024.08.18 06:23:40.227680 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16145 | 2024.08.18 06:23:40.227733 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16146 | 2024.08.18 06:23:42.361068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16147 | 2024.08.18 06:23:42.361250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16148 | 2024.08.18 06:23:42.361295 [ 3 ] {} <Debug> HTTP-Session: 732233d8-3d18-4dbc-b521-6a5cb5be4020 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16149 | 2024.08.18 06:23:42.361338 [ 3 ] {} <Debug> HTTP-Session: 732233d8-3d18-4dbc-b521-6a5cb5be4020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16150 | 2024.08.18 06:23:42.361369 [ 3 ] {} <Debug> HTTP-Session: 732233d8-3d18-4dbc-b521-6a5cb5be4020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16151 | 2024.08.18 06:23:42.361447 [ 3 ] {} <Trace> HTTP-Session: 732233d8-3d18-4dbc-b521-6a5cb5be4020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16152 | 2024.08.18 06:23:42.361728 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16153 | 2024.08.18 06:23:42.361832 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16154 | 2024.08.18 06:23:42.362101 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16155 | 2024.08.18 06:23:42.362566 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16156 | 2024.08.18 06:23:42.362608 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16157 | 2024.08.18 06:23:42.362964 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
16158 | 2024.08.18 06:23:42.363290 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16159 | 2024.08.18 06:23:42.363458 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001819 sec., 12094.557449147884 rows/sec., 980.32 KiB/sec. | ||
16160 | 2024.08.18 06:23:42.363748 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Debug> DynamicQueryHandler: Done processing query | ||
16161 | 2024.08.18 06:23:42.363803 [ 3 ] {f5bb7e3a-1f84-4d9c-b32c-b7499dd17820} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16162 | 2024.08.18 06:23:42.363837 [ 3 ] {} <Debug> HTTP-Session: 732233d8-3d18-4dbc-b521-6a5cb5be4020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16163 | 2024.08.18 06:23:42.364005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 17744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16164 | 2024.08.18 06:23:42.364059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16165 | 2024.08.18 06:23:42.364078 [ 3 ] {} <Debug> HTTP-Session: 4154a470-2bb4-4bcf-b85c-7a8619fd53fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16166 | 2024.08.18 06:23:42.364097 [ 3 ] {} <Debug> HTTP-Session: 4154a470-2bb4-4bcf-b85c-7a8619fd53fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16167 | 2024.08.18 06:23:42.364111 [ 3 ] {} <Debug> HTTP-Session: 4154a470-2bb4-4bcf-b85c-7a8619fd53fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.08.18 06:23:42.364146 [ 3 ] {} <Trace> HTTP-Session: 4154a470-2bb4-4bcf-b85c-7a8619fd53fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16169 | 2024.08.18 06:23:42.364292 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16170 | 2024.08.18 06:23:42.364338 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16171 | 2024.08.18 06:23:42.364482 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16172 | 2024.08.18 06:23:42.364900 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16173 | 2024.08.18 06:23:42.364938 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16174 | 2024.08.18 06:23:42.365260 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16175 | 2024.08.18 06:23:42.365569 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16176 | 2024.08.18 06:23:42.365717 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Debug> executeQuery: Read 122 rows, 10.32 KiB in 0.001484 sec., 82210.24258760107 rows/sec., 6.79 MiB/sec. | ||
16177 | 2024.08.18 06:23:42.365889 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Debug> DynamicQueryHandler: Done processing query | ||
16178 | 2024.08.18 06:23:42.365914 [ 3 ] {a4853eec-f1d5-4053-91bb-bff1c2f4cc46} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16179 | 2024.08.18 06:23:42.365930 [ 3 ] {} <Debug> HTTP-Session: 4154a470-2bb4-4bcf-b85c-7a8619fd53fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16180 | 2024.08.18 06:23:42.366072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 14610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16181 | 2024.08.18 06:23:42.366121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16182 | 2024.08.18 06:23:42.366140 [ 3 ] {} <Debug> HTTP-Session: adf6a26c-727c-4e40-bc50-28888c2e2e19 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16183 | 2024.08.18 06:23:42.366157 [ 3 ] {} <Debug> HTTP-Session: adf6a26c-727c-4e40-bc50-28888c2e2e19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16184 | 2024.08.18 06:23:42.366170 [ 3 ] {} <Debug> HTTP-Session: adf6a26c-727c-4e40-bc50-28888c2e2e19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16185 | 2024.08.18 06:23:42.366203 [ 3 ] {} <Trace> HTTP-Session: adf6a26c-727c-4e40-bc50-28888c2e2e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16186 | 2024.08.18 06:23:42.366328 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16187 | 2024.08.18 06:23:42.366371 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16188 | 2024.08.18 06:23:42.366498 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16189 | 2024.08.18 06:23:42.366839 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16190 | 2024.08.18 06:23:42.366876 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16191 | 2024.08.18 06:23:42.367181 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16192 | 2024.08.18 06:23:42.367487 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16193 | 2024.08.18 06:23:42.367630 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001351 sec., 63656.55070318283 rows/sec., 4.97 MiB/sec. | ||
16194 | 2024.08.18 06:23:42.367798 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Debug> DynamicQueryHandler: Done processing query | ||
16195 | 2024.08.18 06:23:42.367822 [ 3 ] {8361f87f-5b2e-4f1b-8aba-24e87f78c3a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16196 | 2024.08.18 06:23:42.367838 [ 3 ] {} <Debug> HTTP-Session: adf6a26c-727c-4e40-bc50-28888c2e2e19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16197 | 2024.08.18 06:23:42.367997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16198 | 2024.08.18 06:23:42.368045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16199 | 2024.08.18 06:23:42.368064 [ 3 ] {} <Debug> HTTP-Session: 5efbdd07-b7f4-4d6d-9a8a-966f706d00e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16200 | 2024.08.18 06:23:42.368080 [ 3 ] {} <Debug> HTTP-Session: 5efbdd07-b7f4-4d6d-9a8a-966f706d00e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16201 | 2024.08.18 06:23:42.368094 [ 3 ] {} <Debug> HTTP-Session: 5efbdd07-b7f4-4d6d-9a8a-966f706d00e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16202 | 2024.08.18 06:23:42.368124 [ 3 ] {} <Trace> HTTP-Session: 5efbdd07-b7f4-4d6d-9a8a-966f706d00e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16203 | 2024.08.18 06:23:42.368265 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16204 | 2024.08.18 06:23:42.368310 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16205 | 2024.08.18 06:23:42.368459 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16206 | 2024.08.18 06:23:42.368838 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16207 | 2024.08.18 06:23:42.368874 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16208 | 2024.08.18 06:23:42.369257 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16209 | 2024.08.18 06:23:42.369587 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16210 | 2024.08.18 06:23:42.369739 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
16211 | 2024.08.18 06:23:42.369915 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Debug> DynamicQueryHandler: Done processing query | ||
16212 | 2024.08.18 06:23:42.369939 [ 3 ] {a6bd2967-84f7-4f9f-8bef-06152f0766c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16213 | 2024.08.18 06:23:42.369956 [ 3 ] {} <Debug> HTTP-Session: 5efbdd07-b7f4-4d6d-9a8a-966f706d00e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16214 | 2024.08.18 06:23:42.370125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 35306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16215 | 2024.08.18 06:23:42.370173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16216 | 2024.08.18 06:23:42.370192 [ 3 ] {} <Debug> HTTP-Session: 51120792-bc8e-475f-a96d-1ec39d893456 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16217 | 2024.08.18 06:23:42.370207 [ 3 ] {} <Debug> HTTP-Session: 51120792-bc8e-475f-a96d-1ec39d893456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16218 | 2024.08.18 06:23:42.370221 [ 3 ] {} <Debug> HTTP-Session: 51120792-bc8e-475f-a96d-1ec39d893456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16219 | 2024.08.18 06:23:42.370251 [ 3 ] {} <Trace> HTTP-Session: 51120792-bc8e-475f-a96d-1ec39d893456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16220 | 2024.08.18 06:23:42.370519 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16221 | 2024.08.18 06:23:42.370581 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <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 | ||
16222 | 2024.08.18 06:23:42.370991 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16223 | 2024.08.18 06:23:42.371617 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16224 | 2024.08.18 06:23:42.371654 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16225 | 2024.08.18 06:23:42.372253 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
16226 | 2024.08.18 06:23:42.372659 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16227 | 2024.08.18 06:23:42.372837 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002504 sec., 8785.942492012779 rows/sec., 15.74 MiB/sec. | ||
16228 | 2024.08.18 06:23:42.373036 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Debug> DynamicQueryHandler: Done processing query | ||
16229 | 2024.08.18 06:23:42.373061 [ 3 ] {e19dcd3f-0a2a-4986-a38f-977cd08b2e80} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16230 | 2024.08.18 06:23:42.373077 [ 3 ] {} <Debug> HTTP-Session: 51120792-bc8e-475f-a96d-1ec39d893456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16231 | 2024.08.18 06:23:42.373203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16232 | 2024.08.18 06:23:42.373250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16233 | 2024.08.18 06:23:42.373269 [ 3 ] {} <Debug> HTTP-Session: 9bd07e12-97e8-4843-99c7-fc26f491ba5b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16234 | 2024.08.18 06:23:42.373285 [ 3 ] {} <Debug> HTTP-Session: 9bd07e12-97e8-4843-99c7-fc26f491ba5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16235 | 2024.08.18 06:23:42.373299 [ 3 ] {} <Debug> HTTP-Session: 9bd07e12-97e8-4843-99c7-fc26f491ba5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16236 | 2024.08.18 06:23:42.373330 [ 3 ] {} <Trace> HTTP-Session: 9bd07e12-97e8-4843-99c7-fc26f491ba5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16237 | 2024.08.18 06:23:42.373442 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16238 | 2024.08.18 06:23:42.373486 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16239 | 2024.08.18 06:23:42.373612 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16240 | 2024.08.18 06:23:42.373915 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16241 | 2024.08.18 06:23:42.373951 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16242 | 2024.08.18 06:23:42.374301 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16243 | 2024.08.18 06:23:42.374613 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16244 | 2024.08.18 06:23:42.374760 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
16245 | 2024.08.18 06:23:42.374927 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Debug> DynamicQueryHandler: Done processing query | ||
16246 | 2024.08.18 06:23:42.374952 [ 3 ] {7dadd691-bdc0-47ad-9103-de64ecee042e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16247 | 2024.08.18 06:23:42.374968 [ 3 ] {} <Debug> HTTP-Session: 9bd07e12-97e8-4843-99c7-fc26f491ba5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16248 | 2024.08.18 06:23:47.365307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16249 | 2024.08.18 06:23:47.365431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16250 | 2024.08.18 06:23:47.365456 [ 3 ] {} <Debug> HTTP-Session: 1016557d-6733-4e80-8ee2-6dae41eb8174 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16251 | 2024.08.18 06:23:47.365479 [ 3 ] {} <Debug> HTTP-Session: 1016557d-6733-4e80-8ee2-6dae41eb8174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16252 | 2024.08.18 06:23:47.365494 [ 3 ] {} <Debug> HTTP-Session: 1016557d-6733-4e80-8ee2-6dae41eb8174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16253 | 2024.08.18 06:23:47.365541 [ 3 ] {} <Trace> HTTP-Session: 1016557d-6733-4e80-8ee2-6dae41eb8174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16254 | 2024.08.18 06:23:47.365717 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16255 | 2024.08.18 06:23:47.365781 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16256 | 2024.08.18 06:23:47.365969 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16257 | 2024.08.18 06:23:47.366375 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16258 | 2024.08.18 06:23:47.366417 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16259 | 2024.08.18 06:23:47.366773 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16260 | 2024.08.18 06:23:47.367092 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16261 | 2024.08.18 06:23:47.367255 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001594 sec., 16311.16687578419 rows/sec., 1.29 MiB/sec. | ||
16262 | 2024.08.18 06:23:47.367530 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Debug> DynamicQueryHandler: Done processing query | ||
16263 | 2024.08.18 06:23:47.367591 [ 3 ] {d550ad43-6276-48d6-8550-b8c308f8bbd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16264 | 2024.08.18 06:23:47.367643 [ 3 ] {} <Debug> HTTP-Session: 1016557d-6733-4e80-8ee2-6dae41eb8174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16265 | 2024.08.18 06:23:47.367930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16266 | 2024.08.18 06:23:47.367981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16267 | 2024.08.18 06:23:47.368000 [ 3 ] {} <Debug> HTTP-Session: 58910a5e-0fb5-4fe6-a064-b36d81a16e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16268 | 2024.08.18 06:23:47.368017 [ 3 ] {} <Debug> HTTP-Session: 58910a5e-0fb5-4fe6-a064-b36d81a16e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16269 | 2024.08.18 06:23:47.368031 [ 3 ] {} <Debug> HTTP-Session: 58910a5e-0fb5-4fe6-a064-b36d81a16e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16270 | 2024.08.18 06:23:47.368063 [ 3 ] {} <Trace> HTTP-Session: 58910a5e-0fb5-4fe6-a064-b36d81a16e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16271 | 2024.08.18 06:23:47.368243 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16272 | 2024.08.18 06:23:47.368286 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16273 | 2024.08.18 06:23:47.368435 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16274 | 2024.08.18 06:23:47.368931 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16275 | 2024.08.18 06:23:47.368968 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16276 | 2024.08.18 06:23:47.369301 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16277 | 2024.08.18 06:23:47.369601 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16278 | 2024.08.18 06:23:47.369758 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Debug> executeQuery: Read 267 rows, 23.93 KiB in 0.001604 sec., 166458.85286783043 rows/sec., 14.57 MiB/sec. | ||
16279 | 2024.08.18 06:23:47.369936 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Debug> DynamicQueryHandler: Done processing query | ||
16280 | 2024.08.18 06:23:47.369961 [ 3 ] {1ca7c4e1-4dd0-4860-b20e-cc30a59c9e3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
16281 | 2024.08.18 06:23:47.369976 [ 3 ] {} <Debug> HTTP-Session: 58910a5e-0fb5-4fe6-a064-b36d81a16e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16282 | 2024.08.18 06:23:47.370111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16283 | 2024.08.18 06:23:47.370158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16284 | 2024.08.18 06:23:47.370177 [ 3 ] {} <Debug> HTTP-Session: 82123007-d70a-400a-ba95-5453723f2667 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16285 | 2024.08.18 06:23:47.370193 [ 3 ] {} <Debug> HTTP-Session: 82123007-d70a-400a-ba95-5453723f2667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16286 | 2024.08.18 06:23:47.370206 [ 3 ] {} <Debug> HTTP-Session: 82123007-d70a-400a-ba95-5453723f2667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16287 | 2024.08.18 06:23:47.370236 [ 3 ] {} <Trace> HTTP-Session: 82123007-d70a-400a-ba95-5453723f2667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16288 | 2024.08.18 06:23:47.370332 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16289 | 2024.08.18 06:23:47.370373 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16290 | 2024.08.18 06:23:47.370502 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16291 | 2024.08.18 06:23:47.370784 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16292 | 2024.08.18 06:23:47.370821 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16293 | 2024.08.18 06:23:47.371127 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16294 | 2024.08.18 06:23:47.371421 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16295 | 2024.08.18 06:23:47.371577 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001263 sec., 11084.718923198732 rows/sec., 776.30 KiB/sec. | ||
16296 | 2024.08.18 06:23:47.371754 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Debug> DynamicQueryHandler: Done processing query | ||
16297 | 2024.08.18 06:23:47.371784 [ 3 ] {687bbeb1-dd3b-4cb8-b2dd-b0957bcc0415} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16298 | 2024.08.18 06:23:47.371801 [ 3 ] {} <Debug> HTTP-Session: 82123007-d70a-400a-ba95-5453723f2667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16299 | 2024.08.18 06:23:47.371917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16300 | 2024.08.18 06:23:47.371963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16301 | 2024.08.18 06:23:47.371981 [ 3 ] {} <Debug> HTTP-Session: 366fc4c2-ba06-4344-acec-3c86142d94fe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16302 | 2024.08.18 06:23:47.371997 [ 3 ] {} <Debug> HTTP-Session: 366fc4c2-ba06-4344-acec-3c86142d94fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16303 | 2024.08.18 06:23:47.372011 [ 3 ] {} <Debug> HTTP-Session: 366fc4c2-ba06-4344-acec-3c86142d94fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16304 | 2024.08.18 06:23:47.372041 [ 3 ] {} <Trace> HTTP-Session: 366fc4c2-ba06-4344-acec-3c86142d94fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16305 | 2024.08.18 06:23:47.372132 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16306 | 2024.08.18 06:23:47.372171 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16307 | 2024.08.18 06:23:47.372297 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16308 | 2024.08.18 06:23:47.372563 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16309 | 2024.08.18 06:23:47.372599 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16310 | 2024.08.18 06:23:47.372891 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16311 | 2024.08.18 06:23:47.373185 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16312 | 2024.08.18 06:23:47.373342 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001226 sec., 4893.964110929853 rows/sec., 289.15 KiB/sec. | ||
16313 | 2024.08.18 06:23:47.373630 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Debug> DynamicQueryHandler: Done processing query | ||
16314 | 2024.08.18 06:23:47.373670 [ 3 ] {3be02201-8a3a-432f-9a67-70c7ec88c32a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16315 | 2024.08.18 06:23:47.373687 [ 3 ] {} <Debug> HTTP-Session: 366fc4c2-ba06-4344-acec-3c86142d94fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16316 | 2024.08.18 06:23:47.373844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16317 | 2024.08.18 06:23:47.373893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16318 | 2024.08.18 06:23:47.373912 [ 3 ] {} <Debug> HTTP-Session: cc25bfd3-88ec-48c5-bf8e-184f5c1eaa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16319 | 2024.08.18 06:23:47.373928 [ 3 ] {} <Debug> HTTP-Session: cc25bfd3-88ec-48c5-bf8e-184f5c1eaa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16320 | 2024.08.18 06:23:47.373941 [ 3 ] {} <Debug> HTTP-Session: cc25bfd3-88ec-48c5-bf8e-184f5c1eaa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16321 | 2024.08.18 06:23:47.373971 [ 3 ] {} <Trace> HTTP-Session: cc25bfd3-88ec-48c5-bf8e-184f5c1eaa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16322 | 2024.08.18 06:23:47.374179 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16323 | 2024.08.18 06:23:47.374222 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16324 | 2024.08.18 06:23:47.374363 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16325 | 2024.08.18 06:23:47.374898 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16326 | 2024.08.18 06:23:47.374934 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16327 | 2024.08.18 06:23:47.375257 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16328 | 2024.08.18 06:23:47.375557 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16329 | 2024.08.18 06:23:47.375703 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001623 sec., 251386.32162661737 rows/sec., 17.91 MiB/sec. | ||
16330 | 2024.08.18 06:23:47.375859 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Debug> DynamicQueryHandler: Done processing query | ||
16331 | 2024.08.18 06:23:47.375883 [ 3 ] {e56e5cd0-63ea-4f33-8869-91338967dbab} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
16332 | 2024.08.18 06:23:47.375898 [ 3 ] {} <Debug> HTTP-Session: cc25bfd3-88ec-48c5-bf8e-184f5c1eaa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16333 | 2024.08.18 06:23:47.376120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16334 | 2024.08.18 06:23:47.376167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16335 | 2024.08.18 06:23:47.376186 [ 3 ] {} <Debug> HTTP-Session: 5859dabf-1e53-49ee-b2bb-042156cd055a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16336 | 2024.08.18 06:23:47.376202 [ 3 ] {} <Debug> HTTP-Session: 5859dabf-1e53-49ee-b2bb-042156cd055a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16337 | 2024.08.18 06:23:47.376216 [ 3 ] {} <Debug> HTTP-Session: 5859dabf-1e53-49ee-b2bb-042156cd055a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16338 | 2024.08.18 06:23:47.376245 [ 3 ] {} <Trace> HTTP-Session: 5859dabf-1e53-49ee-b2bb-042156cd055a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16339 | 2024.08.18 06:23:47.376339 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16340 | 2024.08.18 06:23:47.376382 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16341 | 2024.08.18 06:23:47.376510 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16342 | 2024.08.18 06:23:47.376768 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16343 | 2024.08.18 06:23:47.376804 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16344 | 2024.08.18 06:23:47.377155 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16345 | 2024.08.18 06:23:47.377465 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16346 | 2024.08.18 06:23:47.377620 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
16347 | 2024.08.18 06:23:47.377906 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Debug> DynamicQueryHandler: Done processing query | ||
16348 | 2024.08.18 06:23:47.377948 [ 3 ] {afc6b5e9-98dd-4f28-9218-efb54e3e8877} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16349 | 2024.08.18 06:23:47.377971 [ 3 ] {} <Debug> HTTP-Session: 5859dabf-1e53-49ee-b2bb-042156cd055a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16350 | 2024.08.18 06:23:47.378112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16351 | 2024.08.18 06:23:47.378159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16352 | 2024.08.18 06:23:47.378178 [ 3 ] {} <Debug> HTTP-Session: 8b01edd4-b7c0-4c4b-92e1-23f72c97951d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16353 | 2024.08.18 06:23:47.378194 [ 3 ] {} <Debug> HTTP-Session: 8b01edd4-b7c0-4c4b-92e1-23f72c97951d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16354 | 2024.08.18 06:23:47.378208 [ 3 ] {} <Debug> HTTP-Session: 8b01edd4-b7c0-4c4b-92e1-23f72c97951d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16355 | 2024.08.18 06:23:47.378238 [ 3 ] {} <Trace> HTTP-Session: 8b01edd4-b7c0-4c4b-92e1-23f72c97951d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16356 | 2024.08.18 06:23:47.378437 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16357 | 2024.08.18 06:23:47.378484 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16358 | 2024.08.18 06:23:47.378644 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16359 | 2024.08.18 06:23:47.379134 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16360 | 2024.08.18 06:23:47.379170 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16361 | 2024.08.18 06:23:47.379544 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16362 | 2024.08.18 06:23:47.379880 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16363 | 2024.08.18 06:23:47.380036 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001708 sec., 138758.78220140515 rows/sec., 9.30 MiB/sec. | ||
16364 | 2024.08.18 06:23:47.380041 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_89_18 to all_94_94_0 | ||
16365 | 2024.08.18 06:23:47.380160 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16366 | 2024.08.18 06:23:47.380226 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16367 | 2024.08.18 06:23:47.380278 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Debug> DynamicQueryHandler: Done processing query | ||
16368 | 2024.08.18 06:23:47.380343 [ 3 ] {540d9212-b640-43c9-864c-8ef0704cf1e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16369 | 2024.08.18 06:23:47.380398 [ 3 ] {} <Debug> HTTP-Session: 8b01edd4-b7c0-4c4b-92e1-23f72c97951d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16370 | 2024.08.18 06:23:47.380497 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_89_18 to all_94_94_0 into Compact with storage Full | ||
16371 | 2024.08.18 06:23:47.380757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16372 | 2024.08.18 06:23:47.380969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16373 | 2024.08.18 06:23:47.381087 [ 3 ] {} <Debug> HTTP-Session: 72d28e73-c086-4376-9da6-e4000db322db Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16374 | 2024.08.18 06:23:47.381173 [ 3 ] {} <Debug> HTTP-Session: 72d28e73-c086-4376-9da6-e4000db322db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16375 | 2024.08.18 06:23:47.381208 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16376 | 2024.08.18 06:23:47.381243 [ 3 ] {} <Debug> HTTP-Session: 72d28e73-c086-4376-9da6-e4000db322db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16377 | 2024.08.18 06:23:47.381348 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_89_18, total 24662 rows starting from the beginning of the part | ||
16378 | 2024.08.18 06:23:47.381361 [ 3 ] {} <Trace> HTTP-Session: 72d28e73-c086-4376-9da6-e4000db322db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16379 | 2024.08.18 06:23:47.381849 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16380 | 2024.08.18 06:23:47.381900 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
16381 | 2024.08.18 06:23:47.382105 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16382 | 2024.08.18 06:23:47.382552 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 901 rows starting from the beginning of the part | ||
16383 | 2024.08.18 06:23:47.383025 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 20 rows starting from the beginning of the part | ||
16384 | 2024.08.18 06:23:47.383269 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
16385 | 2024.08.18 06:23:47.383349 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16386 | 2024.08.18 06:23:47.383443 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
16387 | 2024.08.18 06:23:47.383921 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16388 | 2024.08.18 06:23:47.383963 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16389 | 2024.08.18 06:23:47.384413 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16390 | 2024.08.18 06:23:47.384768 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16391 | 2024.08.18 06:23:47.385154 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003517 sec., 284.3332385555871 rows/sec., 19.16 KiB/sec. | ||
16392 | 2024.08.18 06:23:47.386398 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Debug> DynamicQueryHandler: Done processing query | ||
16393 | 2024.08.18 06:23:47.386512 [ 3 ] {4582fdf2-90da-4f7d-aa2a-f721756dce88} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16394 | 2024.08.18 06:23:47.386686 [ 3 ] {} <Debug> HTTP-Session: 72d28e73-c086-4376-9da6-e4000db322db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16395 | 2024.08.18 06:23:47.387091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 41871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16396 | 2024.08.18 06:23:47.387201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16397 | 2024.08.18 06:23:47.387228 [ 3 ] {} <Debug> HTTP-Session: e12fa68b-ec5a-42c6-954c-4f52e8141cff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16398 | 2024.08.18 06:23:47.387258 [ 3 ] {} <Debug> HTTP-Session: e12fa68b-ec5a-42c6-954c-4f52e8141cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16399 | 2024.08.18 06:23:47.387284 [ 3 ] {} <Debug> HTTP-Session: e12fa68b-ec5a-42c6-954c-4f52e8141cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16400 | 2024.08.18 06:23:47.387323 [ 3 ] {} <Trace> HTTP-Session: e12fa68b-ec5a-42c6-954c-4f52e8141cff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16401 | 2024.08.18 06:23:47.387622 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16402 | 2024.08.18 06:23:47.387691 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <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 | ||
16403 | 2024.08.18 06:23:47.388207 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16404 | 2024.08.18 06:23:47.388988 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16405 | 2024.08.18 06:23:47.389024 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16406 | 2024.08.18 06:23:47.389879 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16407 | 2024.08.18 06:23:47.390330 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16408 | 2024.08.18 06:23:47.390532 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003123 sec., 8325.328210054435 rows/sec., 14.92 MiB/sec. | ||
16409 | 2024.08.18 06:23:47.390781 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Debug> DynamicQueryHandler: Done processing query | ||
16410 | 2024.08.18 06:23:47.390807 [ 3 ] {fdd4ea5c-7192-4543-9e61-e553a8d88fb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16411 | 2024.08.18 06:23:47.390822 [ 3 ] {} <Debug> HTTP-Session: e12fa68b-ec5a-42c6-954c-4f52e8141cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16412 | 2024.08.18 06:23:47.390964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16413 | 2024.08.18 06:23:47.391023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16414 | 2024.08.18 06:23:47.391055 [ 3 ] {} <Debug> HTTP-Session: 11fc9d91-5e54-46f8-99c7-f44794de69fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16415 | 2024.08.18 06:23:47.391072 [ 3 ] {} <Debug> HTTP-Session: 11fc9d91-5e54-46f8-99c7-f44794de69fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16416 | 2024.08.18 06:23:47.391089 [ 3 ] {} <Debug> HTTP-Session: 11fc9d91-5e54-46f8-99c7-f44794de69fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16417 | 2024.08.18 06:23:47.391123 [ 3 ] {} <Trace> HTTP-Session: 11fc9d91-5e54-46f8-99c7-f44794de69fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16418 | 2024.08.18 06:23:47.391239 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16419 | 2024.08.18 06:23:47.391282 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16420 | 2024.08.18 06:23:47.391534 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16421 | 2024.08.18 06:23:47.391674 [ 200 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26140 rows, containing 5 columns (5 merged, 0 gathered) in 0.011330132 sec., 2307122.282423541 rows/sec., 155.90 MiB/sec. | ||
16422 | 2024.08.18 06:23:47.391980 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16423 | 2024.08.18 06:23:47.392017 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16424 | 2024.08.18 06:23:47.392133 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) | ||
16425 | 2024.08.18 06:23:47.392854 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16426 | 2024.08.18 06:23:47.393211 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16427 | 2024.08.18 06:23:47.393384 [ 190 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_89_18, all_94_94_0] -> all_1_94_19 | ||
16428 | 2024.08.18 06:23:47.393581 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
16429 | 2024.08.18 06:23:47.393590 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16430 | 2024.08.18 06:23:47.393772 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002574 sec., 31857.03185703186 rows/sec., 2.02 MiB/sec. | ||
16431 | 2024.08.18 06:23:47.393954 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Debug> DynamicQueryHandler: Done processing query | ||
16432 | 2024.08.18 06:23:47.393978 [ 3 ] {b16e479e-131c-4ce0-bb15-4c4f7fc705e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16433 | 2024.08.18 06:23:47.393994 [ 3 ] {} <Debug> HTTP-Session: 11fc9d91-5e54-46f8-99c7-f44794de69fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16434 | 2024.08.18 06:23:52.354622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16435 | 2024.08.18 06:23:52.354766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16436 | 2024.08.18 06:23:52.354795 [ 3 ] {} <Debug> HTTP-Session: 16259923-d157-495e-96c5-3b8bf52acc8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16437 | 2024.08.18 06:23:52.354823 [ 3 ] {} <Debug> HTTP-Session: 16259923-d157-495e-96c5-3b8bf52acc8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16438 | 2024.08.18 06:23:52.354841 [ 3 ] {} <Debug> HTTP-Session: 16259923-d157-495e-96c5-3b8bf52acc8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16439 | 2024.08.18 06:23:52.354899 [ 3 ] {} <Trace> HTTP-Session: 16259923-d157-495e-96c5-3b8bf52acc8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16440 | 2024.08.18 06:23:52.355184 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
16441 | 2024.08.18 06:23:52.355614 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16442 | 2024.08.18 06:23:52.355669 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
16443 | 2024.08.18 06:23:52.356041 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16444 | 2024.08.18 06:23:52.356119 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16445 | 2024.08.18 06:23:52.356293 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
16446 | 2024.08.18 06:23:52.356333 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16447 | 2024.08.18 06:23:52.356360 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (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 | ||
16448 | 2024.08.18 06:23:52.356378 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16449 | 2024.08.18 06:23:52.356427 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
16450 | 2024.08.18 06:23:52.356452 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
16451 | 2024.08.18 06:23:52.357836 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00279 sec., 14695.340501792114 rows/sec., 560.39 KiB/sec. | ||
16452 | 2024.08.18 06:23:52.358119 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> DynamicQueryHandler: Done processing query | ||
16453 | 2024.08.18 06:23:52.358147 [ 3 ] {a1c92698-8510-4924-93a1-799ec3bb0ccd} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16454 | 2024.08.18 06:23:52.358163 [ 3 ] {} <Debug> HTTP-Session: 16259923-d157-495e-96c5-3b8bf52acc8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16455 | 2024.08.18 06:23:52.364172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16456 | 2024.08.18 06:23:52.364230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16457 | 2024.08.18 06:23:52.364254 [ 3 ] {} <Debug> HTTP-Session: c438be2e-465e-4708-95f2-8c4657cd07ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16458 | 2024.08.18 06:23:52.364274 [ 3 ] {} <Debug> HTTP-Session: c438be2e-465e-4708-95f2-8c4657cd07ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16459 | 2024.08.18 06:23:52.364291 [ 3 ] {} <Debug> HTTP-Session: c438be2e-465e-4708-95f2-8c4657cd07ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16460 | 2024.08.18 06:23:52.364330 [ 3 ] {} <Trace> HTTP-Session: c438be2e-465e-4708-95f2-8c4657cd07ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16461 | 2024.08.18 06:23:52.364458 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
16462 | 2024.08.18 06:23:52.364512 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16463 | 2024.08.18 06:23:52.364717 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16464 | 2024.08.18 06:23:52.365170 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16465 | 2024.08.18 06:23:52.365218 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16466 | 2024.08.18 06:23:52.365713 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
16467 | 2024.08.18 06:23:52.366027 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Trace> oximeter.timeseries_schema (db653096-9ae3-4f4c-8509-0d3a12673788): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16468 | 2024.08.18 06:23:52.366182 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001761 sec., 567.8591709256104 rows/sec., 158.05 KiB/sec. | ||
16469 | 2024.08.18 06:23:52.366485 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Debug> DynamicQueryHandler: Done processing query | ||
16470 | 2024.08.18 06:23:52.366510 [ 3 ] {8e640d75-2796-450e-a83b-ae1c20ae47e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16471 | 2024.08.18 06:23:52.366526 [ 3 ] {} <Debug> HTTP-Session: c438be2e-465e-4708-95f2-8c4657cd07ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16472 | 2024.08.18 06:23:52.366691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16473 | 2024.08.18 06:23:52.366740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16474 | 2024.08.18 06:23:52.366758 [ 3 ] {} <Debug> HTTP-Session: 64206262-0fa5-4d69-a13f-edc8bbc9743f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16475 | 2024.08.18 06:23:52.366775 [ 3 ] {} <Debug> HTTP-Session: 64206262-0fa5-4d69-a13f-edc8bbc9743f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16476 | 2024.08.18 06:23:52.366788 [ 3 ] {} <Debug> HTTP-Session: 64206262-0fa5-4d69-a13f-edc8bbc9743f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16477 | 2024.08.18 06:23:52.366820 [ 3 ] {} <Trace> HTTP-Session: 64206262-0fa5-4d69-a13f-edc8bbc9743f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16478 | 2024.08.18 06:23:52.366920 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16479 | 2024.08.18 06:23:52.366963 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16480 | 2024.08.18 06:23:52.367111 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16481 | 2024.08.18 06:23:52.367435 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16482 | 2024.08.18 06:23:52.367472 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16483 | 2024.08.18 06:23:52.367783 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16484 | 2024.08.18 06:23:52.368087 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16485 | 2024.08.18 06:23:52.368240 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001346 sec., 16344.725111441308 rows/sec., 1.29 MiB/sec. | ||
16486 | 2024.08.18 06:23:52.368416 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Debug> DynamicQueryHandler: Done processing query | ||
16487 | 2024.08.18 06:23:52.368442 [ 3 ] {b228f7f0-99a5-486a-8d9b-37ac52fce0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16488 | 2024.08.18 06:23:52.368457 [ 3 ] {} <Debug> HTTP-Session: 64206262-0fa5-4d69-a13f-edc8bbc9743f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16489 | 2024.08.18 06:23:52.368586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16490 | 2024.08.18 06:23:52.368633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16491 | 2024.08.18 06:23:52.368652 [ 3 ] {} <Debug> HTTP-Session: df1f28de-9e13-46d3-889e-fe75c9c55ef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16492 | 2024.08.18 06:23:52.368669 [ 3 ] {} <Debug> HTTP-Session: df1f28de-9e13-46d3-889e-fe75c9c55ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.08.18 06:23:52.368682 [ 3 ] {} <Debug> HTTP-Session: df1f28de-9e13-46d3-889e-fe75c9c55ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16494 | 2024.08.18 06:23:52.368713 [ 3 ] {} <Trace> HTTP-Session: df1f28de-9e13-46d3-889e-fe75c9c55ef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16495 | 2024.08.18 06:23:52.368806 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16496 | 2024.08.18 06:23:52.368848 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16497 | 2024.08.18 06:23:52.368979 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16498 | 2024.08.18 06:23:52.369287 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16499 | 2024.08.18 06:23:52.369325 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16500 | 2024.08.18 06:23:52.369632 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
16501 | 2024.08.18 06:23:52.369928 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16502 | 2024.08.18 06:23:52.370072 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 368.49 KiB/sec. | ||
16503 | 2024.08.18 06:23:52.370344 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Debug> DynamicQueryHandler: Done processing query | ||
16504 | 2024.08.18 06:23:52.370377 [ 3 ] {2dc9d63e-8ddf-4763-bb5f-9fca09020320} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16505 | 2024.08.18 06:23:52.370402 [ 3 ] {} <Debug> HTTP-Session: df1f28de-9e13-46d3-889e-fe75c9c55ef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16506 | 2024.08.18 06:23:52.370563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 18519, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16507 | 2024.08.18 06:23:52.370612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16508 | 2024.08.18 06:23:52.370631 [ 3 ] {} <Debug> HTTP-Session: f65ce603-2fc8-4400-b0d1-9c56b224583b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16509 | 2024.08.18 06:23:52.370646 [ 3 ] {} <Debug> HTTP-Session: f65ce603-2fc8-4400-b0d1-9c56b224583b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16510 | 2024.08.18 06:23:52.370660 [ 3 ] {} <Debug> HTTP-Session: f65ce603-2fc8-4400-b0d1-9c56b224583b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.08.18 06:23:52.370690 [ 3 ] {} <Trace> HTTP-Session: f65ce603-2fc8-4400-b0d1-9c56b224583b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16512 | 2024.08.18 06:23:52.370822 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16513 | 2024.08.18 06:23:52.370866 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16514 | 2024.08.18 06:23:52.371013 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16515 | 2024.08.18 06:23:52.371389 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16516 | 2024.08.18 06:23:52.371426 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16517 | 2024.08.18 06:23:52.371734 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16518 | 2024.08.18 06:23:52.372034 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16519 | 2024.08.18 06:23:52.372188 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Debug> executeQuery: Read 128 rows, 10.73 KiB in 0.001423 sec., 89950.80815179199 rows/sec., 7.37 MiB/sec. | ||
16520 | 2024.08.18 06:23:52.372357 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Debug> DynamicQueryHandler: Done processing query | ||
16521 | 2024.08.18 06:23:52.372382 [ 3 ] {bd36df87-9bc9-43d5-ba34-b9d5709fd5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16522 | 2024.08.18 06:23:52.372398 [ 3 ] {} <Debug> HTTP-Session: f65ce603-2fc8-4400-b0d1-9c56b224583b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16523 | 2024.08.18 06:23:52.372548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16524 | 2024.08.18 06:23:52.372595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16525 | 2024.08.18 06:23:52.372614 [ 3 ] {} <Debug> HTTP-Session: ce1c54c7-a7fc-48e3-b98d-6464932bccf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16526 | 2024.08.18 06:23:52.372630 [ 3 ] {} <Debug> HTTP-Session: ce1c54c7-a7fc-48e3-b98d-6464932bccf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16527 | 2024.08.18 06:23:52.372643 [ 3 ] {} <Debug> HTTP-Session: ce1c54c7-a7fc-48e3-b98d-6464932bccf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16528 | 2024.08.18 06:23:52.372673 [ 3 ] {} <Trace> HTTP-Session: ce1c54c7-a7fc-48e3-b98d-6464932bccf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16529 | 2024.08.18 06:23:52.372765 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16530 | 2024.08.18 06:23:52.372807 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16531 | 2024.08.18 06:23:52.372933 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16532 | 2024.08.18 06:23:52.373205 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16533 | 2024.08.18 06:23:52.373242 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16534 | 2024.08.18 06:23:52.373541 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
16535 | 2024.08.18 06:23:52.373837 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16536 | 2024.08.18 06:23:52.373994 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Debug> executeQuery: Read 6 rows, 414.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 323.18 KiB/sec. | ||
16537 | 2024.08.18 06:23:52.374307 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Debug> DynamicQueryHandler: Done processing query | ||
16538 | 2024.08.18 06:23:52.374333 [ 3 ] {809de4d8-83fb-4979-8ad5-6a01f8b3d9b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16539 | 2024.08.18 06:23:52.374349 [ 3 ] {} <Debug> HTTP-Session: ce1c54c7-a7fc-48e3-b98d-6464932bccf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16540 | 2024.08.18 06:23:52.374481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 17525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16541 | 2024.08.18 06:23:52.374529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16542 | 2024.08.18 06:23:52.374547 [ 3 ] {} <Debug> HTTP-Session: 369b794a-bb1c-41ee-9020-cbdca7707fb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16543 | 2024.08.18 06:23:52.374564 [ 3 ] {} <Debug> HTTP-Session: 369b794a-bb1c-41ee-9020-cbdca7707fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16544 | 2024.08.18 06:23:52.374578 [ 3 ] {} <Debug> HTTP-Session: 369b794a-bb1c-41ee-9020-cbdca7707fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16545 | 2024.08.18 06:23:52.374607 [ 3 ] {} <Trace> HTTP-Session: 369b794a-bb1c-41ee-9020-cbdca7707fb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16546 | 2024.08.18 06:23:52.374733 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16547 | 2024.08.18 06:23:52.374776 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16548 | 2024.08.18 06:23:52.374920 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16549 | 2024.08.18 06:23:52.375280 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16550 | 2024.08.18 06:23:52.375317 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16551 | 2024.08.18 06:23:52.375630 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16552 | 2024.08.18 06:23:52.375926 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16553 | 2024.08.18 06:23:52.376071 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Debug> executeQuery: Read 104 rows, 8.19 KiB in 0.001385 sec., 75090.25270758122 rows/sec., 5.77 MiB/sec. | ||
16554 | 2024.08.18 06:23:52.376240 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Debug> DynamicQueryHandler: Done processing query | ||
16555 | 2024.08.18 06:23:52.376265 [ 3 ] {1c4e272a-31e4-4a72-8377-21deec920025} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16556 | 2024.08.18 06:23:52.376281 [ 3 ] {} <Debug> HTTP-Session: 369b794a-bb1c-41ee-9020-cbdca7707fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16557 | 2024.08.18 06:23:52.376468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16558 | 2024.08.18 06:23:52.376516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16559 | 2024.08.18 06:23:52.376535 [ 3 ] {} <Debug> HTTP-Session: 9c6fa3bd-2ecc-4c6f-ba98-5a3fbd1e2b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16560 | 2024.08.18 06:23:52.376551 [ 3 ] {} <Debug> HTTP-Session: 9c6fa3bd-2ecc-4c6f-ba98-5a3fbd1e2b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16561 | 2024.08.18 06:23:52.376564 [ 3 ] {} <Debug> HTTP-Session: 9c6fa3bd-2ecc-4c6f-ba98-5a3fbd1e2b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16562 | 2024.08.18 06:23:52.376594 [ 3 ] {} <Trace> HTTP-Session: 9c6fa3bd-2ecc-4c6f-ba98-5a3fbd1e2b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16563 | 2024.08.18 06:23:52.376733 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16564 | 2024.08.18 06:23:52.376777 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16565 | 2024.08.18 06:23:52.376921 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16566 | 2024.08.18 06:23:52.377310 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16567 | 2024.08.18 06:23:52.377346 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16568 | 2024.08.18 06:23:52.377727 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16569 | 2024.08.18 06:23:52.378053 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16570 | 2024.08.18 06:23:52.378198 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.001524 sec., 107611.54855643045 rows/sec., 7.48 MiB/sec. | ||
16571 | 2024.08.18 06:23:52.378392 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Debug> DynamicQueryHandler: Done processing query | ||
16572 | 2024.08.18 06:23:52.378419 [ 3 ] {244d719b-902e-4a90-b3fd-2be7dc8454a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16573 | 2024.08.18 06:23:52.378436 [ 3 ] {} <Debug> HTTP-Session: 9c6fa3bd-2ecc-4c6f-ba98-5a3fbd1e2b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16574 | 2024.08.18 06:23:52.378605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 35470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16575 | 2024.08.18 06:23:52.378652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16576 | 2024.08.18 06:23:52.378672 [ 3 ] {} <Debug> HTTP-Session: 2467453b-f636-465d-9e61-dff4e29fa55f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16577 | 2024.08.18 06:23:52.378688 [ 3 ] {} <Debug> HTTP-Session: 2467453b-f636-465d-9e61-dff4e29fa55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.08.18 06:23:52.378702 [ 3 ] {} <Debug> HTTP-Session: 2467453b-f636-465d-9e61-dff4e29fa55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16579 | 2024.08.18 06:23:52.378732 [ 3 ] {} <Trace> HTTP-Session: 2467453b-f636-465d-9e61-dff4e29fa55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16580 | 2024.08.18 06:23:52.378989 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16581 | 2024.08.18 06:23:52.379050 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <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 | ||
16582 | 2024.08.18 06:23:52.379470 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16583 | 2024.08.18 06:23:52.380082 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16584 | 2024.08.18 06:23:52.380119 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16585 | 2024.08.18 06:23:52.380807 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16586 | 2024.08.18 06:23:52.381230 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16587 | 2024.08.18 06:23:52.381436 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002611 sec., 8425.890463423975 rows/sec., 15.10 MiB/sec. | ||
16588 | 2024.08.18 06:23:52.381672 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Debug> DynamicQueryHandler: Done processing query | ||
16589 | 2024.08.18 06:23:52.381696 [ 3 ] {a26e4416-25ed-49f6-b15d-68a61fb2744f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16590 | 2024.08.18 06:23:52.381712 [ 3 ] {} <Debug> HTTP-Session: 2467453b-f636-465d-9e61-dff4e29fa55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16591 | 2024.08.18 06:23:52.381834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16592 | 2024.08.18 06:23:52.381883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16593 | 2024.08.18 06:23:52.381902 [ 3 ] {} <Debug> HTTP-Session: 6a6293d2-2da7-47a8-835c-bfd12057b776 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16594 | 2024.08.18 06:23:52.381918 [ 3 ] {} <Debug> HTTP-Session: 6a6293d2-2da7-47a8-835c-bfd12057b776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.08.18 06:23:52.382014 [ 3 ] {} <Debug> HTTP-Session: 6a6293d2-2da7-47a8-835c-bfd12057b776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16596 | 2024.08.18 06:23:52.382046 [ 3 ] {} <Trace> HTTP-Session: 6a6293d2-2da7-47a8-835c-bfd12057b776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16597 | 2024.08.18 06:23:52.382160 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16598 | 2024.08.18 06:23:52.382205 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16599 | 2024.08.18 06:23:52.382334 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16600 | 2024.08.18 06:23:52.382625 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16601 | 2024.08.18 06:23:52.382661 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
16602 | 2024.08.18 06:23:52.383023 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16603 | 2024.08.18 06:23:52.383340 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16604 | 2024.08.18 06:23:52.383494 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
16605 | 2024.08.18 06:23:52.383655 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Debug> DynamicQueryHandler: Done processing query | ||
16606 | 2024.08.18 06:23:52.383679 [ 3 ] {8ed4c389-94df-4d5d-8101-aefe7292760e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16607 | 2024.08.18 06:23:52.383694 [ 3 ] {} <Debug> HTTP-Session: 6a6293d2-2da7-47a8-835c-bfd12057b776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16608 | 2024.08.18 06:23:55.227982 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16609 | 2024.08.18 06:23:55.228035 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16610 | 2024.08.18 06:23:57.364097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16611 | 2024.08.18 06:23:57.364227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16612 | 2024.08.18 06:23:57.364257 [ 3 ] {} <Debug> HTTP-Session: 7a084873-5bbc-4492-ad58-7499d7720a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16613 | 2024.08.18 06:23:57.364284 [ 3 ] {} <Debug> HTTP-Session: 7a084873-5bbc-4492-ad58-7499d7720a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16614 | 2024.08.18 06:23:57.364302 [ 3 ] {} <Debug> HTTP-Session: 7a084873-5bbc-4492-ad58-7499d7720a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16615 | 2024.08.18 06:23:57.364356 [ 3 ] {} <Trace> HTTP-Session: 7a084873-5bbc-4492-ad58-7499d7720a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16616 | 2024.08.18 06:23:57.364546 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16617 | 2024.08.18 06:23:57.364611 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16618 | 2024.08.18 06:23:57.364801 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16619 | 2024.08.18 06:23:57.365248 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16620 | 2024.08.18 06:23:57.365294 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16621 | 2024.08.18 06:23:57.365664 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16622 | 2024.08.18 06:23:57.365993 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16623 | 2024.08.18 06:23:57.366167 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001673 sec., 16138.673042438733 rows/sec., 1.28 MiB/sec. | ||
16624 | 2024.08.18 06:23:57.366494 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Debug> DynamicQueryHandler: Done processing query | ||
16625 | 2024.08.18 06:23:57.366554 [ 3 ] {7ca1d143-d65d-4a93-824e-a39a23226c33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16626 | 2024.08.18 06:23:57.366617 [ 3 ] {} <Debug> HTTP-Session: 7a084873-5bbc-4492-ad58-7499d7720a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16627 | 2024.08.18 06:23:57.366811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16628 | 2024.08.18 06:23:57.366868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16629 | 2024.08.18 06:23:57.366888 [ 3 ] {} <Debug> HTTP-Session: 3a8c932b-a3e3-45cf-bd6c-0e76abf5d564 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16630 | 2024.08.18 06:23:57.366906 [ 3 ] {} <Debug> HTTP-Session: 3a8c932b-a3e3-45cf-bd6c-0e76abf5d564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16631 | 2024.08.18 06:23:57.366919 [ 3 ] {} <Debug> HTTP-Session: 3a8c932b-a3e3-45cf-bd6c-0e76abf5d564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16632 | 2024.08.18 06:23:57.366955 [ 3 ] {} <Trace> HTTP-Session: 3a8c932b-a3e3-45cf-bd6c-0e76abf5d564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16633 | 2024.08.18 06:23:57.367063 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16634 | 2024.08.18 06:23:57.367110 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16635 | 2024.08.18 06:23:57.367264 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16636 | 2024.08.18 06:23:57.367565 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16637 | 2024.08.18 06:23:57.367603 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16638 | 2024.08.18 06:23:57.367903 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
16639 | 2024.08.18 06:23:57.368216 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16640 | 2024.08.18 06:23:57.368357 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 56.14 KiB/sec. | ||
16641 | 2024.08.18 06:23:57.368524 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Debug> DynamicQueryHandler: Done processing query | ||
16642 | 2024.08.18 06:23:57.368549 [ 3 ] {7ae549c4-3fae-430f-a07d-7879630e4297} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16643 | 2024.08.18 06:23:57.368564 [ 3 ] {} <Debug> HTTP-Session: 3a8c932b-a3e3-45cf-bd6c-0e76abf5d564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16644 | 2024.08.18 06:23:57.368719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16645 | 2024.08.18 06:23:57.368767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16646 | 2024.08.18 06:23:57.368786 [ 3 ] {} <Debug> HTTP-Session: 482ad209-37c9-4919-acc4-103c11c87e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16647 | 2024.08.18 06:23:57.368802 [ 3 ] {} <Debug> HTTP-Session: 482ad209-37c9-4919-acc4-103c11c87e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16648 | 2024.08.18 06:23:57.368816 [ 3 ] {} <Debug> HTTP-Session: 482ad209-37c9-4919-acc4-103c11c87e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16649 | 2024.08.18 06:23:57.368847 [ 3 ] {} <Trace> HTTP-Session: 482ad209-37c9-4919-acc4-103c11c87e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16650 | 2024.08.18 06:23:57.369017 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16651 | 2024.08.18 06:23:57.369061 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16652 | 2024.08.18 06:23:57.369189 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16653 | 2024.08.18 06:23:57.369697 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16654 | 2024.08.18 06:23:57.369734 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16655 | 2024.08.18 06:23:57.370059 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16656 | 2024.08.18 06:23:57.370355 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16657 | 2024.08.18 06:23:57.370491 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Debug> executeQuery: Read 272 rows, 24.33 KiB in 0.001564 sec., 173913.04347826086 rows/sec., 15.19 MiB/sec. | ||
16658 | 2024.08.18 06:23:57.370557 [ 113 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16659 | 2024.08.18 06:23:57.370642 [ 113 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16660 | 2024.08.18 06:23:57.370685 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16661 | 2024.08.18 06:23:57.370740 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Debug> DynamicQueryHandler: Done processing query | ||
16662 | 2024.08.18 06:23:57.370800 [ 3 ] {425c2294-1760-4c29-835a-35996e23564a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16663 | 2024.08.18 06:23:57.370857 [ 3 ] {} <Debug> HTTP-Session: 482ad209-37c9-4919-acc4-103c11c87e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16664 | 2024.08.18 06:23:57.370909 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
16665 | 2024.08.18 06:23:57.371064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16666 | 2024.08.18 06:23:57.371130 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16667 | 2024.08.18 06:23:57.371149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16668 | 2024.08.18 06:23:57.371193 [ 3 ] {} <Debug> HTTP-Session: 40c46611-8b61-445d-a8f7-116341a38466 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16669 | 2024.08.18 06:23:57.371195 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1478 rows starting from the beginning of the part | ||
16670 | 2024.08.18 06:23:57.371222 [ 3 ] {} <Debug> HTTP-Session: 40c46611-8b61-445d-a8f7-116341a38466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16671 | 2024.08.18 06:23:57.371258 [ 3 ] {} <Debug> HTTP-Session: 40c46611-8b61-445d-a8f7-116341a38466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16672 | 2024.08.18 06:23:57.371344 [ 3 ] {} <Trace> HTTP-Session: 40c46611-8b61-445d-a8f7-116341a38466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16673 | 2024.08.18 06:23:57.371389 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part | ||
16674 | 2024.08.18 06:23:57.371752 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 122 rows starting from the beginning of the part | ||
16675 | 2024.08.18 06:23:57.371801 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16676 | 2024.08.18 06:23:57.371982 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16677 | 2024.08.18 06:23:57.372013 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 267 rows starting from the beginning of the part | ||
16678 | 2024.08.18 06:23:57.372291 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 128 rows starting from the beginning of the part | ||
16679 | 2024.08.18 06:23:57.372684 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 272 rows starting from the beginning of the part | ||
16680 | 2024.08.18 06:23:57.373242 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16681 | 2024.08.18 06:23:57.374021 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16682 | 2024.08.18 06:23:57.374080 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16683 | 2024.08.18 06:23:57.374800 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
16684 | 2024.08.18 06:23:57.375544 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16685 | 2024.08.18 06:23:57.375829 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.004229 sec., 236.46252069047054 rows/sec., 14.78 KiB/sec. | ||
16686 | 2024.08.18 06:23:57.376300 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2293 rows, containing 4 columns (4 merged, 0 gathered) in 0.005525043 sec., 415019.39441919274 rows/sec., 34.92 MiB/sec. | ||
16687 | 2024.08.18 06:23:57.376307 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Debug> DynamicQueryHandler: Done processing query | ||
16688 | 2024.08.18 06:23:57.376358 [ 3 ] {3562d2c1-0ff4-457c-a6b3-d7765c70ed15} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16689 | 2024.08.18 06:23:57.376387 [ 3 ] {} <Debug> HTTP-Session: 40c46611-8b61-445d-a8f7-116341a38466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16690 | 2024.08.18 06:23:57.376531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16691 | 2024.08.18 06:23:57.376597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16692 | 2024.08.18 06:23:57.376623 [ 3 ] {} <Debug> HTTP-Session: e276ea38-24d6-4d2b-a19e-6abd469ca13c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16693 | 2024.08.18 06:23:57.376656 [ 3 ] {} <Debug> HTTP-Session: e276ea38-24d6-4d2b-a19e-6abd469ca13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16694 | 2024.08.18 06:23:57.376673 [ 3 ] {} <Debug> HTTP-Session: e276ea38-24d6-4d2b-a19e-6abd469ca13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16695 | 2024.08.18 06:23:57.376693 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16696 | 2024.08.18 06:23:57.376721 [ 3 ] {} <Trace> HTTP-Session: e276ea38-24d6-4d2b-a19e-6abd469ca13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16697 | 2024.08.18 06:23:57.376902 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16698 | 2024.08.18 06:23:57.376990 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16699 | 2024.08.18 06:23:57.377609 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16700 | 2024.08.18 06:23:57.377799 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16701 | 2024.08.18 06:23:57.378007 [ 198 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_96_19} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16702 | 2024.08.18 06:23:57.378199 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
16703 | 2024.08.18 06:23:57.378265 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16704 | 2024.08.18 06:23:57.378308 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16705 | 2024.08.18 06:23:57.378637 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16706 | 2024.08.18 06:23:57.378962 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16707 | 2024.08.18 06:23:57.379123 [ 113 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16708 | 2024.08.18 06:23:57.379131 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002253 sec., 6213.936972924989 rows/sec., 435.18 KiB/sec. | ||
16709 | 2024.08.18 06:23:57.379171 [ 113 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16710 | 2024.08.18 06:23:57.379237 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16711 | 2024.08.18 06:23:57.379534 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Debug> DynamicQueryHandler: Done processing query | ||
16712 | 2024.08.18 06:23:57.379580 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
16713 | 2024.08.18 06:23:57.379615 [ 3 ] {c21043f4-1a58-4e6b-afcf-6cab50a579be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16714 | 2024.08.18 06:23:57.379689 [ 3 ] {} <Debug> HTTP-Session: e276ea38-24d6-4d2b-a19e-6abd469ca13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16715 | 2024.08.18 06:23:57.379976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16716 | 2024.08.18 06:23:57.380139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16717 | 2024.08.18 06:23:57.380217 [ 3 ] {} <Debug> HTTP-Session: f0194622-ce55-4442-a3a8-134820576199 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16718 | 2024.08.18 06:23:57.380271 [ 3 ] {} <Debug> HTTP-Session: f0194622-ce55-4442-a3a8-134820576199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16719 | 2024.08.18 06:23:57.380278 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16720 | 2024.08.18 06:23:57.380297 [ 3 ] {} <Debug> HTTP-Session: f0194622-ce55-4442-a3a8-134820576199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16721 | 2024.08.18 06:23:57.380345 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
16722 | 2024.08.18 06:23:57.380373 [ 3 ] {} <Trace> HTTP-Session: f0194622-ce55-4442-a3a8-134820576199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16723 | 2024.08.18 06:23:57.380547 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
16724 | 2024.08.18 06:23:57.380750 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16725 | 2024.08.18 06:23:57.380826 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
16726 | 2024.08.18 06:23:57.380890 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16727 | 2024.08.18 06:23:57.381212 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
16728 | 2024.08.18 06:23:57.381471 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
16729 | 2024.08.18 06:23:57.381732 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
16730 | 2024.08.18 06:23:57.382290 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16731 | 2024.08.18 06:23:57.383082 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16732 | 2024.08.18 06:23:57.383146 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16733 | 2024.08.18 06:23:57.384022 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16734 | 2024.08.18 06:23:57.384736 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005402511 sec., 99953.52161245022 rows/sec., 6.41 MiB/sec. | ||
16735 | 2024.08.18 06:23:57.384821 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16736 | 2024.08.18 06:23:57.384913 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16737 | 2024.08.18 06:23:57.385046 [ 113 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16738 | 2024.08.18 06:23:57.385109 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004527 sec., 1325.3810470510273 rows/sec., 78.31 KiB/sec. | ||
16739 | 2024.08.18 06:23:57.385148 [ 113 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16740 | 2024.08.18 06:23:57.385256 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16741 | 2024.08.18 06:23:57.385741 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Debug> DynamicQueryHandler: Done processing query | ||
16742 | 2024.08.18 06:23:57.385750 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
16743 | 2024.08.18 06:23:57.385810 [ 3 ] {6887e567-15ad-4aa3-bd18-7a1ef9f775fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16744 | 2024.08.18 06:23:57.385922 [ 3 ] {} <Debug> HTTP-Session: f0194622-ce55-4442-a3a8-134820576199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16745 | 2024.08.18 06:23:57.386239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 68461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16746 | 2024.08.18 06:23:57.386327 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16747 | 2024.08.18 06:23:57.386364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16748 | 2024.08.18 06:23:57.386435 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
16749 | 2024.08.18 06:23:57.386446 [ 3 ] {} <Debug> HTTP-Session: 1f4da284-c9d2-4c0a-a6dd-d43ed33e9d12 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16750 | 2024.08.18 06:23:57.386556 [ 3 ] {} <Debug> HTTP-Session: 1f4da284-c9d2-4c0a-a6dd-d43ed33e9d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16751 | 2024.08.18 06:23:57.386568 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16752 | 2024.08.18 06:23:57.386629 [ 3 ] {} <Debug> HTTP-Session: 1f4da284-c9d2-4c0a-a6dd-d43ed33e9d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16753 | 2024.08.18 06:23:57.386880 [ 3 ] {} <Trace> HTTP-Session: 1f4da284-c9d2-4c0a-a6dd-d43ed33e9d12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16754 | 2024.08.18 06:23:57.386941 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16755 | 2024.08.18 06:23:57.387149 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_41_8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16756 | 2024.08.18 06:23:57.387373 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16757 | 2024.08.18 06:23:57.387530 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16758 | 2024.08.18 06:23:57.387644 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16759 | 2024.08.18 06:23:57.387795 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16760 | 2024.08.18 06:23:57.387856 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16761 | 2024.08.18 06:23:57.388199 [ 193 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16762 | 2024.08.18 06:23:57.388683 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16763 | 2024.08.18 06:23:57.389759 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16764 | 2024.08.18 06:23:57.389829 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16765 | 2024.08.18 06:23:57.390531 [ 199 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005121896 sec., 5857.206003401865 rows/sec., 348.92 KiB/sec. | ||
16766 | 2024.08.18 06:23:57.390680 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16767 | 2024.08.18 06:23:57.390731 [ 199 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16768 | 2024.08.18 06:23:57.391434 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16769 | 2024.08.18 06:23:57.391726 [ 113 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16770 | 2024.08.18 06:23:57.391738 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00446 sec., 94618.83408071748 rows/sec., 6.74 MiB/sec. | ||
16771 | 2024.08.18 06:23:57.391749 [ 199 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16772 | 2024.08.18 06:23:57.391784 [ 113 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16773 | 2024.08.18 06:23:57.391889 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16774 | 2024.08.18 06:23:57.392129 [ 199 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_41_10} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16775 | 2024.08.18 06:23:57.392261 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Debug> DynamicQueryHandler: Done processing query | ||
16776 | 2024.08.18 06:23:57.392271 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
16777 | 2024.08.18 06:23:57.392322 [ 3 ] {d33d9d3d-2f70-4a22-abd8-6119498ca927} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16778 | 2024.08.18 06:23:57.392331 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
16779 | 2024.08.18 06:23:57.392377 [ 3 ] {} <Debug> HTTP-Session: 1f4da284-c9d2-4c0a-a6dd-d43ed33e9d12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16780 | 2024.08.18 06:23:57.392500 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16781 | 2024.08.18 06:23:57.392534 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 922 rows starting from the beginning of the part | ||
16782 | 2024.08.18 06:23:57.392579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16783 | 2024.08.18 06:23:57.392702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16784 | 2024.08.18 06:23:57.392733 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 28 rows starting from the beginning of the part | ||
16785 | 2024.08.18 06:23:57.392769 [ 3 ] {} <Debug> HTTP-Session: 94b0eb31-e06a-4762-8142-605b0fba1d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16786 | 2024.08.18 06:23:57.392830 [ 3 ] {} <Debug> HTTP-Session: 94b0eb31-e06a-4762-8142-605b0fba1d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16787 | 2024.08.18 06:23:57.392865 [ 3 ] {} <Debug> HTTP-Session: 94b0eb31-e06a-4762-8142-605b0fba1d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16788 | 2024.08.18 06:23:57.392927 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 86 rows starting from the beginning of the part | ||
16789 | 2024.08.18 06:23:57.392938 [ 3 ] {} <Trace> HTTP-Session: 94b0eb31-e06a-4762-8142-605b0fba1d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16790 | 2024.08.18 06:23:57.393172 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 408 rows starting from the beginning of the part | ||
16791 | 2024.08.18 06:23:57.393219 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16792 | 2024.08.18 06:23:57.393354 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16793 | 2024.08.18 06:23:57.393382 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 104 rows starting from the beginning of the part | ||
16794 | 2024.08.18 06:23:57.393719 [ 188 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 422 rows starting from the beginning of the part | ||
16795 | 2024.08.18 06:23:57.394193 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16796 | 2024.08.18 06:23:57.394607 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16797 | 2024.08.18 06:23:57.394649 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16798 | 2024.08.18 06:23:57.395199 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16799 | 2024.08.18 06:23:57.395662 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16800 | 2024.08.18 06:23:57.395730 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 4 columns (4 merged, 0 gathered) in 0.003672479 sec., 536422.4002370061 rows/sec., 38.98 MiB/sec. | ||
16801 | 2024.08.18 06:23:57.395922 [ 113 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16802 | 2024.08.18 06:23:57.395942 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002828 sec., 2121.640735502122 rows/sec., 110.85 KiB/sec. | ||
16803 | 2024.08.18 06:23:57.395982 [ 113 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16804 | 2024.08.18 06:23:57.396076 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16805 | 2024.08.18 06:23:57.396080 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16806 | 2024.08.18 06:23:57.396465 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16807 | 2024.08.18 06:23:57.396599 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Debug> DynamicQueryHandler: Done processing query | ||
16808 | 2024.08.18 06:23:57.396707 [ 3 ] {f7a75479-80f4-4ae6-8b2c-7bd9690ef21b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16809 | 2024.08.18 06:23:57.396820 [ 3 ] {} <Debug> HTTP-Session: 94b0eb31-e06a-4762-8142-605b0fba1d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16810 | 2024.08.18 06:23:57.396968 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16811 | 2024.08.18 06:23:57.397012 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16812 | 2024.08.18 06:23:57.397216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16813 | 2024.08.18 06:23:57.397247 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16814 | 2024.08.18 06:23:57.397477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16815 | 2024.08.18 06:23:57.397648 [ 3 ] {} <Debug> HTTP-Session: 555c5410-55ce-41dd-a9af-bd7e1ee3e227 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16816 | 2024.08.18 06:23:57.397629 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16817 | 2024.08.18 06:23:57.397707 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16818 | 2024.08.18 06:23:57.397746 [ 3 ] {} <Debug> HTTP-Session: 555c5410-55ce-41dd-a9af-bd7e1ee3e227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16819 | 2024.08.18 06:23:57.397875 [ 3 ] {} <Debug> HTTP-Session: 555c5410-55ce-41dd-a9af-bd7e1ee3e227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16820 | 2024.08.18 06:23:57.398078 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16821 | 2024.08.18 06:23:57.398134 [ 3 ] {} <Trace> HTTP-Session: 555c5410-55ce-41dd-a9af-bd7e1ee3e227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16822 | 2024.08.18 06:23:57.398185 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_96_19} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16823 | 2024.08.18 06:23:57.398522 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16824 | 2024.08.18 06:23:57.398595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
16825 | 2024.08.18 06:23:57.398847 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
16826 | 2024.08.18 06:23:57.398856 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16827 | 2024.08.18 06:23:57.399099 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16828 | 2024.08.18 06:23:57.399686 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16829 | 2024.08.18 06:23:57.400671 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16830 | 2024.08.18 06:23:57.400755 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16831 | 2024.08.18 06:23:57.401421 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005154736 sec., 47723.103569222556 rows/sec., 2.43 MiB/sec. | ||
16832 | 2024.08.18 06:23:57.401607 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16833 | 2024.08.18 06:23:57.401760 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16834 | 2024.08.18 06:23:57.402359 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_41_8} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16835 | 2024.08.18 06:23:57.402528 [ 191 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_41_8} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16836 | 2024.08.18 06:23:57.402574 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16837 | 2024.08.18 06:23:57.402678 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16838 | 2024.08.18 06:23:57.402843 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.00435 sec., 54712.64367816092 rows/sec., 3.67 MiB/sec. | ||
16839 | 2024.08.18 06:23:57.403053 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Debug> DynamicQueryHandler: Done processing query | ||
16840 | 2024.08.18 06:23:57.403078 [ 3 ] {ba779d12-f44b-4ac9-8b8a-442297546cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16841 | 2024.08.18 06:23:57.403094 [ 3 ] {} <Debug> HTTP-Session: 555c5410-55ce-41dd-a9af-bd7e1ee3e227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16842 | 2024.08.18 06:23:57.403296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16843 | 2024.08.18 06:23:57.403343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16844 | 2024.08.18 06:23:57.403362 [ 3 ] {} <Debug> HTTP-Session: c6e37a48-13c0-44f7-b8ad-2d89c1c9cdf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16845 | 2024.08.18 06:23:57.403380 [ 3 ] {} <Debug> HTTP-Session: c6e37a48-13c0-44f7-b8ad-2d89c1c9cdf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16846 | 2024.08.18 06:23:57.403393 [ 3 ] {} <Debug> HTTP-Session: c6e37a48-13c0-44f7-b8ad-2d89c1c9cdf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16847 | 2024.08.18 06:23:57.403423 [ 3 ] {} <Trace> HTTP-Session: c6e37a48-13c0-44f7-b8ad-2d89c1c9cdf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16848 | 2024.08.18 06:23:57.403514 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16849 | 2024.08.18 06:23:57.403557 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16850 | 2024.08.18 06:23:57.403690 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16851 | 2024.08.18 06:23:57.403955 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16852 | 2024.08.18 06:23:57.403990 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16853 | 2024.08.18 06:23:57.404334 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16854 | 2024.08.18 06:23:57.404651 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16855 | 2024.08.18 06:23:57.404815 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. | ||
16856 | 2024.08.18 06:23:57.405093 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Debug> DynamicQueryHandler: Done processing query | ||
16857 | 2024.08.18 06:23:57.405147 [ 3 ] {88841216-7651-4df5-99eb-268c5f4c6c3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16858 | 2024.08.18 06:23:57.405192 [ 3 ] {} <Debug> HTTP-Session: c6e37a48-13c0-44f7-b8ad-2d89c1c9cdf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16859 | 2024.08.18 06:23:57.405350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16860 | 2024.08.18 06:23:57.405399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16861 | 2024.08.18 06:23:57.405419 [ 3 ] {} <Debug> HTTP-Session: a51ca742-0184-4e8b-a913-153af2202392 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16862 | 2024.08.18 06:23:57.405435 [ 3 ] {} <Debug> HTTP-Session: a51ca742-0184-4e8b-a913-153af2202392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16863 | 2024.08.18 06:23:57.405448 [ 3 ] {} <Debug> HTTP-Session: a51ca742-0184-4e8b-a913-153af2202392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16864 | 2024.08.18 06:23:57.405479 [ 3 ] {} <Trace> HTTP-Session: a51ca742-0184-4e8b-a913-153af2202392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16865 | 2024.08.18 06:23:57.405793 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16866 | 2024.08.18 06:23:57.405861 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <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 | ||
16867 | 2024.08.18 06:23:57.406311 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16868 | 2024.08.18 06:23:57.406969 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16869 | 2024.08.18 06:23:57.407005 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16870 | 2024.08.18 06:23:57.407639 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16871 | 2024.08.18 06:23:57.408037 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16872 | 2024.08.18 06:23:57.408231 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002658 sec., 10158.013544018058 rows/sec., 18.20 MiB/sec. | ||
16873 | 2024.08.18 06:23:57.408550 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Debug> DynamicQueryHandler: Done processing query | ||
16874 | 2024.08.18 06:23:57.408582 [ 3 ] {5b27aa47-8be5-43d3-a81d-c8ff28301ee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16875 | 2024.08.18 06:23:57.408603 [ 3 ] {} <Debug> HTTP-Session: a51ca742-0184-4e8b-a913-153af2202392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16876 | 2024.08.18 06:23:57.408719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16877 | 2024.08.18 06:23:57.408768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16878 | 2024.08.18 06:23:57.408787 [ 3 ] {} <Debug> HTTP-Session: a30474de-e5cc-49c7-b1eb-6c31655780f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16879 | 2024.08.18 06:23:57.408803 [ 3 ] {} <Debug> HTTP-Session: a30474de-e5cc-49c7-b1eb-6c31655780f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16880 | 2024.08.18 06:23:57.408816 [ 3 ] {} <Debug> HTTP-Session: a30474de-e5cc-49c7-b1eb-6c31655780f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16881 | 2024.08.18 06:23:57.408847 [ 3 ] {} <Trace> HTTP-Session: a30474de-e5cc-49c7-b1eb-6c31655780f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16882 | 2024.08.18 06:23:57.408940 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16883 | 2024.08.18 06:23:57.408984 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16884 | 2024.08.18 06:23:57.409119 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16885 | 2024.08.18 06:23:57.409427 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16886 | 2024.08.18 06:23:57.409464 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16887 | 2024.08.18 06:23:57.409806 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
16888 | 2024.08.18 06:23:57.410125 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16889 | 2024.08.18 06:23:57.410291 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 288.90 KiB/sec. | ||
16890 | 2024.08.18 06:23:57.410553 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Debug> DynamicQueryHandler: Done processing query | ||
16891 | 2024.08.18 06:23:57.410578 [ 3 ] {e75ae2d2-54b9-483e-840d-6a3a5272a3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16892 | 2024.08.18 06:23:57.410595 [ 3 ] {} <Debug> HTTP-Session: a30474de-e5cc-49c7-b1eb-6c31655780f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16893 | 2024.08.18 06:23:57.410720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16894 | 2024.08.18 06:23:57.410768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16895 | 2024.08.18 06:23:57.410787 [ 3 ] {} <Debug> HTTP-Session: 3089c569-ab97-4809-9a09-65842d22b986 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16896 | 2024.08.18 06:23:57.410803 [ 3 ] {} <Debug> HTTP-Session: 3089c569-ab97-4809-9a09-65842d22b986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16897 | 2024.08.18 06:23:57.410816 [ 3 ] {} <Debug> HTTP-Session: 3089c569-ab97-4809-9a09-65842d22b986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16898 | 2024.08.18 06:23:57.410847 [ 3 ] {} <Trace> HTTP-Session: 3089c569-ab97-4809-9a09-65842d22b986 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16899 | 2024.08.18 06:23:57.410974 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16900 | 2024.08.18 06:23:57.411018 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16901 | 2024.08.18 06:23:57.411167 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16902 | 2024.08.18 06:23:57.411493 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16903 | 2024.08.18 06:23:57.411530 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16904 | 2024.08.18 06:23:57.411884 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16905 | 2024.08.18 06:23:57.412205 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16906 | 2024.08.18 06:23:57.412362 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
16907 | 2024.08.18 06:23:57.412363 [ 113 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16908 | 2024.08.18 06:23:57.412455 [ 113 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16909 | 2024.08.18 06:23:57.412498 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16910 | 2024.08.18 06:23:57.412656 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Debug> DynamicQueryHandler: Done processing query | ||
16911 | 2024.08.18 06:23:57.412667 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16912 | 2024.08.18 06:23:57.412694 [ 3 ] {c5b68846-b68f-4a8d-92a4-bcc0baef7947} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16913 | 2024.08.18 06:23:57.412747 [ 3 ] {} <Debug> HTTP-Session: 3089c569-ab97-4809-9a09-65842d22b986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16914 | 2024.08.18 06:23:57.412878 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16915 | 2024.08.18 06:23:57.412919 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5550 rows starting from the beginning of the part | ||
16916 | 2024.08.18 06:23:57.413032 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16917 | 2024.08.18 06:23:57.413251 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16918 | 2024.08.18 06:23:57.413388 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
16919 | 2024.08.18 06:23:57.413562 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
16920 | 2024.08.18 06:23:57.413657 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
16921 | 2024.08.18 06:23:57.415740 [ 210 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5840 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154679 sec., 1851218.459944736 rows/sec., 120.62 MiB/sec. | ||
16922 | 2024.08.18 06:23:57.416098 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16923 | 2024.08.18 06:23:57.416492 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16924 | 2024.08.18 06:23:57.416573 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_96_19} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16925 | 2024.08.18 06:23:57.416652 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
16926 | 2024.08.18 06:23:58.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.12 MiB, peak 224.98 MiB, free memory in arenas 0.00 B, will set to 212.11 MiB (RSS), difference: -1.01 MiB | ||
16927 | 2024.08.18 06:24:02.361557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16928 | 2024.08.18 06:24:02.361688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16929 | 2024.08.18 06:24:02.361716 [ 3 ] {} <Debug> HTTP-Session: 28c977bf-56d3-4142-bef8-4eebf12806aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16930 | 2024.08.18 06:24:02.361744 [ 3 ] {} <Debug> HTTP-Session: 28c977bf-56d3-4142-bef8-4eebf12806aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.08.18 06:24:02.361762 [ 3 ] {} <Debug> HTTP-Session: 28c977bf-56d3-4142-bef8-4eebf12806aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16932 | 2024.08.18 06:24:02.361816 [ 3 ] {} <Trace> HTTP-Session: 28c977bf-56d3-4142-bef8-4eebf12806aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16933 | 2024.08.18 06:24:02.362020 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16934 | 2024.08.18 06:24:02.362093 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16935 | 2024.08.18 06:24:02.362310 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16936 | 2024.08.18 06:24:02.362835 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16937 | 2024.08.18 06:24:02.362876 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16938 | 2024.08.18 06:24:02.363227 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16939 | 2024.08.18 06:24:02.363550 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16940 | 2024.08.18 06:24:02.363730 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001766 sec., 16421.291053227633 rows/sec., 1.30 MiB/sec. | ||
16941 | 2024.08.18 06:24:02.363777 [ 85 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16942 | 2024.08.18 06:24:02.363920 [ 85 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16943 | 2024.08.18 06:24:02.363979 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16944 | 2024.08.18 06:24:02.364025 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Debug> DynamicQueryHandler: Done processing query | ||
16945 | 2024.08.18 06:24:02.364091 [ 3 ] {b4ba5962-81dc-4d9a-97e2-07684db5e14d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16946 | 2024.08.18 06:24:02.364145 [ 3 ] {} <Debug> HTTP-Session: 28c977bf-56d3-4142-bef8-4eebf12806aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16947 | 2024.08.18 06:24:02.364262 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
16948 | 2024.08.18 06:24:02.364385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16949 | 2024.08.18 06:24:02.364498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16950 | 2024.08.18 06:24:02.364552 [ 3 ] {} <Debug> HTTP-Session: 0278e0a3-c0f8-49b0-ada9-00e2c583db1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16951 | 2024.08.18 06:24:02.364575 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16952 | 2024.08.18 06:24:02.364586 [ 3 ] {} <Debug> HTTP-Session: 0278e0a3-c0f8-49b0-ada9-00e2c583db1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.08.18 06:24:02.364631 [ 3 ] {} <Debug> HTTP-Session: 0278e0a3-c0f8-49b0-ada9-00e2c583db1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16954 | 2024.08.18 06:24:02.364635 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 47 rows starting from the beginning of the part | ||
16955 | 2024.08.18 06:24:02.364694 [ 3 ] {} <Trace> HTTP-Session: 0278e0a3-c0f8-49b0-ada9-00e2c583db1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16956 | 2024.08.18 06:24:02.364822 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
16957 | 2024.08.18 06:24:02.365044 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16958 | 2024.08.18 06:24:02.365104 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part | ||
16959 | 2024.08.18 06:24:02.365166 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16960 | 2024.08.18 06:24:02.365489 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 22 rows starting from the beginning of the part | ||
16961 | 2024.08.18 06:24:02.365858 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 27 rows starting from the beginning of the part | ||
16962 | 2024.08.18 06:24:02.366172 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
16963 | 2024.08.18 06:24:02.366591 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16964 | 2024.08.18 06:24:02.367331 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16965 | 2024.08.18 06:24:02.367395 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16966 | 2024.08.18 06:24:02.368208 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
16967 | 2024.08.18 06:24:02.368870 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 4 columns (4 merged, 0 gathered) in 0.004762699 sec., 36323.941529792246 rows/sec., 2.88 MiB/sec. | ||
16968 | 2024.08.18 06:24:02.369051 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16969 | 2024.08.18 06:24:02.369104 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16970 | 2024.08.18 06:24:02.369347 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.004434 sec., 451.0599909788002 rows/sec., 33.48 KiB/sec. | ||
16971 | 2024.08.18 06:24:02.369812 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Debug> DynamicQueryHandler: Done processing query | ||
16972 | 2024.08.18 06:24:02.369859 [ 3 ] {a1333d06-a695-4573-b219-0c562c06e270} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16973 | 2024.08.18 06:24:02.369898 [ 3 ] {} <Debug> HTTP-Session: 0278e0a3-c0f8-49b0-ada9-00e2c583db1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16974 | 2024.08.18 06:24:02.370029 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16975 | 2024.08.18 06:24:02.370115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 21449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16976 | 2024.08.18 06:24:02.370189 [ 189 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_76_15} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16977 | 2024.08.18 06:24:02.370205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16978 | 2024.08.18 06:24:02.370239 [ 3 ] {} <Debug> HTTP-Session: 917620ab-ef01-42d8-abbe-0bab47ddd072 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16979 | 2024.08.18 06:24:02.370285 [ 3 ] {} <Debug> HTTP-Session: 917620ab-ef01-42d8-abbe-0bab47ddd072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16980 | 2024.08.18 06:24:02.370341 [ 3 ] {} <Debug> HTTP-Session: 917620ab-ef01-42d8-abbe-0bab47ddd072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16981 | 2024.08.18 06:24:02.370368 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
16982 | 2024.08.18 06:24:02.370396 [ 3 ] {} <Trace> HTTP-Session: 917620ab-ef01-42d8-abbe-0bab47ddd072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16983 | 2024.08.18 06:24:02.370561 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16984 | 2024.08.18 06:24:02.370603 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16985 | 2024.08.18 06:24:02.370755 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16986 | 2024.08.18 06:24:02.371154 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16987 | 2024.08.18 06:24:02.371190 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
16988 | 2024.08.18 06:24:02.371513 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
16989 | 2024.08.18 06:24:02.371824 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16990 | 2024.08.18 06:24:02.371968 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Debug> executeQuery: Read 147 rows, 12.52 KiB in 0.001473 sec., 99796.33401221996 rows/sec., 8.30 MiB/sec. | ||
16991 | 2024.08.18 06:24:02.372187 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Debug> DynamicQueryHandler: Done processing query | ||
16992 | 2024.08.18 06:24:02.372239 [ 3 ] {2b751045-24d4-4c4a-a3e9-9da180552cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16993 | 2024.08.18 06:24:02.372311 [ 3 ] {} <Debug> HTTP-Session: 917620ab-ef01-42d8-abbe-0bab47ddd072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16994 | 2024.08.18 06:24:02.372518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16995 | 2024.08.18 06:24:02.372569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16996 | 2024.08.18 06:24:02.372587 [ 3 ] {} <Debug> HTTP-Session: 649f7e31-5438-4473-9142-0a57cd48f876 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
16997 | 2024.08.18 06:24:02.372605 [ 3 ] {} <Debug> HTTP-Session: 649f7e31-5438-4473-9142-0a57cd48f876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16998 | 2024.08.18 06:24:02.372618 [ 3 ] {} <Debug> HTTP-Session: 649f7e31-5438-4473-9142-0a57cd48f876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16999 | 2024.08.18 06:24:02.372649 [ 3 ] {} <Trace> HTTP-Session: 649f7e31-5438-4473-9142-0a57cd48f876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17000 | 2024.08.18 06:24:02.372746 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17001 | 2024.08.18 06:24:02.372787 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17002 | 2024.08.18 06:24:02.372933 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17003 | 2024.08.18 06:24:02.373206 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17004 | 2024.08.18 06:24:02.373241 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17005 | 2024.08.18 06:24:02.373533 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
17006 | 2024.08.18 06:24:02.373829 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17007 | 2024.08.18 06:24:02.373984 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 99.68 KiB/sec. | ||
17008 | 2024.08.18 06:24:02.374197 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Debug> DynamicQueryHandler: Done processing query | ||
17009 | 2024.08.18 06:24:02.374222 [ 3 ] {1ffcb8ff-f36d-4724-983c-793da0fe81a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17010 | 2024.08.18 06:24:02.374238 [ 3 ] {} <Debug> HTTP-Session: 649f7e31-5438-4473-9142-0a57cd48f876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17011 | 2024.08.18 06:24:02.374349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 18564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17012 | 2024.08.18 06:24:02.374397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17013 | 2024.08.18 06:24:02.374415 [ 3 ] {} <Debug> HTTP-Session: 008d2a71-2a65-4303-9c51-e0895a51443e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17014 | 2024.08.18 06:24:02.374431 [ 3 ] {} <Debug> HTTP-Session: 008d2a71-2a65-4303-9c51-e0895a51443e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17015 | 2024.08.18 06:24:02.374444 [ 3 ] {} <Debug> HTTP-Session: 008d2a71-2a65-4303-9c51-e0895a51443e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17016 | 2024.08.18 06:24:02.374474 [ 3 ] {} <Trace> HTTP-Session: 008d2a71-2a65-4303-9c51-e0895a51443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17017 | 2024.08.18 06:24:02.374607 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17018 | 2024.08.18 06:24:02.374649 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17019 | 2024.08.18 06:24:02.374770 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17020 | 2024.08.18 06:24:02.375172 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17021 | 2024.08.18 06:24:02.375208 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17022 | 2024.08.18 06:24:02.375510 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17023 | 2024.08.18 06:24:02.375802 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17024 | 2024.08.18 06:24:02.375951 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Debug> executeQuery: Read 110 rows, 8.69 KiB in 0.001396 sec., 78796.56160458452 rows/sec., 6.08 MiB/sec. | ||
17025 | 2024.08.18 06:24:02.376133 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Debug> DynamicQueryHandler: Done processing query | ||
17026 | 2024.08.18 06:24:02.376169 [ 3 ] {373720a2-f311-4b92-8bc2-9929df1f0203} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17027 | 2024.08.18 06:24:02.376202 [ 3 ] {} <Debug> HTTP-Session: 008d2a71-2a65-4303-9c51-e0895a51443e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17028 | 2024.08.18 06:24:02.376422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17029 | 2024.08.18 06:24:02.376470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17030 | 2024.08.18 06:24:02.376490 [ 3 ] {} <Debug> HTTP-Session: 91bbf0cd-2bb8-4243-bb8c-639d13032db8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17031 | 2024.08.18 06:24:02.376505 [ 3 ] {} <Debug> HTTP-Session: 91bbf0cd-2bb8-4243-bb8c-639d13032db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17032 | 2024.08.18 06:24:02.376519 [ 3 ] {} <Debug> HTTP-Session: 91bbf0cd-2bb8-4243-bb8c-639d13032db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17033 | 2024.08.18 06:24:02.376548 [ 3 ] {} <Trace> HTTP-Session: 91bbf0cd-2bb8-4243-bb8c-639d13032db8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17034 | 2024.08.18 06:24:02.376688 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17035 | 2024.08.18 06:24:02.376732 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17036 | 2024.08.18 06:24:02.376876 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17037 | 2024.08.18 06:24:02.377278 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17038 | 2024.08.18 06:24:02.377314 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17039 | 2024.08.18 06:24:02.377687 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17040 | 2024.08.18 06:24:02.378020 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17041 | 2024.08.18 06:24:02.378156 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001527 sec., 106090.37328094304 rows/sec., 7.38 MiB/sec. | ||
17042 | 2024.08.18 06:24:02.378356 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Debug> DynamicQueryHandler: Done processing query | ||
17043 | 2024.08.18 06:24:02.378382 [ 3 ] {f05e4b19-4ccf-4b26-a590-d7dca120b101} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17044 | 2024.08.18 06:24:02.378398 [ 3 ] {} <Debug> HTTP-Session: 91bbf0cd-2bb8-4243-bb8c-639d13032db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17045 | 2024.08.18 06:24:02.378537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17046 | 2024.08.18 06:24:02.378586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17047 | 2024.08.18 06:24:02.378605 [ 3 ] {} <Debug> HTTP-Session: 61531e4a-f014-4fea-80e5-32d85fcdb56c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17048 | 2024.08.18 06:24:02.378621 [ 3 ] {} <Debug> HTTP-Session: 61531e4a-f014-4fea-80e5-32d85fcdb56c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17049 | 2024.08.18 06:24:02.378634 [ 3 ] {} <Debug> HTTP-Session: 61531e4a-f014-4fea-80e5-32d85fcdb56c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17050 | 2024.08.18 06:24:02.378665 [ 3 ] {} <Trace> HTTP-Session: 61531e4a-f014-4fea-80e5-32d85fcdb56c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17051 | 2024.08.18 06:24:02.378970 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17052 | 2024.08.18 06:24:02.379033 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <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 | ||
17053 | 2024.08.18 06:24:02.379450 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17054 | 2024.08.18 06:24:02.380155 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17055 | 2024.08.18 06:24:02.380190 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17056 | 2024.08.18 06:24:02.380788 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
17057 | 2024.08.18 06:24:02.381182 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17058 | 2024.08.18 06:24:02.381365 [ 39 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
17059 | 2024.08.18 06:24:02.381373 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002617 sec., 11081.39090561712 rows/sec., 19.86 MiB/sec. | ||
17060 | 2024.08.18 06:24:02.381434 [ 39 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17061 | 2024.08.18 06:24:02.381524 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17062 | 2024.08.18 06:24:02.381951 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
17063 | 2024.08.18 06:24:02.381972 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Debug> DynamicQueryHandler: Done processing query | ||
17064 | 2024.08.18 06:24:02.382060 [ 3 ] {de162fa0-2fb5-4237-9f25-20dafe5220ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17065 | 2024.08.18 06:24:02.382104 [ 3 ] {} <Debug> HTTP-Session: 61531e4a-f014-4fea-80e5-32d85fcdb56c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17066 | 2024.08.18 06:24:02.382328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17067 | 2024.08.18 06:24:02.382457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17068 | 2024.08.18 06:24:02.382523 [ 3 ] {} <Debug> HTTP-Session: e07550cf-6ce7-4bf6-9db0-f553fc7c6a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17069 | 2024.08.18 06:24:02.382599 [ 3 ] {} <Debug> HTTP-Session: e07550cf-6ce7-4bf6-9db0-f553fc7c6a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17070 | 2024.08.18 06:24:02.382649 [ 3 ] {} <Debug> HTTP-Session: e07550cf-6ce7-4bf6-9db0-f553fc7c6a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17071 | 2024.08.18 06:24:02.382749 [ 3 ] {} <Trace> HTTP-Session: e07550cf-6ce7-4bf6-9db0-f553fc7c6a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17072 | 2024.08.18 06:24:02.383022 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17073 | 2024.08.18 06:24:02.383034 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17074 | 2024.08.18 06:24:02.383130 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17075 | 2024.08.18 06:24:02.383210 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1218 rows starting from the beginning of the part | ||
17076 | 2024.08.18 06:24:02.384051 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17077 | 2024.08.18 06:24:02.384076 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
17078 | 2024.08.18 06:24:02.384755 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part | ||
17079 | 2024.08.18 06:24:02.385046 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17080 | 2024.08.18 06:24:02.385146 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17081 | 2024.08.18 06:24:02.385520 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 22 rows starting from the beginning of the part | ||
17082 | 2024.08.18 06:24:02.386148 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 27 rows starting from the beginning of the part | ||
17083 | 2024.08.18 06:24:02.386596 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
17084 | 2024.08.18 06:24:02.386707 [ 210 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
17085 | 2024.08.18 06:24:02.387769 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17086 | 2024.08.18 06:24:02.388052 [ 39 ] {} <Debug> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
17087 | 2024.08.18 06:24:02.388114 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.005182 sec., 578.927055191046 rows/sec., 46.36 KiB/sec. | ||
17088 | 2024.08.18 06:24:02.388140 [ 39 ] {} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17089 | 2024.08.18 06:24:02.388236 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17090 | 2024.08.18 06:24:02.388633 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::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 | ||
17091 | 2024.08.18 06:24:02.388702 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Debug> DynamicQueryHandler: Done processing query | ||
17092 | 2024.08.18 06:24:02.388795 [ 3 ] {cf6fe9ce-19b4-4fda-aafb-927d0b46ffd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17093 | 2024.08.18 06:24:02.388884 [ 3 ] {} <Debug> HTTP-Session: e07550cf-6ce7-4bf6-9db0-f553fc7c6a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17094 | 2024.08.18 06:24:02.389191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17095 | 2024.08.18 06:24:02.389215 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17096 | 2024.08.18 06:24:02.389314 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::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 | ||
17097 | 2024.08.18 06:24:02.389353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17098 | 2024.08.18 06:24:02.389462 [ 3 ] {} <Debug> HTTP-Session: cfac9d27-af5e-4dbf-bcd5-932263f1bac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17099 | 2024.08.18 06:24:02.389559 [ 3 ] {} <Debug> HTTP-Session: cfac9d27-af5e-4dbf-bcd5-932263f1bac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17100 | 2024.08.18 06:24:02.389655 [ 3 ] {} <Debug> HTTP-Session: cfac9d27-af5e-4dbf-bcd5-932263f1bac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17101 | 2024.08.18 06:24:02.389688 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
17102 | 2024.08.18 06:24:02.389772 [ 3 ] {} <Trace> HTTP-Session: cfac9d27-af5e-4dbf-bcd5-932263f1bac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17103 | 2024.08.18 06:24:02.390131 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
17104 | 2024.08.18 06:24:02.390173 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17105 | 2024.08.18 06:24:02.390423 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::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 | ||
17106 | 2024.08.18 06:24:02.390410 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17107 | 2024.08.18 06:24:02.390873 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::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 | ||
17108 | 2024.08.18 06:24:02.391337 [ 190 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
17109 | 2024.08.18 06:24:02.392396 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17110 | 2024.08.18 06:24:02.394161 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17111 | 2024.08.18 06:24:02.394239 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17112 | 2024.08.18 06:24:02.396334 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17113 | 2024.08.18 06:24:02.397685 [ 200 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.009288214 sec., 5490.829560989874 rows/sec., 400.06 KiB/sec. | ||
17114 | 2024.08.18 06:24:02.398019 [ 200 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
17115 | 2024.08.18 06:24:02.398384 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17116 | 2024.08.18 06:24:02.398882 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008798 sec., 6819.731757217549 rows/sec., 470.63 KiB/sec. | ||
17117 | 2024.08.18 06:24:02.399676 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Debug> DynamicQueryHandler: Done processing query | ||
17118 | 2024.08.18 06:24:02.399752 [ 3 ] {0dd3664a-13b3-4b60-aabc-6c0bce4285f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17119 | 2024.08.18 06:24:02.399820 [ 3 ] {} <Debug> HTTP-Session: cfac9d27-af5e-4dbf-bcd5-932263f1bac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17120 | 2024.08.18 06:24:02.400040 [ 200 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17121 | 2024.08.18 06:24:02.400195 [ 200 ] {a11c43f1-19ef-45bf-b074-9098562d8b9d::all_1_6_1} <Trace> oximeter.measurements_i64 (a11c43f1-19ef-45bf-b074-9098562d8b9d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
17122 | 2024.08.18 06:24:02.400335 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17123 | 2024.08.18 06:24:02.402333 [ 203 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1344 rows, containing 19 columns (19 merged, 0 gathered) in 0.020648536 sec., 65089.36033043699 rows/sec., 116.64 MiB/sec. | ||
17124 | 2024.08.18 06:24:02.403679 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
17125 | 2024.08.18 06:24:02.404248 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17126 | 2024.08.18 06:24:02.404325 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
17127 | 2024.08.18 06:24:02.404467 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. | ||
17128 | 2024.08.18 06:24:06.596165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17129 | 2024.08.18 06:24:06.596288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17130 | 2024.08.18 06:24:06.596313 [ 3 ] {} <Debug> HTTP-Session: 02e44da4-9c12-4f45-a3fb-c55c49286cec Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17131 | 2024.08.18 06:24:06.596337 [ 3 ] {} <Debug> HTTP-Session: 02e44da4-9c12-4f45-a3fb-c55c49286cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17132 | 2024.08.18 06:24:06.596351 [ 3 ] {} <Debug> HTTP-Session: 02e44da4-9c12-4f45-a3fb-c55c49286cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17133 | 2024.08.18 06:24:06.596400 [ 3 ] {} <Trace> HTTP-Session: 02e44da4-9c12-4f45-a3fb-c55c49286cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17134 | 2024.08.18 06:24:06.596574 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17135 | 2024.08.18 06:24:06.596638 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17136 | 2024.08.18 06:24:06.596828 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17137 | 2024.08.18 06:24:06.597266 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17138 | 2024.08.18 06:24:06.597304 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17139 | 2024.08.18 06:24:06.597663 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
17140 | 2024.08.18 06:24:06.597996 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17141 | 2024.08.18 06:24:06.598134 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00162 sec., 16666.666666666668 rows/sec., 1.32 MiB/sec. | ||
17142 | 2024.08.18 06:24:06.598333 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Debug> DynamicQueryHandler: Done processing query | ||
17143 | 2024.08.18 06:24:06.598359 [ 3 ] {dab12f52-f8c1-4a5f-a3ef-d0a26e7c467c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17144 | 2024.08.18 06:24:06.598376 [ 3 ] {} <Debug> HTTP-Session: 02e44da4-9c12-4f45-a3fb-c55c49286cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17145 | 2024.08.18 06:24:06.598502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17146 | 2024.08.18 06:24:06.598550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17147 | 2024.08.18 06:24:06.598569 [ 3 ] {} <Debug> HTTP-Session: 838885ec-de3b-438c-8bae-843eb173939b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17148 | 2024.08.18 06:24:06.598586 [ 3 ] {} <Debug> HTTP-Session: 838885ec-de3b-438c-8bae-843eb173939b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17149 | 2024.08.18 06:24:06.598599 [ 3 ] {} <Debug> HTTP-Session: 838885ec-de3b-438c-8bae-843eb173939b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17150 | 2024.08.18 06:24:06.598630 [ 3 ] {} <Trace> HTTP-Session: 838885ec-de3b-438c-8bae-843eb173939b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17151 | 2024.08.18 06:24:06.598724 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17152 | 2024.08.18 06:24:06.598765 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17153 | 2024.08.18 06:24:06.598893 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17154 | 2024.08.18 06:24:06.599218 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17155 | 2024.08.18 06:24:06.599254 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17156 | 2024.08.18 06:24:06.599556 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
17157 | 2024.08.18 06:24:06.599861 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17158 | 2024.08.18 06:24:06.599983 [ 48 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
17159 | 2024.08.18 06:24:06.599989 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Debug> executeQuery: Read 9 rows, 744.00 B in 0.00129 sec., 6976.744186046512 rows/sec., 563.23 KiB/sec. | ||
17160 | 2024.08.18 06:24:06.600033 [ 48 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17161 | 2024.08.18 06:24:06.600074 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17162 | 2024.08.18 06:24:06.600190 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Debug> DynamicQueryHandler: Done processing query | ||
17163 | 2024.08.18 06:24:06.600194 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
17164 | 2024.08.18 06:24:06.600218 [ 3 ] {97ca067c-dfa3-4f42-a986-ed34d5b0ac73} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17165 | 2024.08.18 06:24:06.600241 [ 3 ] {} <Debug> HTTP-Session: 838885ec-de3b-438c-8bae-843eb173939b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17166 | 2024.08.18 06:24:06.600325 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17167 | 2024.08.18 06:24:06.600355 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
17168 | 2024.08.18 06:24:06.600417 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
17169 | 2024.08.18 06:24:06.600559 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
17170 | 2024.08.18 06:24:06.600677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 206408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17171 | 2024.08.18 06:24:06.600995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17172 | 2024.08.18 06:24:06.601060 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
17173 | 2024.08.18 06:24:06.601108 [ 3 ] {} <Debug> HTTP-Session: 13469bfa-11a4-4d8c-aa0d-97010a85acc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17174 | 2024.08.18 06:24:06.601183 [ 3 ] {} <Debug> HTTP-Session: 13469bfa-11a4-4d8c-aa0d-97010a85acc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17175 | 2024.08.18 06:24:06.601260 [ 3 ] {} <Debug> HTTP-Session: 13469bfa-11a4-4d8c-aa0d-97010a85acc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17176 | 2024.08.18 06:24:06.601286 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
17177 | 2024.08.18 06:24:06.601402 [ 3 ] {} <Trace> HTTP-Session: 13469bfa-11a4-4d8c-aa0d-97010a85acc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17178 | 2024.08.18 06:24:06.601675 [ 192 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part | ||
17179 | 2024.08.18 06:24:06.602153 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17180 | 2024.08.18 06:24:06.602210 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17181 | 2024.08.18 06:24:06.602488 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17182 | 2024.08.18 06:24:06.603091 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002947276 sec., 12214.668731398078 rows/sec., 981.11 KiB/sec. | ||
17183 | 2024.08.18 06:24:06.603286 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
17184 | 2024.08.18 06:24:06.603828 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17185 | 2024.08.18 06:24:06.603950 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_27_6} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
17186 | 2024.08.18 06:24:06.604079 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
17187 | 2024.08.18 06:24:06.604311 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17188 | 2024.08.18 06:24:06.604352 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17189 | 2024.08.18 06:24:06.604765 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17190 | 2024.08.18 06:24:06.605083 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17191 | 2024.08.18 06:24:06.605212 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Debug> executeQuery: Read 1416 rows, 120.74 KiB in 0.003453 sec., 410078.1928757602 rows/sec., 34.15 MiB/sec. | ||
17192 | 2024.08.18 06:24:06.605415 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Debug> DynamicQueryHandler: Done processing query | ||
17193 | 2024.08.18 06:24:06.605450 [ 3 ] {fabff94c-9f1a-49da-9537-77151d6460d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
17194 | 2024.08.18 06:24:06.605484 [ 3 ] {} <Debug> HTTP-Session: 13469bfa-11a4-4d8c-aa0d-97010a85acc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17195 | 2024.08.18 06:24:06.605727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17196 | 2024.08.18 06:24:06.605776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17197 | 2024.08.18 06:24:06.605794 [ 3 ] {} <Debug> HTTP-Session: a43bef53-d3d4-413c-8559-e0ac7fee70d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17198 | 2024.08.18 06:24:06.605810 [ 3 ] {} <Debug> HTTP-Session: a43bef53-d3d4-413c-8559-e0ac7fee70d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17199 | 2024.08.18 06:24:06.605824 [ 3 ] {} <Debug> HTTP-Session: a43bef53-d3d4-413c-8559-e0ac7fee70d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17200 | 2024.08.18 06:24:06.605855 [ 3 ] {} <Trace> HTTP-Session: a43bef53-d3d4-413c-8559-e0ac7fee70d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17201 | 2024.08.18 06:24:06.605950 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17202 | 2024.08.18 06:24:06.605990 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17203 | 2024.08.18 06:24:06.606118 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17204 | 2024.08.18 06:24:06.606427 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17205 | 2024.08.18 06:24:06.606463 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17206 | 2024.08.18 06:24:06.606763 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
17207 | 2024.08.18 06:24:06.607071 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17208 | 2024.08.18 06:24:06.607188 [ 48 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
17209 | 2024.08.18 06:24:06.607199 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Debug> executeQuery: Read 9 rows, 636.00 B in 0.001273 sec., 7069.913589945011 rows/sec., 487.90 KiB/sec. | ||
17210 | 2024.08.18 06:24:06.607223 [ 48 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17211 | 2024.08.18 06:24:06.607259 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17212 | 2024.08.18 06:24:06.607468 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
17213 | 2024.08.18 06:24:06.607499 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Debug> DynamicQueryHandler: Done processing query | ||
17214 | 2024.08.18 06:24:06.607558 [ 3 ] {ed31542c-a46a-4dc6-abed-f68b595543a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17215 | 2024.08.18 06:24:06.607606 [ 3 ] {} <Debug> HTTP-Session: a43bef53-d3d4-413c-8559-e0ac7fee70d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17216 | 2024.08.18 06:24:06.607728 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17217 | 2024.08.18 06:24:06.607767 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
17218 | 2024.08.18 06:24:06.607909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17219 | 2024.08.18 06:24:06.607955 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
17220 | 2024.08.18 06:24:06.608085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17221 | 2024.08.18 06:24:06.608204 [ 3 ] {} <Debug> HTTP-Session: a8041710-6276-4ccb-b93d-d07d15aa4935 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17222 | 2024.08.18 06:24:06.608282 [ 3 ] {} <Debug> HTTP-Session: a8041710-6276-4ccb-b93d-d07d15aa4935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17223 | 2024.08.18 06:24:06.608305 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
17224 | 2024.08.18 06:24:06.608331 [ 3 ] {} <Debug> HTTP-Session: a8041710-6276-4ccb-b93d-d07d15aa4935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17225 | 2024.08.18 06:24:06.608487 [ 3 ] {} <Trace> HTTP-Session: a8041710-6276-4ccb-b93d-d07d15aa4935 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17226 | 2024.08.18 06:24:06.608649 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
17227 | 2024.08.18 06:24:06.608838 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
17228 | 2024.08.18 06:24:06.608906 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17229 | 2024.08.18 06:24:06.609042 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17230 | 2024.08.18 06:24:06.609146 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part | ||
17231 | 2024.08.18 06:24:06.609952 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17232 | 2024.08.18 06:24:06.610860 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17233 | 2024.08.18 06:24:06.610925 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17234 | 2024.08.18 06:24:06.611743 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17235 | 2024.08.18 06:24:06.611752 [ 186 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004400473 sec., 8180.938730904609 rows/sec., 561.24 KiB/sec. | ||
17236 | 2024.08.18 06:24:06.611926 [ 192 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
17237 | 2024.08.18 06:24:06.612134 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17238 | 2024.08.18 06:24:06.612366 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003668 sec., 65976.00872410033 rows/sec., 4.47 MiB/sec. | ||
17239 | 2024.08.18 06:24:06.612569 [ 192 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17240 | 2024.08.18 06:24:06.612586 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Debug> DynamicQueryHandler: Done processing query | ||
17241 | 2024.08.18 06:24:06.612617 [ 3 ] {7adb579a-dd16-43b6-9ed0-d992918ceee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17242 | 2024.08.18 06:24:06.612644 [ 3 ] {} <Debug> HTTP-Session: a8041710-6276-4ccb-b93d-d07d15aa4935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17243 | 2024.08.18 06:24:06.612688 [ 192 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_27_6} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
17244 | 2024.08.18 06:24:06.612773 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17245 | 2024.08.18 06:24:06.612814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17246 | 2024.08.18 06:24:06.612864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17247 | 2024.08.18 06:24:06.612883 [ 3 ] {} <Debug> HTTP-Session: 78dae947-a41d-4267-a135-d44368eebe17 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17248 | 2024.08.18 06:24:06.612900 [ 3 ] {} <Debug> HTTP-Session: 78dae947-a41d-4267-a135-d44368eebe17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17249 | 2024.08.18 06:24:06.612913 [ 3 ] {} <Debug> HTTP-Session: 78dae947-a41d-4267-a135-d44368eebe17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17250 | 2024.08.18 06:24:06.612944 [ 3 ] {} <Trace> HTTP-Session: 78dae947-a41d-4267-a135-d44368eebe17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17251 | 2024.08.18 06:24:06.613037 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17252 | 2024.08.18 06:24:06.613078 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17253 | 2024.08.18 06:24:06.613206 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17254 | 2024.08.18 06:24:06.613522 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17255 | 2024.08.18 06:24:06.613559 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17256 | 2024.08.18 06:24:06.613858 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17257 | 2024.08.18 06:24:06.614165 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17258 | 2024.08.18 06:24:06.614288 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 278.25 KiB/sec. | ||
17259 | 2024.08.18 06:24:06.614451 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Debug> DynamicQueryHandler: Done processing query | ||
17260 | 2024.08.18 06:24:06.614475 [ 3 ] {d3a1ba22-20fc-4c98-873e-54149c0c139d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17261 | 2024.08.18 06:24:06.614491 [ 3 ] {} <Debug> HTTP-Session: 78dae947-a41d-4267-a135-d44368eebe17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17262 | 2024.08.18 06:24:06.614686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 143821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17263 | 2024.08.18 06:24:06.614733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17264 | 2024.08.18 06:24:06.614752 [ 3 ] {} <Debug> HTTP-Session: 995eaaae-b496-4ce3-8dd1-a43353a93ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17265 | 2024.08.18 06:24:06.614768 [ 3 ] {} <Debug> HTTP-Session: 995eaaae-b496-4ce3-8dd1-a43353a93ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17266 | 2024.08.18 06:24:06.614781 [ 3 ] {} <Debug> HTTP-Session: 995eaaae-b496-4ce3-8dd1-a43353a93ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17267 | 2024.08.18 06:24:06.614812 [ 3 ] {} <Trace> HTTP-Session: 995eaaae-b496-4ce3-8dd1-a43353a93ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17268 | 2024.08.18 06:24:06.615232 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17269 | 2024.08.18 06:24:06.615273 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17270 | 2024.08.18 06:24:06.615495 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17271 | 2024.08.18 06:24:06.616356 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17272 | 2024.08.18 06:24:06.616395 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17273 | 2024.08.18 06:24:06.616737 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17274 | 2024.08.18 06:24:06.617041 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17275 | 2024.08.18 06:24:06.617194 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Debug> executeQuery: Read 880 rows, 65.28 KiB in 0.002233 sec., 394088.6699507389 rows/sec., 28.55 MiB/sec. | ||
17276 | 2024.08.18 06:24:06.617368 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Debug> DynamicQueryHandler: Done processing query | ||
17277 | 2024.08.18 06:24:06.617394 [ 3 ] {9ce7b8e0-a5bd-41b1-8782-64717b212669} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
17278 | 2024.08.18 06:24:06.617411 [ 3 ] {} <Debug> HTTP-Session: 995eaaae-b496-4ce3-8dd1-a43353a93ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17279 | 2024.08.18 06:24:06.617723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17280 | 2024.08.18 06:24:06.617776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17281 | 2024.08.18 06:24:06.617796 [ 3 ] {} <Debug> HTTP-Session: 4dd4edc4-a280-4695-8b65-f567ae5d7b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17282 | 2024.08.18 06:24:06.617813 [ 3 ] {} <Debug> HTTP-Session: 4dd4edc4-a280-4695-8b65-f567ae5d7b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17283 | 2024.08.18 06:24:06.617827 [ 3 ] {} <Debug> HTTP-Session: 4dd4edc4-a280-4695-8b65-f567ae5d7b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17284 | 2024.08.18 06:24:06.617857 [ 3 ] {} <Trace> HTTP-Session: 4dd4edc4-a280-4695-8b65-f567ae5d7b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17285 | 2024.08.18 06:24:06.617951 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17286 | 2024.08.18 06:24:06.617994 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17287 | 2024.08.18 06:24:06.618125 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17288 | 2024.08.18 06:24:06.618389 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17289 | 2024.08.18 06:24:06.618426 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17290 | 2024.08.18 06:24:06.618786 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17291 | 2024.08.18 06:24:06.619125 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17292 | 2024.08.18 06:24:06.619279 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
17293 | 2024.08.18 06:24:06.619611 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Debug> DynamicQueryHandler: Done processing query | ||
17294 | 2024.08.18 06:24:06.619648 [ 3 ] {5382d215-e2a3-4006-98df-ce141357e360} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17295 | 2024.08.18 06:24:06.619665 [ 3 ] {} <Debug> HTTP-Session: 4dd4edc4-a280-4695-8b65-f567ae5d7b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17296 | 2024.08.18 06:24:06.619878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 169769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17297 | 2024.08.18 06:24:06.619926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17298 | 2024.08.18 06:24:06.619944 [ 3 ] {} <Debug> HTTP-Session: d7f88bc5-ca55-41b4-9637-17efd246a05e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17299 | 2024.08.18 06:24:06.619960 [ 3 ] {} <Debug> HTTP-Session: d7f88bc5-ca55-41b4-9637-17efd246a05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17300 | 2024.08.18 06:24:06.619974 [ 3 ] {} <Debug> HTTP-Session: d7f88bc5-ca55-41b4-9637-17efd246a05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17301 | 2024.08.18 06:24:06.620004 [ 3 ] {} <Trace> HTTP-Session: d7f88bc5-ca55-41b4-9637-17efd246a05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17302 | 2024.08.18 06:24:06.620445 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17303 | 2024.08.18 06:24:06.620491 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17304 | 2024.08.18 06:24:06.620679 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17305 | 2024.08.18 06:24:06.621475 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17306 | 2024.08.18 06:24:06.621511 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17307 | 2024.08.18 06:24:06.621938 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17308 | 2024.08.18 06:24:06.622271 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17309 | 2024.08.18 06:24:06.622434 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Debug> executeQuery: Read 896 rows, 61.24 KiB in 0.002237 sec., 400536.4327223961 rows/sec., 26.73 MiB/sec. | ||
17310 | 2024.08.18 06:24:06.622617 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Debug> DynamicQueryHandler: Done processing query | ||
17311 | 2024.08.18 06:24:06.622642 [ 3 ] {e1c487b6-251b-46a3-965f-fd13528b304f} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
17312 | 2024.08.18 06:24:06.622657 [ 3 ] {} <Debug> HTTP-Session: d7f88bc5-ca55-41b4-9637-17efd246a05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17313 | 2024.08.18 06:24:06.622951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17314 | 2024.08.18 06:24:06.622999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17315 | 2024.08.18 06:24:06.623018 [ 3 ] {} <Debug> HTTP-Session: 6eb52de5-cb0e-469e-bc7b-e2d7a6e13d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17316 | 2024.08.18 06:24:06.623035 [ 3 ] {} <Debug> HTTP-Session: 6eb52de5-cb0e-469e-bc7b-e2d7a6e13d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17317 | 2024.08.18 06:24:06.623049 [ 3 ] {} <Debug> HTTP-Session: 6eb52de5-cb0e-469e-bc7b-e2d7a6e13d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17318 | 2024.08.18 06:24:06.623080 [ 3 ] {} <Trace> HTTP-Session: 6eb52de5-cb0e-469e-bc7b-e2d7a6e13d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17319 | 2024.08.18 06:24:06.623170 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17320 | 2024.08.18 06:24:06.623213 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17321 | 2024.08.18 06:24:06.623340 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17322 | 2024.08.18 06:24:06.623594 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17323 | 2024.08.18 06:24:06.623630 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17324 | 2024.08.18 06:24:06.623973 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17325 | 2024.08.18 06:24:06.624340 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17326 | 2024.08.18 06:24:06.624508 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. | ||
17327 | 2024.08.18 06:24:06.624674 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Debug> DynamicQueryHandler: Done processing query | ||
17328 | 2024.08.18 06:24:06.624697 [ 3 ] {0ed5d3e9-29c5-47c4-92bd-afe73635821c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17329 | 2024.08.18 06:24:06.624713 [ 3 ] {} <Debug> HTTP-Session: 6eb52de5-cb0e-469e-bc7b-e2d7a6e13d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17330 | 2024.08.18 06:24:06.624853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17331 | 2024.08.18 06:24:06.624901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17332 | 2024.08.18 06:24:06.624921 [ 3 ] {} <Debug> HTTP-Session: 72d24725-77aa-4c56-8cc1-7c708175726c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17333 | 2024.08.18 06:24:06.624937 [ 3 ] {} <Debug> HTTP-Session: 72d24725-77aa-4c56-8cc1-7c708175726c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17334 | 2024.08.18 06:24:06.624951 [ 3 ] {} <Debug> HTTP-Session: 72d24725-77aa-4c56-8cc1-7c708175726c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17335 | 2024.08.18 06:24:06.624981 [ 3 ] {} <Trace> HTTP-Session: 72d24725-77aa-4c56-8cc1-7c708175726c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17336 | 2024.08.18 06:24:06.625234 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17337 | 2024.08.18 06:24:06.625295 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <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 | ||
17338 | 2024.08.18 06:24:06.625703 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17339 | 2024.08.18 06:24:06.626371 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17340 | 2024.08.18 06:24:06.626409 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17341 | 2024.08.18 06:24:06.627031 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
17342 | 2024.08.18 06:24:06.627438 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17343 | 2024.08.18 06:24:06.627621 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002562 sec., 10538.64168618267 rows/sec., 18.88 MiB/sec. | ||
17344 | 2024.08.18 06:24:06.627947 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Debug> DynamicQueryHandler: Done processing query | ||
17345 | 2024.08.18 06:24:06.627983 [ 3 ] {33b1eb82-0dbe-4ab7-bfec-b3c30877abd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17346 | 2024.08.18 06:24:06.628011 [ 3 ] {} <Debug> HTTP-Session: 72d24725-77aa-4c56-8cc1-7c708175726c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17347 | 2024.08.18 06:24:06.628158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17348 | 2024.08.18 06:24:06.628206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17349 | 2024.08.18 06:24:06.628225 [ 3 ] {} <Debug> HTTP-Session: 54558550-fe69-4101-b07e-a4e5ed5c13ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17350 | 2024.08.18 06:24:06.628240 [ 3 ] {} <Debug> HTTP-Session: 54558550-fe69-4101-b07e-a4e5ed5c13ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17351 | 2024.08.18 06:24:06.628254 [ 3 ] {} <Debug> HTTP-Session: 54558550-fe69-4101-b07e-a4e5ed5c13ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17352 | 2024.08.18 06:24:06.628284 [ 3 ] {} <Trace> HTTP-Session: 54558550-fe69-4101-b07e-a4e5ed5c13ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17353 | 2024.08.18 06:24:06.628394 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17354 | 2024.08.18 06:24:06.628437 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17355 | 2024.08.18 06:24:06.628564 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17356 | 2024.08.18 06:24:06.628922 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17357 | 2024.08.18 06:24:06.628958 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17358 | 2024.08.18 06:24:06.629314 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17359 | 2024.08.18 06:24:06.629629 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17360 | 2024.08.18 06:24:06.629785 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Debug> executeQuery: Read 72 rows, 4.63 KiB in 0.001422 sec., 50632.91139240506 rows/sec., 3.18 MiB/sec. | ||
17361 | 2024.08.18 06:24:06.629949 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Debug> DynamicQueryHandler: Done processing query | ||
17362 | 2024.08.18 06:24:06.629974 [ 3 ] {02763497-6037-457a-8df8-28e4f9518cae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17363 | 2024.08.18 06:24:06.629989 [ 3 ] {} <Debug> HTTP-Session: 54558550-fe69-4101-b07e-a4e5ed5c13ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17364 | 2024.08.18 06:24:07.353085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17365 | 2024.08.18 06:24:07.353207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17366 | 2024.08.18 06:24:07.353237 [ 3 ] {} <Debug> HTTP-Session: dbd18577-9e0b-4d6f-9e1b-c1074e31acb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17367 | 2024.08.18 06:24:07.353264 [ 3 ] {} <Debug> HTTP-Session: dbd18577-9e0b-4d6f-9e1b-c1074e31acb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17368 | 2024.08.18 06:24:07.353282 [ 3 ] {} <Debug> HTTP-Session: dbd18577-9e0b-4d6f-9e1b-c1074e31acb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17369 | 2024.08.18 06:24:07.353339 [ 3 ] {} <Trace> HTTP-Session: dbd18577-9e0b-4d6f-9e1b-c1074e31acb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17370 | 2024.08.18 06:24:07.353548 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17371 | 2024.08.18 06:24:07.353621 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17372 | 2024.08.18 06:24:07.353820 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17373 | 2024.08.18 06:24:07.354380 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17374 | 2024.08.18 06:24:07.354424 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17375 | 2024.08.18 06:24:07.354800 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17376 | 2024.08.18 06:24:07.355133 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17377 | 2024.08.18 06:24:07.355291 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001811 sec., 28713.418001104365 rows/sec., 2.18 MiB/sec. | ||
17378 | 2024.08.18 06:24:07.355502 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Debug> DynamicQueryHandler: Done processing query | ||
17379 | 2024.08.18 06:24:07.355529 [ 3 ] {e0d7a6e2-6454-4690-8413-1ed0e463a48d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17380 | 2024.08.18 06:24:07.355545 [ 3 ] {} <Debug> HTTP-Session: dbd18577-9e0b-4d6f-9e1b-c1074e31acb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17381 | 2024.08.18 06:24:07.355683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17382 | 2024.08.18 06:24:07.355734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17383 | 2024.08.18 06:24:07.355753 [ 3 ] {} <Debug> HTTP-Session: 6c5eba1d-6dad-4b98-99a1-85b9f4f27568 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17384 | 2024.08.18 06:24:07.355770 [ 3 ] {} <Debug> HTTP-Session: 6c5eba1d-6dad-4b98-99a1-85b9f4f27568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17385 | 2024.08.18 06:24:07.355783 [ 3 ] {} <Debug> HTTP-Session: 6c5eba1d-6dad-4b98-99a1-85b9f4f27568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17386 | 2024.08.18 06:24:07.355814 [ 3 ] {} <Trace> HTTP-Session: 6c5eba1d-6dad-4b98-99a1-85b9f4f27568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17387 | 2024.08.18 06:24:07.355925 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17388 | 2024.08.18 06:24:07.355968 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17389 | 2024.08.18 06:24:07.356099 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17390 | 2024.08.18 06:24:07.356453 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17391 | 2024.08.18 06:24:07.356489 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17392 | 2024.08.18 06:24:07.356804 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17393 | 2024.08.18 06:24:07.357107 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17394 | 2024.08.18 06:24:07.357251 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001365 sec., 41025.64102564103 rows/sec., 3.20 MiB/sec. | ||
17395 | 2024.08.18 06:24:07.357425 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Debug> DynamicQueryHandler: Done processing query | ||
17396 | 2024.08.18 06:24:07.357450 [ 3 ] {cfb15ed6-3ba6-4d81-b51b-d925ccd5d424} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17397 | 2024.08.18 06:24:07.357480 [ 3 ] {} <Debug> HTTP-Session: 6c5eba1d-6dad-4b98-99a1-85b9f4f27568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17398 | 2024.08.18 06:24:07.357639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 5789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17399 | 2024.08.18 06:24:07.357725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17400 | 2024.08.18 06:24:07.357758 [ 3 ] {} <Debug> HTTP-Session: d6c2a3f4-6dc3-47cc-880e-bfbbeb608267 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17401 | 2024.08.18 06:24:07.357780 [ 3 ] {} <Debug> HTTP-Session: d6c2a3f4-6dc3-47cc-880e-bfbbeb608267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17402 | 2024.08.18 06:24:07.357795 [ 3 ] {} <Debug> HTTP-Session: d6c2a3f4-6dc3-47cc-880e-bfbbeb608267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17403 | 2024.08.18 06:24:07.357825 [ 3 ] {} <Trace> HTTP-Session: d6c2a3f4-6dc3-47cc-880e-bfbbeb608267 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17404 | 2024.08.18 06:24:07.357942 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17405 | 2024.08.18 06:24:07.357990 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17406 | 2024.08.18 06:24:07.358139 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17407 | 2024.08.18 06:24:07.358453 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17408 | 2024.08.18 06:24:07.358490 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17409 | 2024.08.18 06:24:07.358873 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17410 | 2024.08.18 06:24:07.359214 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17411 | 2024.08.18 06:24:07.359364 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001454 sec., 20632.737276478678 rows/sec., 1.43 MiB/sec. | ||
17412 | 2024.08.18 06:24:07.359374 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 5 parts from all_1_94_19 to all_98_98_0 | ||
17413 | 2024.08.18 06:24:07.359478 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17414 | 2024.08.18 06:24:07.359523 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17415 | 2024.08.18 06:24:07.359657 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Debug> DynamicQueryHandler: Done processing query | ||
17416 | 2024.08.18 06:24:07.359712 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_94_19 to all_98_98_0 into Compact with storage Full | ||
17417 | 2024.08.18 06:24:07.359724 [ 3 ] {29ad66d2-963a-4917-9701-49d63acf5184} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17418 | 2024.08.18 06:24:07.359795 [ 3 ] {} <Debug> HTTP-Session: d6c2a3f4-6dc3-47cc-880e-bfbbeb608267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17419 | 2024.08.18 06:24:07.360169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17420 | 2024.08.18 06:24:07.360206 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17421 | 2024.08.18 06:24:07.360338 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 26140 rows starting from the beginning of the part | ||
17422 | 2024.08.18 06:24:07.360354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17423 | 2024.08.18 06:24:07.360459 [ 3 ] {} <Debug> HTTP-Session: 6a756ded-bcb2-4267-889c-23f61a4ee44d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17424 | 2024.08.18 06:24:07.360571 [ 3 ] {} <Debug> HTTP-Session: 6a756ded-bcb2-4267-889c-23f61a4ee44d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17425 | 2024.08.18 06:24:07.360703 [ 3 ] {} <Debug> HTTP-Session: 6a756ded-bcb2-4267-889c-23f61a4ee44d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17426 | 2024.08.18 06:24:07.360826 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 164 rows starting from the beginning of the part | ||
17427 | 2024.08.18 06:24:07.360911 [ 3 ] {} <Trace> HTTP-Session: 6a756ded-bcb2-4267-889c-23f61a4ee44d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17428 | 2024.08.18 06:24:07.361298 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 238 rows starting from the beginning of the part | ||
17429 | 2024.08.18 06:24:07.361459 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17430 | 2024.08.18 06:24:07.361726 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17431 | 2024.08.18 06:24:07.361790 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 162 rows starting from the beginning of the part | ||
17432 | 2024.08.18 06:24:07.362264 [ 199 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 896 rows starting from the beginning of the part | ||
17433 | 2024.08.18 06:24:07.362921 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17434 | 2024.08.18 06:24:07.363542 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17435 | 2024.08.18 06:24:07.363585 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17436 | 2024.08.18 06:24:07.364086 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17437 | 2024.08.18 06:24:07.364602 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17438 | 2024.08.18 06:24:07.364976 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.003776 sec., 2648.305084745763 rows/sec., 185.95 KiB/sec. | ||
17439 | 2024.08.18 06:24:07.365585 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Debug> DynamicQueryHandler: Done processing query | ||
17440 | 2024.08.18 06:24:07.365670 [ 3 ] {a9e14b3d-3d16-4c67-b1d0-8bc156c5bfef} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17441 | 2024.08.18 06:24:07.365753 [ 3 ] {} <Debug> HTTP-Session: 6a756ded-bcb2-4267-889c-23f61a4ee44d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17442 | 2024.08.18 06:24:07.369808 [ 186 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27600 rows, containing 5 columns (5 merged, 0 gathered) in 0.01020369 sec., 2704903.8142083893 rows/sec., 182.75 MiB/sec. | ||
17443 | 2024.08.18 06:24:07.370245 [ 193 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Trace> MergedBlockOutputStream: filled checksums all_1_98_20 (state Temporary) | ||
17444 | 2024.08.18 06:24:07.370819 [ 193 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_98_20 to all_1_98_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17445 | 2024.08.18 06:24:07.370919 [ 193 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_98_20} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 5 parts: [all_1_94_19, all_98_98_0] -> all_1_98_20 | ||
17446 | 2024.08.18 06:24:07.371034 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
17447 | 2024.08.18 06:24:10.228078 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17448 | 2024.08.18 06:24:10.228135 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17449 | 2024.08.18 06:24:12.360977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17450 | 2024.08.18 06:24:12.361116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17451 | 2024.08.18 06:24:12.361147 [ 3 ] {} <Debug> HTTP-Session: f2e76c56-2976-4222-a5a2-99887d0f01b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17452 | 2024.08.18 06:24:12.361174 [ 3 ] {} <Debug> HTTP-Session: f2e76c56-2976-4222-a5a2-99887d0f01b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17453 | 2024.08.18 06:24:12.361192 [ 3 ] {} <Debug> HTTP-Session: f2e76c56-2976-4222-a5a2-99887d0f01b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17454 | 2024.08.18 06:24:12.361247 [ 3 ] {} <Trace> HTTP-Session: f2e76c56-2976-4222-a5a2-99887d0f01b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17455 | 2024.08.18 06:24:12.361451 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17456 | 2024.08.18 06:24:12.361525 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17457 | 2024.08.18 06:24:12.361745 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17458 | 2024.08.18 06:24:12.362196 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17459 | 2024.08.18 06:24:12.362241 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17460 | 2024.08.18 06:24:12.362620 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
17461 | 2024.08.18 06:24:12.362951 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17462 | 2024.08.18 06:24:12.363136 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001742 sec., 16647.531572904707 rows/sec., 1.32 MiB/sec. | ||
17463 | 2024.08.18 06:24:12.363385 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Debug> DynamicQueryHandler: Done processing query | ||
17464 | 2024.08.18 06:24:12.363412 [ 3 ] {45b459c8-891d-4b04-8a1c-d59486273ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17465 | 2024.08.18 06:24:12.363428 [ 3 ] {} <Debug> HTTP-Session: f2e76c56-2976-4222-a5a2-99887d0f01b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17466 | 2024.08.18 06:24:12.363606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17467 | 2024.08.18 06:24:12.363661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17468 | 2024.08.18 06:24:12.363681 [ 3 ] {} <Debug> HTTP-Session: e127e304-75f3-4272-a14a-0efd7cff919d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17469 | 2024.08.18 06:24:12.363700 [ 3 ] {} <Debug> HTTP-Session: e127e304-75f3-4272-a14a-0efd7cff919d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17470 | 2024.08.18 06:24:12.363714 [ 3 ] {} <Debug> HTTP-Session: e127e304-75f3-4272-a14a-0efd7cff919d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17471 | 2024.08.18 06:24:12.363749 [ 3 ] {} <Trace> HTTP-Session: e127e304-75f3-4272-a14a-0efd7cff919d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17472 | 2024.08.18 06:24:12.363852 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17473 | 2024.08.18 06:24:12.363898 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17474 | 2024.08.18 06:24:12.364031 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17475 | 2024.08.18 06:24:12.364309 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17476 | 2024.08.18 06:24:12.364346 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17477 | 2024.08.18 06:24:12.364655 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
17478 | 2024.08.18 06:24:12.364961 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17479 | 2024.08.18 06:24:12.365111 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.001281 sec., 3122.56049960968 rows/sec., 243.19 KiB/sec. | ||
17480 | 2024.08.18 06:24:12.365293 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Debug> DynamicQueryHandler: Done processing query | ||
17481 | 2024.08.18 06:24:12.365317 [ 3 ] {9f903994-aab3-4106-b85b-7e63fe36026d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17482 | 2024.08.18 06:24:12.365332 [ 3 ] {} <Debug> HTTP-Session: e127e304-75f3-4272-a14a-0efd7cff919d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17483 | 2024.08.18 06:24:12.365485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 21582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17484 | 2024.08.18 06:24:12.365533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17485 | 2024.08.18 06:24:12.365553 [ 3 ] {} <Debug> HTTP-Session: 8bff0573-21ad-40ca-bc7a-c11aed6fd34a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17486 | 2024.08.18 06:24:12.365570 [ 3 ] {} <Debug> HTTP-Session: 8bff0573-21ad-40ca-bc7a-c11aed6fd34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17487 | 2024.08.18 06:24:12.365583 [ 3 ] {} <Debug> HTTP-Session: 8bff0573-21ad-40ca-bc7a-c11aed6fd34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17488 | 2024.08.18 06:24:12.365614 [ 3 ] {} <Trace> HTTP-Session: 8bff0573-21ad-40ca-bc7a-c11aed6fd34a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17489 | 2024.08.18 06:24:12.365749 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17490 | 2024.08.18 06:24:12.365791 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17491 | 2024.08.18 06:24:12.365918 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17492 | 2024.08.18 06:24:12.366302 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17493 | 2024.08.18 06:24:12.366340 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17494 | 2024.08.18 06:24:12.366655 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17495 | 2024.08.18 06:24:12.366964 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17496 | 2024.08.18 06:24:12.367114 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Debug> executeQuery: Read 148 rows, 12.59 KiB in 0.001419 sec., 104298.80197322059 rows/sec., 8.67 MiB/sec. | ||
17497 | 2024.08.18 06:24:12.367289 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Debug> DynamicQueryHandler: Done processing query | ||
17498 | 2024.08.18 06:24:12.367313 [ 3 ] {5e6ac409-daec-4ec1-8991-ab85bfe9ba0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17499 | 2024.08.18 06:24:12.367329 [ 3 ] {} <Debug> HTTP-Session: 8bff0573-21ad-40ca-bc7a-c11aed6fd34a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17500 | 2024.08.18 06:24:12.367451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17501 | 2024.08.18 06:24:12.367499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17502 | 2024.08.18 06:24:12.367518 [ 3 ] {} <Debug> HTTP-Session: 31797469-51bf-4d99-ac62-a71dbee944a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17503 | 2024.08.18 06:24:12.367536 [ 3 ] {} <Debug> HTTP-Session: 31797469-51bf-4d99-ac62-a71dbee944a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17504 | 2024.08.18 06:24:12.367549 [ 3 ] {} <Debug> HTTP-Session: 31797469-51bf-4d99-ac62-a71dbee944a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17505 | 2024.08.18 06:24:12.367581 [ 3 ] {} <Trace> HTTP-Session: 31797469-51bf-4d99-ac62-a71dbee944a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17506 | 2024.08.18 06:24:12.367674 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17507 | 2024.08.18 06:24:12.367715 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17508 | 2024.08.18 06:24:12.367842 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17509 | 2024.08.18 06:24:12.368129 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17510 | 2024.08.18 06:24:12.368166 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17511 | 2024.08.18 06:24:12.368463 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
17512 | 2024.08.18 06:24:12.368760 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17513 | 2024.08.18 06:24:12.368916 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Debug> executeQuery: Read 4 rows, 271.00 B in 0.001261 sec., 3172.0856463124505 rows/sec., 209.87 KiB/sec. | ||
17514 | 2024.08.18 06:24:12.369131 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Debug> DynamicQueryHandler: Done processing query | ||
17515 | 2024.08.18 06:24:12.369156 [ 3 ] {0deb9978-e5e9-46ca-97c9-baec29f4f266} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17516 | 2024.08.18 06:24:12.369172 [ 3 ] {} <Debug> HTTP-Session: 31797469-51bf-4d99-ac62-a71dbee944a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17517 | 2024.08.18 06:24:12.369347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 18366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17518 | 2024.08.18 06:24:12.369396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17519 | 2024.08.18 06:24:12.369417 [ 3 ] {} <Debug> HTTP-Session: d3530f82-7253-4616-8f08-e2bfb5192028 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17520 | 2024.08.18 06:24:12.369434 [ 3 ] {} <Debug> HTTP-Session: d3530f82-7253-4616-8f08-e2bfb5192028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17521 | 2024.08.18 06:24:12.369448 [ 3 ] {} <Debug> HTTP-Session: d3530f82-7253-4616-8f08-e2bfb5192028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17522 | 2024.08.18 06:24:12.369478 [ 3 ] {} <Trace> HTTP-Session: d3530f82-7253-4616-8f08-e2bfb5192028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17523 | 2024.08.18 06:24:12.369597 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17524 | 2024.08.18 06:24:12.369638 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17525 | 2024.08.18 06:24:12.369763 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17526 | 2024.08.18 06:24:12.370104 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17527 | 2024.08.18 06:24:12.370139 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17528 | 2024.08.18 06:24:12.370447 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17529 | 2024.08.18 06:24:12.370749 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17530 | 2024.08.18 06:24:12.370910 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Debug> executeQuery: Read 109 rows, 8.58 KiB in 0.001358 sec., 80265.09572901325 rows/sec., 6.17 MiB/sec. | ||
17531 | 2024.08.18 06:24:12.371090 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Debug> DynamicQueryHandler: Done processing query | ||
17532 | 2024.08.18 06:24:12.371115 [ 3 ] {c78c5eae-934c-44d1-a9af-79483836c051} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17533 | 2024.08.18 06:24:12.371131 [ 3 ] {} <Debug> HTTP-Session: d3530f82-7253-4616-8f08-e2bfb5192028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17534 | 2024.08.18 06:24:12.371371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17535 | 2024.08.18 06:24:12.371424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17536 | 2024.08.18 06:24:12.371444 [ 3 ] {} <Debug> HTTP-Session: 847637c7-38ec-4ee8-82d7-599daf7a0c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17537 | 2024.08.18 06:24:12.371461 [ 3 ] {} <Debug> HTTP-Session: 847637c7-38ec-4ee8-82d7-599daf7a0c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17538 | 2024.08.18 06:24:12.371474 [ 3 ] {} <Debug> HTTP-Session: 847637c7-38ec-4ee8-82d7-599daf7a0c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17539 | 2024.08.18 06:24:12.371505 [ 3 ] {} <Trace> HTTP-Session: 847637c7-38ec-4ee8-82d7-599daf7a0c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17540 | 2024.08.18 06:24:12.371646 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17541 | 2024.08.18 06:24:12.371691 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17542 | 2024.08.18 06:24:12.371842 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17543 | 2024.08.18 06:24:12.372236 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17544 | 2024.08.18 06:24:12.372272 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17545 | 2024.08.18 06:24:12.372685 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17546 | 2024.08.18 06:24:12.373018 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17547 | 2024.08.18 06:24:12.373178 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001592 sec., 102386.93467336682 rows/sec., 7.12 MiB/sec. | ||
17548 | 2024.08.18 06:24:12.373353 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Debug> DynamicQueryHandler: Done processing query | ||
17549 | 2024.08.18 06:24:12.373378 [ 3 ] {58488f62-c0d6-47e9-a276-f3288e0961dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17550 | 2024.08.18 06:24:12.373394 [ 3 ] {} <Debug> HTTP-Session: 847637c7-38ec-4ee8-82d7-599daf7a0c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17551 | 2024.08.18 06:24:12.373589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17552 | 2024.08.18 06:24:12.373637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17553 | 2024.08.18 06:24:12.373657 [ 3 ] {} <Debug> HTTP-Session: 70686c4d-80cf-4cc5-be94-0d33ff02cb1c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17554 | 2024.08.18 06:24:12.373673 [ 3 ] {} <Debug> HTTP-Session: 70686c4d-80cf-4cc5-be94-0d33ff02cb1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17555 | 2024.08.18 06:24:12.373687 [ 3 ] {} <Debug> HTTP-Session: 70686c4d-80cf-4cc5-be94-0d33ff02cb1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17556 | 2024.08.18 06:24:12.373718 [ 3 ] {} <Trace> HTTP-Session: 70686c4d-80cf-4cc5-be94-0d33ff02cb1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17557 | 2024.08.18 06:24:12.374023 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17558 | 2024.08.18 06:24:12.374088 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <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 | ||
17559 | 2024.08.18 06:24:12.374507 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17560 | 2024.08.18 06:24:12.375238 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17561 | 2024.08.18 06:24:12.375274 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17562 | 2024.08.18 06:24:12.375910 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
17563 | 2024.08.18 06:24:12.376316 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17564 | 2024.08.18 06:24:12.376537 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002734 sec., 10607.168983174835 rows/sec., 19.01 MiB/sec. | ||
17565 | 2024.08.18 06:24:12.376763 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Debug> DynamicQueryHandler: Done processing query | ||
17566 | 2024.08.18 06:24:12.376788 [ 3 ] {f721b3b2-02e7-4363-a8ed-1729fba59486} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17567 | 2024.08.18 06:24:12.376804 [ 3 ] {} <Debug> HTTP-Session: 70686c4d-80cf-4cc5-be94-0d33ff02cb1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17568 | 2024.08.18 06:24:12.376982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17569 | 2024.08.18 06:24:12.377031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17570 | 2024.08.18 06:24:12.377050 [ 3 ] {} <Debug> HTTP-Session: f01030f8-cc2a-48e2-9df2-b52ea796074b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17571 | 2024.08.18 06:24:12.377067 [ 3 ] {} <Debug> HTTP-Session: f01030f8-cc2a-48e2-9df2-b52ea796074b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17572 | 2024.08.18 06:24:12.377081 [ 3 ] {} <Debug> HTTP-Session: f01030f8-cc2a-48e2-9df2-b52ea796074b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17573 | 2024.08.18 06:24:12.377112 [ 3 ] {} <Trace> HTTP-Session: f01030f8-cc2a-48e2-9df2-b52ea796074b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17574 | 2024.08.18 06:24:12.377227 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17575 | 2024.08.18 06:24:12.377270 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17576 | 2024.08.18 06:24:12.377399 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17577 | 2024.08.18 06:24:12.377691 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17578 | 2024.08.18 06:24:12.377728 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17579 | 2024.08.18 06:24:12.378084 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17580 | 2024.08.18 06:24:12.378402 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17581 | 2024.08.18 06:24:12.378558 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
17582 | 2024.08.18 06:24:12.378751 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Debug> DynamicQueryHandler: Done processing query | ||
17583 | 2024.08.18 06:24:12.378774 [ 3 ] {e379bb69-f5e4-40c2-995a-4e3a61b960e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17584 | 2024.08.18 06:24:12.378790 [ 3 ] {} <Debug> HTTP-Session: f01030f8-cc2a-48e2-9df2-b52ea796074b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17585 | 2024.08.18 06:24:17.364782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17586 | 2024.08.18 06:24:17.364913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17587 | 2024.08.18 06:24:17.364941 [ 3 ] {} <Debug> HTTP-Session: cb4a1529-108b-4e17-808b-ddc752c8b2f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17588 | 2024.08.18 06:24:17.364967 [ 3 ] {} <Debug> HTTP-Session: cb4a1529-108b-4e17-808b-ddc752c8b2f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17589 | 2024.08.18 06:24:17.364984 [ 3 ] {} <Debug> HTTP-Session: cb4a1529-108b-4e17-808b-ddc752c8b2f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17590 | 2024.08.18 06:24:17.365038 [ 3 ] {} <Trace> HTTP-Session: cb4a1529-108b-4e17-808b-ddc752c8b2f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17591 | 2024.08.18 06:24:17.365227 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17592 | 2024.08.18 06:24:17.365299 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17593 | 2024.08.18 06:24:17.365513 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17594 | 2024.08.18 06:24:17.365964 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17595 | 2024.08.18 06:24:17.366006 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17596 | 2024.08.18 06:24:17.366347 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17597 | 2024.08.18 06:24:17.366667 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17598 | 2024.08.18 06:24:17.366809 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001644 sec., 16423.357664233576 rows/sec., 1.30 MiB/sec. | ||
17599 | 2024.08.18 06:24:17.366996 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Debug> DynamicQueryHandler: Done processing query | ||
17600 | 2024.08.18 06:24:17.367022 [ 3 ] {e343dc2e-008b-42ee-a505-a2058ec99609} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17601 | 2024.08.18 06:24:17.367038 [ 3 ] {} <Debug> HTTP-Session: cb4a1529-108b-4e17-808b-ddc752c8b2f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17602 | 2024.08.18 06:24:17.367209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17603 | 2024.08.18 06:24:17.367257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17604 | 2024.08.18 06:24:17.367277 [ 3 ] {} <Debug> HTTP-Session: 592ad11c-df44-4acb-bd89-4466096019f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17605 | 2024.08.18 06:24:17.367292 [ 3 ] {} <Debug> HTTP-Session: 592ad11c-df44-4acb-bd89-4466096019f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17606 | 2024.08.18 06:24:17.367306 [ 3 ] {} <Debug> HTTP-Session: 592ad11c-df44-4acb-bd89-4466096019f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17607 | 2024.08.18 06:24:17.367337 [ 3 ] {} <Trace> HTTP-Session: 592ad11c-df44-4acb-bd89-4466096019f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17608 | 2024.08.18 06:24:17.367427 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17609 | 2024.08.18 06:24:17.367469 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17610 | 2024.08.18 06:24:17.367595 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17611 | 2024.08.18 06:24:17.367861 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17612 | 2024.08.18 06:24:17.367897 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17613 | 2024.08.18 06:24:17.368186 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
17614 | 2024.08.18 06:24:17.368484 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17615 | 2024.08.18 06:24:17.368609 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001205 sec., 829.8755186721992 rows/sec., 61.59 KiB/sec. | ||
17616 | 2024.08.18 06:24:17.368765 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Debug> DynamicQueryHandler: Done processing query | ||
17617 | 2024.08.18 06:24:17.368788 [ 3 ] {c6b4455e-74de-4162-8afc-f1a75e54b1f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17618 | 2024.08.18 06:24:17.368803 [ 3 ] {} <Debug> HTTP-Session: 592ad11c-df44-4acb-bd89-4466096019f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17619 | 2024.08.18 06:24:17.369014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17620 | 2024.08.18 06:24:17.369063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17621 | 2024.08.18 06:24:17.369082 [ 3 ] {} <Debug> HTTP-Session: df589015-d622-4169-8240-8b83039d35a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17622 | 2024.08.18 06:24:17.369098 [ 3 ] {} <Debug> HTTP-Session: df589015-d622-4169-8240-8b83039d35a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17623 | 2024.08.18 06:24:17.369111 [ 3 ] {} <Debug> HTTP-Session: df589015-d622-4169-8240-8b83039d35a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17624 | 2024.08.18 06:24:17.369141 [ 3 ] {} <Trace> HTTP-Session: df589015-d622-4169-8240-8b83039d35a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17625 | 2024.08.18 06:24:17.369314 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17626 | 2024.08.18 06:24:17.369355 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17627 | 2024.08.18 06:24:17.369476 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17628 | 2024.08.18 06:24:17.369909 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17629 | 2024.08.18 06:24:17.369944 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17630 | 2024.08.18 06:24:17.370289 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17631 | 2024.08.18 06:24:17.370586 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17632 | 2024.08.18 06:24:17.370707 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Debug> executeQuery: Read 272 rows, 24.33 KiB in 0.001483 sec., 183412.00269723535 rows/sec., 16.02 MiB/sec. | ||
17633 | 2024.08.18 06:24:17.370711 [ 44 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17634 | 2024.08.18 06:24:17.370761 [ 44 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17635 | 2024.08.18 06:24:17.370791 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17636 | 2024.08.18 06:24:17.370892 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Debug> DynamicQueryHandler: Done processing query | ||
17637 | 2024.08.18 06:24:17.370899 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::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 | ||
17638 | 2024.08.18 06:24:17.370917 [ 3 ] {d5f68c2d-5ab0-4a52-be9f-1ecffd2df52f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17639 | 2024.08.18 06:24:17.370947 [ 3 ] {} <Debug> HTTP-Session: df589015-d622-4169-8240-8b83039d35a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17640 | 2024.08.18 06:24:17.371031 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17641 | 2024.08.18 06:24:17.371060 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1490 rows starting from the beginning of the part | ||
17642 | 2024.08.18 06:24:17.371119 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 147 rows starting from the beginning of the part | ||
17643 | 2024.08.18 06:24:17.371156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17644 | 2024.08.18 06:24:17.371440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17645 | 2024.08.18 06:24:17.371483 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1416 rows starting from the beginning of the part | ||
17646 | 2024.08.18 06:24:17.371619 [ 3 ] {} <Debug> HTTP-Session: 04a1af5c-d3f4-40a5-81a4-545fcd7be664 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17647 | 2024.08.18 06:24:17.371746 [ 3 ] {} <Debug> HTTP-Session: 04a1af5c-d3f4-40a5-81a4-545fcd7be664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17648 | 2024.08.18 06:24:17.371847 [ 3 ] {} <Debug> HTTP-Session: 04a1af5c-d3f4-40a5-81a4-545fcd7be664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17649 | 2024.08.18 06:24:17.371983 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 52 rows starting from the beginning of the part | ||
17650 | 2024.08.18 06:24:17.372017 [ 3 ] {} <Trace> HTTP-Session: 04a1af5c-d3f4-40a5-81a4-545fcd7be664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17651 | 2024.08.18 06:24:17.372243 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 148 rows starting from the beginning of the part | ||
17652 | 2024.08.18 06:24:17.372327 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17653 | 2024.08.18 06:24:17.372503 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17654 | 2024.08.18 06:24:17.372573 [ 196 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 272 rows starting from the beginning of the part | ||
17655 | 2024.08.18 06:24:17.373221 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17656 | 2024.08.18 06:24:17.373621 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17657 | 2024.08.18 06:24:17.373663 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17658 | 2024.08.18 06:24:17.374101 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
17659 | 2024.08.18 06:24:17.374470 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17660 | 2024.08.18 06:24:17.374601 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.002403 sec., 416.14648356221386 rows/sec., 26.01 KiB/sec. | ||
17661 | 2024.08.18 06:24:17.374833 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Debug> DynamicQueryHandler: Done processing query | ||
17662 | 2024.08.18 06:24:17.374869 [ 3 ] {e5d424ba-72e1-4581-973d-dbe99f08ca23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17663 | 2024.08.18 06:24:17.374905 [ 3 ] {} <Debug> HTTP-Session: 04a1af5c-d3f4-40a5-81a4-545fcd7be664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17664 | 2024.08.18 06:24:17.375081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17665 | 2024.08.18 06:24:17.375093 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3525 rows, containing 4 columns (4 merged, 0 gathered) in 0.004234929 sec., 832363.4233301196 rows/sec., 69.52 MiB/sec. | ||
17666 | 2024.08.18 06:24:17.375136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17667 | 2024.08.18 06:24:17.375194 [ 3 ] {} <Debug> HTTP-Session: 07148873-a6a5-45ce-8954-73340b90e40e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17668 | 2024.08.18 06:24:17.375223 [ 3 ] {} <Debug> HTTP-Session: 07148873-a6a5-45ce-8954-73340b90e40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17669 | 2024.08.18 06:24:17.375237 [ 3 ] {} <Debug> HTTP-Session: 07148873-a6a5-45ce-8954-73340b90e40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17670 | 2024.08.18 06:24:17.375269 [ 3 ] {} <Trace> HTTP-Session: 07148873-a6a5-45ce-8954-73340b90e40e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17671 | 2024.08.18 06:24:17.375368 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17672 | 2024.08.18 06:24:17.375445 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17673 | 2024.08.18 06:24:17.375596 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17674 | 2024.08.18 06:24:17.375668 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17675 | 2024.08.18 06:24:17.376561 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17676 | 2024.08.18 06:24:17.376615 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17677 | 2024.08.18 06:24:17.376790 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17678 | 2024.08.18 06:24:17.376978 [ 193 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_101_20} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17679 | 2024.08.18 06:24:17.377165 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
17680 | 2024.08.18 06:24:17.377264 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17681 | 2024.08.18 06:24:17.377575 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17682 | 2024.08.18 06:24:17.377700 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002359 sec., 5934.718100890208 rows/sec., 415.63 KiB/sec. | ||
17683 | 2024.08.18 06:24:17.377868 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Debug> DynamicQueryHandler: Done processing query | ||
17684 | 2024.08.18 06:24:17.377892 [ 3 ] {5141b968-e8ae-4d42-b923-cd877c592489} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17685 | 2024.08.18 06:24:17.377909 [ 3 ] {} <Debug> HTTP-Session: 07148873-a6a5-45ce-8954-73340b90e40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17686 | 2024.08.18 06:24:17.378058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17687 | 2024.08.18 06:24:17.378106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17688 | 2024.08.18 06:24:17.378125 [ 3 ] {} <Debug> HTTP-Session: 14ccd63e-7b52-485b-86e1-c17e5f58fc85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17689 | 2024.08.18 06:24:17.378141 [ 3 ] {} <Debug> HTTP-Session: 14ccd63e-7b52-485b-86e1-c17e5f58fc85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17690 | 2024.08.18 06:24:17.378154 [ 3 ] {} <Debug> HTTP-Session: 14ccd63e-7b52-485b-86e1-c17e5f58fc85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17691 | 2024.08.18 06:24:17.378185 [ 3 ] {} <Trace> HTTP-Session: 14ccd63e-7b52-485b-86e1-c17e5f58fc85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17692 | 2024.08.18 06:24:17.378277 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17693 | 2024.08.18 06:24:17.378318 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17694 | 2024.08.18 06:24:17.378443 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17695 | 2024.08.18 06:24:17.378716 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17696 | 2024.08.18 06:24:17.378750 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17697 | 2024.08.18 06:24:17.379062 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17698 | 2024.08.18 06:24:17.379353 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17699 | 2024.08.18 06:24:17.379487 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001234 sec., 4862.23662884927 rows/sec., 287.27 KiB/sec. | ||
17700 | 2024.08.18 06:24:17.379634 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Debug> DynamicQueryHandler: Done processing query | ||
17701 | 2024.08.18 06:24:17.379658 [ 3 ] {da59826b-5cc0-4f20-b5c9-3d50c8a99c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17702 | 2024.08.18 06:24:17.379673 [ 3 ] {} <Debug> HTTP-Session: 14ccd63e-7b52-485b-86e1-c17e5f58fc85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17703 | 2024.08.18 06:24:17.379854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 67471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17704 | 2024.08.18 06:24:17.379901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17705 | 2024.08.18 06:24:17.379921 [ 3 ] {} <Debug> HTTP-Session: 76e532ad-4a84-4a63-a3d0-1da19e012b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17706 | 2024.08.18 06:24:17.379936 [ 3 ] {} <Debug> HTTP-Session: 76e532ad-4a84-4a63-a3d0-1da19e012b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17707 | 2024.08.18 06:24:17.379950 [ 3 ] {} <Debug> HTTP-Session: 76e532ad-4a84-4a63-a3d0-1da19e012b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17708 | 2024.08.18 06:24:17.379979 [ 3 ] {} <Trace> HTTP-Session: 76e532ad-4a84-4a63-a3d0-1da19e012b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17709 | 2024.08.18 06:24:17.380180 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17710 | 2024.08.18 06:24:17.380221 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17711 | 2024.08.18 06:24:17.380342 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17712 | 2024.08.18 06:24:17.380852 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17713 | 2024.08.18 06:24:17.380887 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17714 | 2024.08.18 06:24:17.381202 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17715 | 2024.08.18 06:24:17.381494 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17716 | 2024.08.18 06:24:17.381617 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Debug> executeQuery: Read 416 rows, 30.33 KiB in 0.001545 sec., 269255.66343042074 rows/sec., 19.17 MiB/sec. | ||
17717 | 2024.08.18 06:24:17.381621 [ 44 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17718 | 2024.08.18 06:24:17.381671 [ 44 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17719 | 2024.08.18 06:24:17.381699 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17720 | 2024.08.18 06:24:17.381820 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Debug> DynamicQueryHandler: Done processing query | ||
17721 | 2024.08.18 06:24:17.381861 [ 3 ] {64d51b14-7e78-4e58-a2b4-e1dc4d9f0e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
17722 | 2024.08.18 06:24:17.381867 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::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 | ||
17723 | 2024.08.18 06:24:17.381884 [ 3 ] {} <Debug> HTTP-Session: 76e532ad-4a84-4a63-a3d0-1da19e012b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17724 | 2024.08.18 06:24:17.382064 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17725 | 2024.08.18 06:24:17.382103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17726 | 2024.08.18 06:24:17.382127 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 945 rows starting from the beginning of the part | ||
17727 | 2024.08.18 06:24:17.382188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17728 | 2024.08.18 06:24:17.382297 [ 3 ] {} <Debug> HTTP-Session: 21d34fd6-4934-4b61-bc3a-279b091af27c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17729 | 2024.08.18 06:24:17.382403 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 110 rows starting from the beginning of the part | ||
17730 | 2024.08.18 06:24:17.382412 [ 3 ] {} <Debug> HTTP-Session: 21d34fd6-4934-4b61-bc3a-279b091af27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17731 | 2024.08.18 06:24:17.382497 [ 3 ] {} <Debug> HTTP-Session: 21d34fd6-4934-4b61-bc3a-279b091af27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17732 | 2024.08.18 06:24:17.382630 [ 3 ] {} <Trace> HTTP-Session: 21d34fd6-4934-4b61-bc3a-279b091af27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17733 | 2024.08.18 06:24:17.382735 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 880 rows starting from the beginning of the part | ||
17734 | 2024.08.18 06:24:17.382927 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17735 | 2024.08.18 06:24:17.383046 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
17736 | 2024.08.18 06:24:17.383084 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17737 | 2024.08.18 06:24:17.383414 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 109 rows starting from the beginning of the part | ||
17738 | 2024.08.18 06:24:17.383639 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 416 rows starting from the beginning of the part | ||
17739 | 2024.08.18 06:24:17.384003 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17740 | 2024.08.18 06:24:17.384775 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17741 | 2024.08.18 06:24:17.384836 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17742 | 2024.08.18 06:24:17.385740 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17743 | 2024.08.18 06:24:17.386325 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17744 | 2024.08.18 06:24:17.386694 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003882 sec., 1545.595054095827 rows/sec., 80.75 KiB/sec. | ||
17745 | 2024.08.18 06:24:17.386981 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2516 rows, containing 4 columns (4 merged, 0 gathered) in 0.005196357 sec., 484185.36293791974 rows/sec., 35.28 MiB/sec. | ||
17746 | 2024.08.18 06:24:17.387117 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Debug> DynamicQueryHandler: Done processing query | ||
17747 | 2024.08.18 06:24:17.387151 [ 3 ] {bbf8b512-fc53-4fa1-8ba6-7e1f9567bd08} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17748 | 2024.08.18 06:24:17.387175 [ 3 ] {} <Debug> HTTP-Session: 21d34fd6-4934-4b61-bc3a-279b091af27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17749 | 2024.08.18 06:24:17.387193 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17750 | 2024.08.18 06:24:17.387386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17751 | 2024.08.18 06:24:17.387510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17752 | 2024.08.18 06:24:17.387558 [ 3 ] {} <Debug> HTTP-Session: f27408a3-0532-4863-b43d-ee7e9de25d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17753 | 2024.08.18 06:24:17.387592 [ 3 ] {} <Debug> HTTP-Session: f27408a3-0532-4863-b43d-ee7e9de25d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17754 | 2024.08.18 06:24:17.387617 [ 3 ] {} <Debug> HTTP-Session: f27408a3-0532-4863-b43d-ee7e9de25d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17755 | 2024.08.18 06:24:17.387675 [ 3 ] {} <Trace> HTTP-Session: f27408a3-0532-4863-b43d-ee7e9de25d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17756 | 2024.08.18 06:24:17.387837 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17757 | 2024.08.18 06:24:17.387935 [ 198 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_101_20} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17758 | 2024.08.18 06:24:17.388032 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17759 | 2024.08.18 06:24:17.388064 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
17760 | 2024.08.18 06:24:17.388122 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17761 | 2024.08.18 06:24:17.388295 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17762 | 2024.08.18 06:24:17.388717 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17763 | 2024.08.18 06:24:17.388755 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17764 | 2024.08.18 06:24:17.389148 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17765 | 2024.08.18 06:24:17.389488 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17766 | 2024.08.18 06:24:17.389617 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.001813 sec., 131274.13127413127 rows/sec., 8.80 MiB/sec. | ||
17767 | 2024.08.18 06:24:17.389782 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Debug> DynamicQueryHandler: Done processing query | ||
17768 | 2024.08.18 06:24:17.389808 [ 3 ] {f6a5a63e-219d-4b05-8a36-816c39ef7c73} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17769 | 2024.08.18 06:24:17.389824 [ 3 ] {} <Debug> HTTP-Session: f27408a3-0532-4863-b43d-ee7e9de25d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17770 | 2024.08.18 06:24:17.389972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17771 | 2024.08.18 06:24:17.390021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17772 | 2024.08.18 06:24:17.390040 [ 3 ] {} <Debug> HTTP-Session: 3edabb54-aac9-425e-8d47-6ec9264da9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17773 | 2024.08.18 06:24:17.390057 [ 3 ] {} <Debug> HTTP-Session: 3edabb54-aac9-425e-8d47-6ec9264da9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17774 | 2024.08.18 06:24:17.390071 [ 3 ] {} <Debug> HTTP-Session: 3edabb54-aac9-425e-8d47-6ec9264da9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17775 | 2024.08.18 06:24:17.390101 [ 3 ] {} <Trace> HTTP-Session: 3edabb54-aac9-425e-8d47-6ec9264da9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17776 | 2024.08.18 06:24:17.390192 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17777 | 2024.08.18 06:24:17.390237 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17778 | 2024.08.18 06:24:17.390363 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17779 | 2024.08.18 06:24:17.390606 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17780 | 2024.08.18 06:24:17.390642 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17781 | 2024.08.18 06:24:17.390979 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17782 | 2024.08.18 06:24:17.391288 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17783 | 2024.08.18 06:24:17.391416 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001245 sec., 803.2128514056225 rows/sec., 54.12 KiB/sec. | ||
17784 | 2024.08.18 06:24:17.391606 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Debug> DynamicQueryHandler: Done processing query | ||
17785 | 2024.08.18 06:24:17.391633 [ 3 ] {ca039f4d-60fe-43cf-9df4-ee91128c16d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17786 | 2024.08.18 06:24:17.391649 [ 3 ] {} <Debug> HTTP-Session: 3edabb54-aac9-425e-8d47-6ec9264da9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17787 | 2024.08.18 06:24:17.391789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17788 | 2024.08.18 06:24:17.391837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17789 | 2024.08.18 06:24:17.391857 [ 3 ] {} <Debug> HTTP-Session: bd87cafc-b18f-4354-826a-f6df05dce3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17790 | 2024.08.18 06:24:17.391874 [ 3 ] {} <Debug> HTTP-Session: bd87cafc-b18f-4354-826a-f6df05dce3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17791 | 2024.08.18 06:24:17.391888 [ 3 ] {} <Debug> HTTP-Session: bd87cafc-b18f-4354-826a-f6df05dce3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17792 | 2024.08.18 06:24:17.391918 [ 3 ] {} <Trace> HTTP-Session: bd87cafc-b18f-4354-826a-f6df05dce3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17793 | 2024.08.18 06:24:17.392190 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17794 | 2024.08.18 06:24:17.392250 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <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 | ||
17795 | 2024.08.18 06:24:17.392656 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17796 | 2024.08.18 06:24:17.393331 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17797 | 2024.08.18 06:24:17.393367 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17798 | 2024.08.18 06:24:17.393993 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17799 | 2024.08.18 06:24:17.394409 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17800 | 2024.08.18 06:24:17.394557 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002557 sec., 10559.249120062574 rows/sec., 18.92 MiB/sec. | ||
17801 | 2024.08.18 06:24:17.394858 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Debug> DynamicQueryHandler: Done processing query | ||
17802 | 2024.08.18 06:24:17.394892 [ 3 ] {e99da693-d706-4a10-abd1-5a10163cbf6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17803 | 2024.08.18 06:24:17.394914 [ 3 ] {} <Debug> HTTP-Session: bd87cafc-b18f-4354-826a-f6df05dce3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17804 | 2024.08.18 06:24:17.395052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17805 | 2024.08.18 06:24:17.395102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17806 | 2024.08.18 06:24:17.395122 [ 3 ] {} <Debug> HTTP-Session: 2ac18a2e-c4cb-46c0-98cb-ddd300062f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17807 | 2024.08.18 06:24:17.395139 [ 3 ] {} <Debug> HTTP-Session: 2ac18a2e-c4cb-46c0-98cb-ddd300062f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17808 | 2024.08.18 06:24:17.395153 [ 3 ] {} <Debug> HTTP-Session: 2ac18a2e-c4cb-46c0-98cb-ddd300062f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17809 | 2024.08.18 06:24:17.395184 [ 3 ] {} <Trace> HTTP-Session: 2ac18a2e-c4cb-46c0-98cb-ddd300062f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17810 | 2024.08.18 06:24:17.395299 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17811 | 2024.08.18 06:24:17.395342 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17812 | 2024.08.18 06:24:17.395470 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17813 | 2024.08.18 06:24:17.395828 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17814 | 2024.08.18 06:24:17.395864 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17815 | 2024.08.18 06:24:17.396225 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17816 | 2024.08.18 06:24:17.396538 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17817 | 2024.08.18 06:24:17.396692 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec. | ||
17818 | 2024.08.18 06:24:17.396715 [ 70 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17819 | 2024.08.18 06:24:17.396784 [ 70 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17820 | 2024.08.18 06:24:17.396837 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
17821 | 2024.08.18 06:24:17.396969 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Debug> DynamicQueryHandler: Done processing query | ||
17822 | 2024.08.18 06:24:17.397023 [ 3 ] {cf459658-2013-4f10-b2b5-0a9cefb47e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17823 | 2024.08.18 06:24:17.397031 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
17824 | 2024.08.18 06:24:17.397048 [ 3 ] {} <Debug> HTTP-Session: 2ac18a2e-c4cb-46c0-98cb-ddd300062f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17825 | 2024.08.18 06:24:17.397223 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17826 | 2024.08.18 06:24:17.397264 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5840 rows starting from the beginning of the part | ||
17827 | 2024.08.18 06:24:17.397375 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
17828 | 2024.08.18 06:24:17.397578 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 72 rows starting from the beginning of the part | ||
17829 | 2024.08.18 06:24:17.397644 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 10 rows starting from the beginning of the part | ||
17830 | 2024.08.18 06:24:17.397874 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::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 | ||
17831 | 2024.08.18 06:24:17.397981 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
17832 | 2024.08.18 06:24:17.400106 [ 197 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003178729 sec., 1926556.1801587993 rows/sec., 125.52 MiB/sec. | ||
17833 | 2024.08.18 06:24:17.400505 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17834 | 2024.08.18 06:24:17.400908 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17835 | 2024.08.18 06:24:17.400990 [ 187 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_101_20} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17836 | 2024.08.18 06:24:17.401068 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
17837 | 2024.08.18 06:24:22.360339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17838 | 2024.08.18 06:24:22.360479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17839 | 2024.08.18 06:24:22.360509 [ 3 ] {} <Debug> HTTP-Session: d1575c37-d9ef-40df-85b3-362461b16736 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17840 | 2024.08.18 06:24:22.360538 [ 3 ] {} <Debug> HTTP-Session: d1575c37-d9ef-40df-85b3-362461b16736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17841 | 2024.08.18 06:24:22.360556 [ 3 ] {} <Debug> HTTP-Session: d1575c37-d9ef-40df-85b3-362461b16736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17842 | 2024.08.18 06:24:22.360613 [ 3 ] {} <Trace> HTTP-Session: d1575c37-d9ef-40df-85b3-362461b16736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17843 | 2024.08.18 06:24:22.360814 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17844 | 2024.08.18 06:24:22.360892 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17845 | 2024.08.18 06:24:22.361113 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17846 | 2024.08.18 06:24:22.361577 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17847 | 2024.08.18 06:24:22.361619 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17848 | 2024.08.18 06:24:22.361980 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17849 | 2024.08.18 06:24:22.362306 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17850 | 2024.08.18 06:24:22.362462 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001712 sec., 16939.252336448597 rows/sec., 1.34 MiB/sec. | ||
17851 | 2024.08.18 06:24:22.362679 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Debug> DynamicQueryHandler: Done processing query | ||
17852 | 2024.08.18 06:24:22.362705 [ 3 ] {8c7bacdc-21a7-4ddd-9319-caf563aebff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17853 | 2024.08.18 06:24:22.362721 [ 3 ] {} <Debug> HTTP-Session: d1575c37-d9ef-40df-85b3-362461b16736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17854 | 2024.08.18 06:24:22.362925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17855 | 2024.08.18 06:24:22.362974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17856 | 2024.08.18 06:24:22.362994 [ 3 ] {} <Debug> HTTP-Session: 7a682427-81c4-4159-ab44-6bef87a197d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17857 | 2024.08.18 06:24:22.363011 [ 3 ] {} <Debug> HTTP-Session: 7a682427-81c4-4159-ab44-6bef87a197d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17858 | 2024.08.18 06:24:22.363026 [ 3 ] {} <Debug> HTTP-Session: 7a682427-81c4-4159-ab44-6bef87a197d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17859 | 2024.08.18 06:24:22.363057 [ 3 ] {} <Trace> HTTP-Session: 7a682427-81c4-4159-ab44-6bef87a197d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17860 | 2024.08.18 06:24:22.363191 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17861 | 2024.08.18 06:24:22.363234 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17862 | 2024.08.18 06:24:22.363370 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17863 | 2024.08.18 06:24:22.363817 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17864 | 2024.08.18 06:24:22.363855 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17865 | 2024.08.18 06:24:22.364193 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17866 | 2024.08.18 06:24:22.364501 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17867 | 2024.08.18 06:24:22.364662 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001525 sec., 93770.49180327868 rows/sec., 7.84 MiB/sec. | ||
17868 | 2024.08.18 06:24:22.364844 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Debug> DynamicQueryHandler: Done processing query | ||
17869 | 2024.08.18 06:24:22.364870 [ 3 ] {f800842a-f50c-4c4d-b4fd-2bbc0ebbf39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17870 | 2024.08.18 06:24:22.364887 [ 3 ] {} <Debug> HTTP-Session: 7a682427-81c4-4159-ab44-6bef87a197d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17871 | 2024.08.18 06:24:22.365028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17872 | 2024.08.18 06:24:22.365078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17873 | 2024.08.18 06:24:22.365097 [ 3 ] {} <Debug> HTTP-Session: 394e8a01-ba46-4e28-aae8-d4284ea5cd43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17874 | 2024.08.18 06:24:22.365115 [ 3 ] {} <Debug> HTTP-Session: 394e8a01-ba46-4e28-aae8-d4284ea5cd43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17875 | 2024.08.18 06:24:22.365130 [ 3 ] {} <Debug> HTTP-Session: 394e8a01-ba46-4e28-aae8-d4284ea5cd43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17876 | 2024.08.18 06:24:22.365161 [ 3 ] {} <Trace> HTTP-Session: 394e8a01-ba46-4e28-aae8-d4284ea5cd43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17877 | 2024.08.18 06:24:22.365286 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17878 | 2024.08.18 06:24:22.365328 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17879 | 2024.08.18 06:24:22.365455 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17880 | 2024.08.18 06:24:22.365813 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17881 | 2024.08.18 06:24:22.365849 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17882 | 2024.08.18 06:24:22.366167 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17883 | 2024.08.18 06:24:22.366469 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17884 | 2024.08.18 06:24:22.366619 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001379 sec., 67440.17403915881 rows/sec., 5.27 MiB/sec. | ||
17885 | 2024.08.18 06:24:22.366874 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Debug> DynamicQueryHandler: Done processing query | ||
17886 | 2024.08.18 06:24:22.366940 [ 3 ] {f66bf643-d05b-4a12-b115-37c16a4079f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17887 | 2024.08.18 06:24:22.366996 [ 3 ] {} <Debug> HTTP-Session: 394e8a01-ba46-4e28-aae8-d4284ea5cd43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17888 | 2024.08.18 06:24:22.367201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17889 | 2024.08.18 06:24:22.367256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17890 | 2024.08.18 06:24:22.367276 [ 3 ] {} <Debug> HTTP-Session: df7c8636-9d94-4c78-9eef-db7b685f4601 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17891 | 2024.08.18 06:24:22.367293 [ 3 ] {} <Debug> HTTP-Session: df7c8636-9d94-4c78-9eef-db7b685f4601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17892 | 2024.08.18 06:24:22.367307 [ 3 ] {} <Debug> HTTP-Session: df7c8636-9d94-4c78-9eef-db7b685f4601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17893 | 2024.08.18 06:24:22.367339 [ 3 ] {} <Trace> HTTP-Session: df7c8636-9d94-4c78-9eef-db7b685f4601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17894 | 2024.08.18 06:24:22.367486 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17895 | 2024.08.18 06:24:22.367535 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17896 | 2024.08.18 06:24:22.367697 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17897 | 2024.08.18 06:24:22.368096 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17898 | 2024.08.18 06:24:22.368133 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17899 | 2024.08.18 06:24:22.368525 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17900 | 2024.08.18 06:24:22.368854 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17901 | 2024.08.18 06:24:22.369009 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
17902 | 2024.08.18 06:24:22.369188 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Debug> DynamicQueryHandler: Done processing query | ||
17903 | 2024.08.18 06:24:22.369213 [ 3 ] {88e1e031-b9fb-4bb3-bd6b-68e6b70a255f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17904 | 2024.08.18 06:24:22.369229 [ 3 ] {} <Debug> HTTP-Session: df7c8636-9d94-4c78-9eef-db7b685f4601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17905 | 2024.08.18 06:24:22.369377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17906 | 2024.08.18 06:24:22.369428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17907 | 2024.08.18 06:24:22.369448 [ 3 ] {} <Debug> HTTP-Session: 9361299c-14c2-4c14-9da2-8cd096df3a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17908 | 2024.08.18 06:24:22.369464 [ 3 ] {} <Debug> HTTP-Session: 9361299c-14c2-4c14-9da2-8cd096df3a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17909 | 2024.08.18 06:24:22.369478 [ 3 ] {} <Debug> HTTP-Session: 9361299c-14c2-4c14-9da2-8cd096df3a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17910 | 2024.08.18 06:24:22.369508 [ 3 ] {} <Trace> HTTP-Session: 9361299c-14c2-4c14-9da2-8cd096df3a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17911 | 2024.08.18 06:24:22.369799 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17912 | 2024.08.18 06:24:22.369863 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <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 | ||
17913 | 2024.08.18 06:24:22.370280 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17914 | 2024.08.18 06:24:22.371044 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17915 | 2024.08.18 06:24:22.371082 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17916 | 2024.08.18 06:24:22.371719 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17917 | 2024.08.18 06:24:22.372125 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17918 | 2024.08.18 06:24:22.372326 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002719 sec., 10665.685913938947 rows/sec., 19.11 MiB/sec. | ||
17919 | 2024.08.18 06:24:22.372552 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Debug> DynamicQueryHandler: Done processing query | ||
17920 | 2024.08.18 06:24:22.372577 [ 3 ] {e0b41048-f760-4b6d-9e23-dbd062aca22a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17921 | 2024.08.18 06:24:22.372594 [ 3 ] {} <Debug> HTTP-Session: 9361299c-14c2-4c14-9da2-8cd096df3a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17922 | 2024.08.18 06:24:22.372729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17923 | 2024.08.18 06:24:22.372779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17924 | 2024.08.18 06:24:22.372798 [ 3 ] {} <Debug> HTTP-Session: aff51c65-3495-4537-9374-445e1dee1f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17925 | 2024.08.18 06:24:22.372816 [ 3 ] {} <Debug> HTTP-Session: aff51c65-3495-4537-9374-445e1dee1f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17926 | 2024.08.18 06:24:22.372830 [ 3 ] {} <Debug> HTTP-Session: aff51c65-3495-4537-9374-445e1dee1f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17927 | 2024.08.18 06:24:22.372861 [ 3 ] {} <Trace> HTTP-Session: aff51c65-3495-4537-9374-445e1dee1f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17928 | 2024.08.18 06:24:22.372972 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17929 | 2024.08.18 06:24:22.373017 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17930 | 2024.08.18 06:24:22.373146 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17931 | 2024.08.18 06:24:22.373514 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17932 | 2024.08.18 06:24:22.373552 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17933 | 2024.08.18 06:24:22.373909 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17934 | 2024.08.18 06:24:22.374232 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17935 | 2024.08.18 06:24:22.374388 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
17936 | 2024.08.18 06:24:22.374557 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Debug> DynamicQueryHandler: Done processing query | ||
17937 | 2024.08.18 06:24:22.374581 [ 3 ] {0ec9be71-8e3a-41a2-adb8-0800546918f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17938 | 2024.08.18 06:24:22.374597 [ 3 ] {} <Debug> HTTP-Session: aff51c65-3495-4537-9374-445e1dee1f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17939 | 2024.08.18 06:24:25.228378 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17940 | 2024.08.18 06:24:25.228435 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17941 | 2024.08.18 06:24:27.365183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17942 | 2024.08.18 06:24:27.365309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17943 | 2024.08.18 06:24:27.365334 [ 3 ] {} <Debug> HTTP-Session: ee3b0937-ac71-4331-931d-4c09a2337409 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17944 | 2024.08.18 06:24:27.365357 [ 3 ] {} <Debug> HTTP-Session: ee3b0937-ac71-4331-931d-4c09a2337409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17945 | 2024.08.18 06:24:27.365373 [ 3 ] {} <Debug> HTTP-Session: ee3b0937-ac71-4331-931d-4c09a2337409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17946 | 2024.08.18 06:24:27.365423 [ 3 ] {} <Trace> HTTP-Session: ee3b0937-ac71-4331-931d-4c09a2337409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17947 | 2024.08.18 06:24:27.365609 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17948 | 2024.08.18 06:24:27.365674 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17949 | 2024.08.18 06:24:27.365862 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17950 | 2024.08.18 06:24:27.366325 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17951 | 2024.08.18 06:24:27.366366 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17952 | 2024.08.18 06:24:27.366721 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17953 | 2024.08.18 06:24:27.367060 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17954 | 2024.08.18 06:24:27.367222 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001667 sec., 16196.760647870426 rows/sec., 1.28 MiB/sec. | ||
17955 | 2024.08.18 06:24:27.367248 [ 102 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17956 | 2024.08.18 06:24:27.367353 [ 102 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17957 | 2024.08.18 06:24:27.367402 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17958 | 2024.08.18 06:24:27.367524 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Debug> DynamicQueryHandler: Done processing query | ||
17959 | 2024.08.18 06:24:27.367588 [ 3 ] {6fab22a3-7d76-4953-857a-e66ed79d4958} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17960 | 2024.08.18 06:24:27.367618 [ 3 ] {} <Debug> HTTP-Session: ee3b0937-ac71-4331-931d-4c09a2337409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17961 | 2024.08.18 06:24:27.367656 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
17962 | 2024.08.18 06:24:27.367792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17963 | 2024.08.18 06:24:27.367904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17964 | 2024.08.18 06:24:27.367968 [ 3 ] {} <Debug> HTTP-Session: c57beeec-3ac1-43c6-80ef-db3421d9449e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17965 | 2024.08.18 06:24:27.367978 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17966 | 2024.08.18 06:24:27.367999 [ 3 ] {} <Debug> HTTP-Session: c57beeec-3ac1-43c6-80ef-db3421d9449e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17967 | 2024.08.18 06:24:27.368036 [ 3 ] {} <Debug> HTTP-Session: c57beeec-3ac1-43c6-80ef-db3421d9449e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17968 | 2024.08.18 06:24:27.368046 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 56 rows starting from the beginning of the part | ||
17969 | 2024.08.18 06:24:27.368096 [ 3 ] {} <Trace> HTTP-Session: c57beeec-3ac1-43c6-80ef-db3421d9449e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17970 | 2024.08.18 06:24:27.368264 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 27 rows starting from the beginning of the part | ||
17971 | 2024.08.18 06:24:27.368379 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17972 | 2024.08.18 06:24:27.368440 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 29 rows starting from the beginning of the part | ||
17973 | 2024.08.18 06:24:27.368533 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17974 | 2024.08.18 06:24:27.368785 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 27 rows starting from the beginning of the part | ||
17975 | 2024.08.18 06:24:27.369192 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 29 rows starting from the beginning of the part | ||
17976 | 2024.08.18 06:24:27.369558 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 27 rows starting from the beginning of the part | ||
17977 | 2024.08.18 06:24:27.370003 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17978 | 2024.08.18 06:24:27.370771 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17979 | 2024.08.18 06:24:27.370838 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
17980 | 2024.08.18 06:24:27.371653 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
17981 | 2024.08.18 06:24:27.372143 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.004640747 sec., 42019.09735652472 rows/sec., 3.33 MiB/sec. | ||
17982 | 2024.08.18 06:24:27.372462 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17983 | 2024.08.18 06:24:27.372471 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
17984 | 2024.08.18 06:24:27.372827 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004552 sec., 439.3673110720563 rows/sec., 35.83 KiB/sec. | ||
17985 | 2024.08.18 06:24:27.373187 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Debug> DynamicQueryHandler: Done processing query | ||
17986 | 2024.08.18 06:24:27.373258 [ 3 ] {cafca237-b3dd-4ffb-a3c4-59b0a3e04a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17987 | 2024.08.18 06:24:27.373324 [ 3 ] {} <Debug> HTTP-Session: c57beeec-3ac1-43c6-80ef-db3421d9449e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17988 | 2024.08.18 06:24:27.373521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17989 | 2024.08.18 06:24:27.373595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17990 | 2024.08.18 06:24:27.373635 [ 3 ] {} <Debug> HTTP-Session: b608066d-271f-44c9-8fea-a674ad7a7226 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
17991 | 2024.08.18 06:24:27.373655 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17992 | 2024.08.18 06:24:27.373668 [ 3 ] {} <Debug> HTTP-Session: b608066d-271f-44c9-8fea-a674ad7a7226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17993 | 2024.08.18 06:24:27.373712 [ 3 ] {} <Debug> HTTP-Session: b608066d-271f-44c9-8fea-a674ad7a7226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17994 | 2024.08.18 06:24:27.373796 [ 3 ] {} <Trace> HTTP-Session: b608066d-271f-44c9-8fea-a674ad7a7226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17995 | 2024.08.18 06:24:27.373848 [ 197 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_81_16} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
17996 | 2024.08.18 06:24:27.374012 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
17997 | 2024.08.18 06:24:27.374068 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17998 | 2024.08.18 06:24:27.374117 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17999 | 2024.08.18 06:24:27.374258 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18000 | 2024.08.18 06:24:27.374762 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18001 | 2024.08.18 06:24:27.374798 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18002 | 2024.08.18 06:24:27.375128 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18003 | 2024.08.18 06:24:27.375431 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18004 | 2024.08.18 06:24:27.375572 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Debug> executeQuery: Read 271 rows, 24.27 KiB in 0.001656 sec., 163647.34299516908 rows/sec., 14.31 MiB/sec. | ||
18005 | 2024.08.18 06:24:27.375816 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Debug> DynamicQueryHandler: Done processing query | ||
18006 | 2024.08.18 06:24:27.375841 [ 3 ] {fcea1e5c-d8b3-48d2-9c0a-d04fcaf2cccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
18007 | 2024.08.18 06:24:27.375857 [ 3 ] {} <Debug> HTTP-Session: b608066d-271f-44c9-8fea-a674ad7a7226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18008 | 2024.08.18 06:24:27.376141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18009 | 2024.08.18 06:24:27.376239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18010 | 2024.08.18 06:24:27.376262 [ 3 ] {} <Debug> HTTP-Session: 41f98e06-85a8-4f09-aca9-6629328065f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18011 | 2024.08.18 06:24:27.376279 [ 3 ] {} <Debug> HTTP-Session: 41f98e06-85a8-4f09-aca9-6629328065f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18012 | 2024.08.18 06:24:27.376292 [ 3 ] {} <Debug> HTTP-Session: 41f98e06-85a8-4f09-aca9-6629328065f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18013 | 2024.08.18 06:24:27.376323 [ 3 ] {} <Trace> HTTP-Session: 41f98e06-85a8-4f09-aca9-6629328065f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18014 | 2024.08.18 06:24:27.376422 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
18015 | 2024.08.18 06:24:27.376466 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
18016 | 2024.08.18 06:24:27.376612 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18017 | 2024.08.18 06:24:27.376878 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18018 | 2024.08.18 06:24:27.376937 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18019 | 2024.08.18 06:24:27.377226 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
18020 | 2024.08.18 06:24:27.377525 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18021 | 2024.08.18 06:24:27.377684 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. | ||
18022 | 2024.08.18 06:24:27.377852 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Debug> DynamicQueryHandler: Done processing query | ||
18023 | 2024.08.18 06:24:27.377876 [ 3 ] {b640b311-f750-4c6b-baa4-c1b16c236ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18024 | 2024.08.18 06:24:27.377891 [ 3 ] {} <Debug> HTTP-Session: 41f98e06-85a8-4f09-aca9-6629328065f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18025 | 2024.08.18 06:24:27.378003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18026 | 2024.08.18 06:24:27.378050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18027 | 2024.08.18 06:24:27.378069 [ 3 ] {} <Debug> HTTP-Session: 1dbedb6a-e458-4293-8033-3b173cd1184f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18028 | 2024.08.18 06:24:27.378085 [ 3 ] {} <Debug> HTTP-Session: 1dbedb6a-e458-4293-8033-3b173cd1184f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18029 | 2024.08.18 06:24:27.378097 [ 3 ] {} <Debug> HTTP-Session: 1dbedb6a-e458-4293-8033-3b173cd1184f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18030 | 2024.08.18 06:24:27.378127 [ 3 ] {} <Trace> HTTP-Session: 1dbedb6a-e458-4293-8033-3b173cd1184f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18031 | 2024.08.18 06:24:27.378222 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
18032 | 2024.08.18 06:24:27.378263 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18033 | 2024.08.18 06:24:27.378395 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18034 | 2024.08.18 06:24:27.378670 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18035 | 2024.08.18 06:24:27.378706 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18036 | 2024.08.18 06:24:27.379006 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
18037 | 2024.08.18 06:24:27.379299 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18038 | 2024.08.18 06:24:27.379437 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001239 sec., 11299.435028248587 rows/sec., 791.34 KiB/sec. | ||
18039 | 2024.08.18 06:24:27.379706 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Debug> DynamicQueryHandler: Done processing query | ||
18040 | 2024.08.18 06:24:27.379767 [ 3 ] {948bd3ff-896e-49ba-b177-f355db9c43a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18041 | 2024.08.18 06:24:27.379805 [ 3 ] {} <Debug> HTTP-Session: 1dbedb6a-e458-4293-8033-3b173cd1184f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18042 | 2024.08.18 06:24:27.379939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18043 | 2024.08.18 06:24:27.379988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18044 | 2024.08.18 06:24:27.380007 [ 3 ] {} <Debug> HTTP-Session: 458a9d9e-3405-43ec-b4e3-7e6795b45c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18045 | 2024.08.18 06:24:27.380024 [ 3 ] {} <Debug> HTTP-Session: 458a9d9e-3405-43ec-b4e3-7e6795b45c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18046 | 2024.08.18 06:24:27.380037 [ 3 ] {} <Debug> HTTP-Session: 458a9d9e-3405-43ec-b4e3-7e6795b45c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18047 | 2024.08.18 06:24:27.380067 [ 3 ] {} <Trace> HTTP-Session: 458a9d9e-3405-43ec-b4e3-7e6795b45c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18048 | 2024.08.18 06:24:27.380161 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
18049 | 2024.08.18 06:24:27.380204 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18050 | 2024.08.18 06:24:27.380349 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18051 | 2024.08.18 06:24:27.380617 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18052 | 2024.08.18 06:24:27.380652 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18053 | 2024.08.18 06:24:27.380941 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
18054 | 2024.08.18 06:24:27.381233 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18055 | 2024.08.18 06:24:27.381383 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00124 sec., 4838.709677419355 rows/sec., 285.88 KiB/sec. | ||
18056 | 2024.08.18 06:24:27.381656 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Debug> DynamicQueryHandler: Done processing query | ||
18057 | 2024.08.18 06:24:27.381707 [ 3 ] {e5d31174-f624-4635-b18b-d17e17e2220f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18058 | 2024.08.18 06:24:27.381754 [ 3 ] {} <Debug> HTTP-Session: 458a9d9e-3405-43ec-b4e3-7e6795b45c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18059 | 2024.08.18 06:24:27.382032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18060 | 2024.08.18 06:24:27.382086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18061 | 2024.08.18 06:24:27.382106 [ 3 ] {} <Debug> HTTP-Session: d2bc3f39-4f08-43de-9d3a-4b0753362527 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18062 | 2024.08.18 06:24:27.382123 [ 3 ] {} <Debug> HTTP-Session: d2bc3f39-4f08-43de-9d3a-4b0753362527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18063 | 2024.08.18 06:24:27.382136 [ 3 ] {} <Debug> HTTP-Session: d2bc3f39-4f08-43de-9d3a-4b0753362527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18064 | 2024.08.18 06:24:27.382167 [ 3 ] {} <Trace> HTTP-Session: d2bc3f39-4f08-43de-9d3a-4b0753362527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18065 | 2024.08.18 06:24:27.382381 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18066 | 2024.08.18 06:24:27.382426 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18067 | 2024.08.18 06:24:27.382568 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18068 | 2024.08.18 06:24:27.383117 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18069 | 2024.08.18 06:24:27.383154 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18070 | 2024.08.18 06:24:27.383476 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18071 | 2024.08.18 06:24:27.383789 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18072 | 2024.08.18 06:24:27.383937 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.00166 sec., 247590.36144578314 rows/sec., 17.65 MiB/sec. | ||
18073 | 2024.08.18 06:24:27.384189 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Debug> DynamicQueryHandler: Done processing query | ||
18074 | 2024.08.18 06:24:27.384248 [ 3 ] {44e96287-3d54-4077-a5b5-780a8568fc51} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
18075 | 2024.08.18 06:24:27.384310 [ 3 ] {} <Debug> HTTP-Session: d2bc3f39-4f08-43de-9d3a-4b0753362527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18076 | 2024.08.18 06:24:27.384514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18077 | 2024.08.18 06:24:27.384568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18078 | 2024.08.18 06:24:27.384588 [ 3 ] {} <Debug> HTTP-Session: 6fd654bc-b332-4199-8061-662fc4e21dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18079 | 2024.08.18 06:24:27.384605 [ 3 ] {} <Debug> HTTP-Session: 6fd654bc-b332-4199-8061-662fc4e21dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18080 | 2024.08.18 06:24:27.384619 [ 3 ] {} <Debug> HTTP-Session: 6fd654bc-b332-4199-8061-662fc4e21dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18081 | 2024.08.18 06:24:27.384651 [ 3 ] {} <Trace> HTTP-Session: 6fd654bc-b332-4199-8061-662fc4e21dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18082 | 2024.08.18 06:24:27.384751 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18083 | 2024.08.18 06:24:27.384797 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18084 | 2024.08.18 06:24:27.384944 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18085 | 2024.08.18 06:24:27.385259 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18086 | 2024.08.18 06:24:27.385296 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18087 | 2024.08.18 06:24:27.385656 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
18088 | 2024.08.18 06:24:27.385975 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18089 | 2024.08.18 06:24:27.386129 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
18090 | 2024.08.18 06:24:27.386323 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Debug> DynamicQueryHandler: Done processing query | ||
18091 | 2024.08.18 06:24:27.386352 [ 3 ] {ec19c6d3-9753-4132-af7c-78f94a629aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18092 | 2024.08.18 06:24:27.386370 [ 3 ] {} <Debug> HTTP-Session: 6fd654bc-b332-4199-8061-662fc4e21dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18093 | 2024.08.18 06:24:27.386608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18094 | 2024.08.18 06:24:27.386656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18095 | 2024.08.18 06:24:27.386675 [ 3 ] {} <Debug> HTTP-Session: 7d67a020-da21-4ccd-bbb2-0488c0f015f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18096 | 2024.08.18 06:24:27.386691 [ 3 ] {} <Debug> HTTP-Session: 7d67a020-da21-4ccd-bbb2-0488c0f015f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18097 | 2024.08.18 06:24:27.386705 [ 3 ] {} <Debug> HTTP-Session: 7d67a020-da21-4ccd-bbb2-0488c0f015f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18098 | 2024.08.18 06:24:27.386735 [ 3 ] {} <Trace> HTTP-Session: 7d67a020-da21-4ccd-bbb2-0488c0f015f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18099 | 2024.08.18 06:24:27.386968 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18100 | 2024.08.18 06:24:27.387013 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18101 | 2024.08.18 06:24:27.387158 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18102 | 2024.08.18 06:24:27.387592 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18103 | 2024.08.18 06:24:27.387628 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18104 | 2024.08.18 06:24:27.388006 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18105 | 2024.08.18 06:24:27.388333 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18106 | 2024.08.18 06:24:27.388489 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001656 sec., 143719.80676328504 rows/sec., 9.63 MiB/sec. | ||
18107 | 2024.08.18 06:24:27.388551 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_98_20 to all_103_103_0 | ||
18108 | 2024.08.18 06:24:27.388675 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18109 | 2024.08.18 06:24:27.388738 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18110 | 2024.08.18 06:24:27.388769 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Debug> DynamicQueryHandler: Done processing query | ||
18111 | 2024.08.18 06:24:27.388829 [ 3 ] {644ef3f7-5f96-46d0-be20-6880bf405e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
18112 | 2024.08.18 06:24:27.388897 [ 3 ] {} <Debug> HTTP-Session: 7d67a020-da21-4ccd-bbb2-0488c0f015f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18113 | 2024.08.18 06:24:27.388996 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_98_20 to all_103_103_0 into Compact with storage Full | ||
18114 | 2024.08.18 06:24:27.389146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18115 | 2024.08.18 06:24:27.389256 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18116 | 2024.08.18 06:24:27.389260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18117 | 2024.08.18 06:24:27.389322 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_98_20, total 27600 rows starting from the beginning of the part | ||
18118 | 2024.08.18 06:24:27.389327 [ 3 ] {} <Debug> HTTP-Session: 2aa1ae3b-0df5-4ee5-bd56-bf616f800f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18119 | 2024.08.18 06:24:27.389371 [ 3 ] {} <Debug> HTTP-Session: 2aa1ae3b-0df5-4ee5-bd56-bf616f800f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18120 | 2024.08.18 06:24:27.389430 [ 3 ] {} <Debug> HTTP-Session: 2aa1ae3b-0df5-4ee5-bd56-bf616f800f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18121 | 2024.08.18 06:24:27.389544 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 30 rows starting from the beginning of the part | ||
18122 | 2024.08.18 06:24:27.389583 [ 3 ] {} <Trace> HTTP-Session: 2aa1ae3b-0df5-4ee5-bd56-bf616f800f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18123 | 2024.08.18 06:24:27.389820 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 163 rows starting from the beginning of the part | ||
18124 | 2024.08.18 06:24:27.389935 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18125 | 2024.08.18 06:24:27.390183 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 238 rows starting from the beginning of the part | ||
18126 | 2024.08.18 06:24:27.390275 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18127 | 2024.08.18 06:24:27.390484 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
18128 | 2024.08.18 06:24:27.390819 [ 195 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 238 rows starting from the beginning of the part | ||
18129 | 2024.08.18 06:24:27.391421 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18130 | 2024.08.18 06:24:27.392011 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18131 | 2024.08.18 06:24:27.392049 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18132 | 2024.08.18 06:24:27.392551 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
18133 | 2024.08.18 06:24:27.392928 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18134 | 2024.08.18 06:24:27.393144 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003307 sec., 302.3888720895071 rows/sec., 20.38 KiB/sec. | ||
18135 | 2024.08.18 06:24:27.393170 [ 102 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
18136 | 2024.08.18 06:24:27.393362 [ 102 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18137 | 2024.08.18 06:24:27.393464 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18138 | 2024.08.18 06:24:27.393646 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Debug> DynamicQueryHandler: Done processing query | ||
18139 | 2024.08.18 06:24:27.393733 [ 3 ] {68e79e3b-845c-4f09-8b5d-50296b57b05b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18140 | 2024.08.18 06:24:27.393797 [ 3 ] {} <Debug> HTTP-Session: 2aa1ae3b-0df5-4ee5-bd56-bf616f800f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18141 | 2024.08.18 06:24:27.394122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18142 | 2024.08.18 06:24:27.394308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18143 | 2024.08.18 06:24:27.394407 [ 3 ] {} <Debug> HTTP-Session: 24d2facd-5701-4916-85ff-dbdcb8763682 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18144 | 2024.08.18 06:24:27.394498 [ 3 ] {} <Debug> HTTP-Session: 24d2facd-5701-4916-85ff-dbdcb8763682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18145 | 2024.08.18 06:24:27.394545 [ 3 ] {} <Debug> HTTP-Session: 24d2facd-5701-4916-85ff-dbdcb8763682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18146 | 2024.08.18 06:24:27.394689 [ 3 ] {} <Trace> HTTP-Session: 24d2facd-5701-4916-85ff-dbdcb8763682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18147 | 2024.08.18 06:24:27.395316 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18148 | 2024.08.18 06:24:27.395589 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <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 | ||
18149 | 2024.08.18 06:24:27.395757 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
18150 | 2024.08.18 06:24:27.396396 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18151 | 2024.08.18 06:24:27.396511 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 39 rows starting from the beginning of the part | ||
18152 | 2024.08.18 06:24:27.396857 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
18153 | 2024.08.18 06:24:27.397579 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
18154 | 2024.08.18 06:24:27.398028 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
18155 | 2024.08.18 06:24:27.398481 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
18156 | 2024.08.18 06:24:27.398812 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
18157 | 2024.08.18 06:24:27.399537 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18158 | 2024.08.18 06:24:27.401839 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18159 | 2024.08.18 06:24:27.401923 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18160 | 2024.08.18 06:24:27.403210 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.009334185 sec., 4713.855574964498 rows/sec., 317.63 KiB/sec. | ||
18161 | 2024.08.18 06:24:27.403473 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
18162 | 2024.08.18 06:24:27.404298 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28429 rows, containing 5 columns (5 merged, 0 gathered) in 0.015437348 sec., 1841572.7882794377 rows/sec., 124.45 MiB/sec. | ||
18163 | 2024.08.18 06:24:27.404866 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Trace> MergedBlockOutputStream: filled checksums all_1_103_21 (state Temporary) | ||
18164 | 2024.08.18 06:24:27.405077 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18165 | 2024.08.18 06:24:27.405400 [ 197 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_44_9} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
18166 | 2024.08.18 06:24:27.405705 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
18167 | 2024.08.18 06:24:27.406157 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
18168 | 2024.08.18 06:24:27.406257 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_103_21 to all_1_103_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18169 | 2024.08.18 06:24:27.406440 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_103_21} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_98_20, all_103_103_0] -> all_1_103_21 | ||
18170 | 2024.08.18 06:24:27.406660 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
18171 | 2024.08.18 06:24:27.406997 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18172 | 2024.08.18 06:24:27.407198 [ 102 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
18173 | 2024.08.18 06:24:27.407225 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.012294 sec., 2196.193265007321 rows/sec., 3.94 MiB/sec. | ||
18174 | 2024.08.18 06:24:27.407265 [ 102 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18175 | 2024.08.18 06:24:27.407335 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18176 | 2024.08.18 06:24:27.407620 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
18177 | 2024.08.18 06:24:27.407763 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Debug> DynamicQueryHandler: Done processing query | ||
18178 | 2024.08.18 06:24:27.407797 [ 3 ] {18a911c2-615e-4ae6-84f2-e27379a02c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
18179 | 2024.08.18 06:24:27.407828 [ 3 ] {} <Debug> HTTP-Session: 24d2facd-5701-4916-85ff-dbdcb8763682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18180 | 2024.08.18 06:24:27.407962 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18181 | 2024.08.18 06:24:27.407974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18182 | 2024.08.18 06:24:27.408026 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1344 rows starting from the beginning of the part | ||
18183 | 2024.08.18 06:24:27.408036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18184 | 2024.08.18 06:24:27.408067 [ 3 ] {} <Debug> HTTP-Session: 45384d71-c448-475d-9753-95d58755b3ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18185 | 2024.08.18 06:24:27.408094 [ 3 ] {} <Debug> HTTP-Session: 45384d71-c448-475d-9753-95d58755b3ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18186 | 2024.08.18 06:24:27.408117 [ 3 ] {} <Debug> HTTP-Session: 45384d71-c448-475d-9753-95d58755b3ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18187 | 2024.08.18 06:24:27.408212 [ 3 ] {} <Trace> HTTP-Session: 45384d71-c448-475d-9753-95d58755b3ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18188 | 2024.08.18 06:24:27.408509 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 27 rows starting from the beginning of the part | ||
18189 | 2024.08.18 06:24:27.408513 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18190 | 2024.08.18 06:24:27.408582 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18191 | 2024.08.18 06:24:27.409103 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 29 rows starting from the beginning of the part | ||
18192 | 2024.08.18 06:24:27.409212 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18193 | 2024.08.18 06:24:27.409666 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 27 rows starting from the beginning of the part | ||
18194 | 2024.08.18 06:24:27.410338 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 29 rows starting from the beginning of the part | ||
18195 | 2024.08.18 06:24:27.410366 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18196 | 2024.08.18 06:24:27.410410 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18197 | 2024.08.18 06:24:27.410810 [ 200 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 27 rows starting from the beginning of the part | ||
18198 | 2024.08.18 06:24:27.411475 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18199 | 2024.08.18 06:24:27.411950 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18200 | 2024.08.18 06:24:27.412135 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003731 sec., 21978.021978021978 rows/sec., 1.40 MiB/sec. | ||
18201 | 2024.08.18 06:24:27.412360 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Debug> DynamicQueryHandler: Done processing query | ||
18202 | 2024.08.18 06:24:27.412397 [ 3 ] {da61152e-73a1-4b4c-a279-04a3ebbb02d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
18203 | 2024.08.18 06:24:27.412428 [ 3 ] {} <Debug> HTTP-Session: 45384d71-c448-475d-9753-95d58755b3ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18204 | 2024.08.18 06:24:27.417523 [ 191 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1483 rows, containing 19 columns (19 merged, 0 gathered) in 0.010030988 sec., 147841.86762061724 rows/sec., 264.93 MiB/sec. | ||
18205 | 2024.08.18 06:24:27.419166 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
18206 | 2024.08.18 06:24:27.419695 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18207 | 2024.08.18 06:24:27.419773 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
18208 | 2024.08.18 06:24:27.419876 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. | ||
18209 | 2024.08.18 06:24:28.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.21 MiB, peak 225.63 MiB, free memory in arenas 0.00 B, will set to 215.05 MiB (RSS), difference: 1.84 MiB | ||
18210 | 2024.08.18 06:24:32.360384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18211 | 2024.08.18 06:24:32.360519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18212 | 2024.08.18 06:24:32.360548 [ 3 ] {} <Debug> HTTP-Session: f3f9c8c6-a6cc-4cb1-8114-45d57cdabd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18213 | 2024.08.18 06:24:32.360576 [ 3 ] {} <Debug> HTTP-Session: f3f9c8c6-a6cc-4cb1-8114-45d57cdabd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18214 | 2024.08.18 06:24:32.360594 [ 3 ] {} <Debug> HTTP-Session: f3f9c8c6-a6cc-4cb1-8114-45d57cdabd9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18215 | 2024.08.18 06:24:32.360650 [ 3 ] {} <Trace> HTTP-Session: f3f9c8c6-a6cc-4cb1-8114-45d57cdabd9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18216 | 2024.08.18 06:24:32.360860 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18217 | 2024.08.18 06:24:32.360936 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18218 | 2024.08.18 06:24:32.361160 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18219 | 2024.08.18 06:24:32.361713 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18220 | 2024.08.18 06:24:32.361759 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18221 | 2024.08.18 06:24:32.362144 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
18222 | 2024.08.18 06:24:32.362486 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18223 | 2024.08.18 06:24:32.362670 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001873 sec., 15483.182060864921 rows/sec., 1.23 MiB/sec. | ||
18224 | 2024.08.18 06:24:32.362892 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Debug> DynamicQueryHandler: Done processing query | ||
18225 | 2024.08.18 06:24:32.362919 [ 3 ] {9b798f44-3a27-47e5-8b8b-c9954d78e7ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18226 | 2024.08.18 06:24:32.362935 [ 3 ] {} <Debug> HTTP-Session: f3f9c8c6-a6cc-4cb1-8114-45d57cdabd9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18227 | 2024.08.18 06:24:32.363121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18228 | 2024.08.18 06:24:32.363181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18229 | 2024.08.18 06:24:32.363201 [ 3 ] {} <Debug> HTTP-Session: 93027231-3fdb-4b47-ba4c-c50a027ec2e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18230 | 2024.08.18 06:24:32.363219 [ 3 ] {} <Debug> HTTP-Session: 93027231-3fdb-4b47-ba4c-c50a027ec2e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18231 | 2024.08.18 06:24:32.363233 [ 3 ] {} <Debug> HTTP-Session: 93027231-3fdb-4b47-ba4c-c50a027ec2e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18232 | 2024.08.18 06:24:32.363269 [ 3 ] {} <Trace> HTTP-Session: 93027231-3fdb-4b47-ba4c-c50a027ec2e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18233 | 2024.08.18 06:24:32.363425 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18234 | 2024.08.18 06:24:32.363475 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18235 | 2024.08.18 06:24:32.363616 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18236 | 2024.08.18 06:24:32.364068 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18237 | 2024.08.18 06:24:32.364107 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18238 | 2024.08.18 06:24:32.364459 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
18239 | 2024.08.18 06:24:32.364784 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18240 | 2024.08.18 06:24:32.364954 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001589 sec., 89993.70673379484 rows/sec., 7.53 MiB/sec. | ||
18241 | 2024.08.18 06:24:32.365136 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Debug> DynamicQueryHandler: Done processing query | ||
18242 | 2024.08.18 06:24:32.365161 [ 3 ] {701c2060-f9a3-4560-b351-747d80d137c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
18243 | 2024.08.18 06:24:32.365176 [ 3 ] {} <Debug> HTTP-Session: 93027231-3fdb-4b47-ba4c-c50a027ec2e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18244 | 2024.08.18 06:24:32.365435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18245 | 2024.08.18 06:24:32.365500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18246 | 2024.08.18 06:24:32.365522 [ 3 ] {} <Debug> HTTP-Session: 17e2be45-dd85-4337-846d-c1b70ce4abb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18247 | 2024.08.18 06:24:32.365539 [ 3 ] {} <Debug> HTTP-Session: 17e2be45-dd85-4337-846d-c1b70ce4abb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18248 | 2024.08.18 06:24:32.365552 [ 3 ] {} <Debug> HTTP-Session: 17e2be45-dd85-4337-846d-c1b70ce4abb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18249 | 2024.08.18 06:24:32.365588 [ 3 ] {} <Trace> HTTP-Session: 17e2be45-dd85-4337-846d-c1b70ce4abb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18250 | 2024.08.18 06:24:32.365718 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18251 | 2024.08.18 06:24:32.365762 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18252 | 2024.08.18 06:24:32.365896 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18253 | 2024.08.18 06:24:32.366253 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18254 | 2024.08.18 06:24:32.366292 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18255 | 2024.08.18 06:24:32.366625 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
18256 | 2024.08.18 06:24:32.366936 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18257 | 2024.08.18 06:24:32.367098 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001422 sec., 65400.843881856534 rows/sec., 5.11 MiB/sec. | ||
18258 | 2024.08.18 06:24:32.367300 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Debug> DynamicQueryHandler: Done processing query | ||
18259 | 2024.08.18 06:24:32.367336 [ 3 ] {52b43f7b-6556-4ea7-b395-925f9c67f416} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
18260 | 2024.08.18 06:24:32.367364 [ 3 ] {} <Debug> HTTP-Session: 17e2be45-dd85-4337-846d-c1b70ce4abb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18261 | 2024.08.18 06:24:32.367574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18262 | 2024.08.18 06:24:32.367627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18263 | 2024.08.18 06:24:32.367645 [ 3 ] {} <Debug> HTTP-Session: e4e0741e-a776-40af-abd4-7b3c165dbf2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18264 | 2024.08.18 06:24:32.367662 [ 3 ] {} <Debug> HTTP-Session: e4e0741e-a776-40af-abd4-7b3c165dbf2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18265 | 2024.08.18 06:24:32.367676 [ 3 ] {} <Debug> HTTP-Session: e4e0741e-a776-40af-abd4-7b3c165dbf2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18266 | 2024.08.18 06:24:32.367709 [ 3 ] {} <Trace> HTTP-Session: e4e0741e-a776-40af-abd4-7b3c165dbf2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18267 | 2024.08.18 06:24:32.367858 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18268 | 2024.08.18 06:24:32.367907 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18269 | 2024.08.18 06:24:32.368054 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18270 | 2024.08.18 06:24:32.368430 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18271 | 2024.08.18 06:24:32.368468 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18272 | 2024.08.18 06:24:32.368856 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
18273 | 2024.08.18 06:24:32.369201 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18274 | 2024.08.18 06:24:32.369363 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
18275 | 2024.08.18 06:24:32.369538 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Debug> DynamicQueryHandler: Done processing query | ||
18276 | 2024.08.18 06:24:32.369564 [ 3 ] {6c1169dd-58d2-43e3-84f7-1c802958c032} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
18277 | 2024.08.18 06:24:32.369579 [ 3 ] {} <Debug> HTTP-Session: e4e0741e-a776-40af-abd4-7b3c165dbf2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18278 | 2024.08.18 06:24:32.369769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18279 | 2024.08.18 06:24:32.369817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18280 | 2024.08.18 06:24:32.369835 [ 3 ] {} <Debug> HTTP-Session: 9ab6a85a-0cd1-493c-8dd8-7cfe902b00a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18281 | 2024.08.18 06:24:32.369851 [ 3 ] {} <Debug> HTTP-Session: 9ab6a85a-0cd1-493c-8dd8-7cfe902b00a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18282 | 2024.08.18 06:24:32.369865 [ 3 ] {} <Debug> HTTP-Session: 9ab6a85a-0cd1-493c-8dd8-7cfe902b00a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18283 | 2024.08.18 06:24:32.369895 [ 3 ] {} <Trace> HTTP-Session: 9ab6a85a-0cd1-493c-8dd8-7cfe902b00a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18284 | 2024.08.18 06:24:32.370192 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18285 | 2024.08.18 06:24:32.370257 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <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 | ||
18286 | 2024.08.18 06:24:32.370667 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18287 | 2024.08.18 06:24:32.371364 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18288 | 2024.08.18 06:24:32.371403 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18289 | 2024.08.18 06:24:32.372049 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
18290 | 2024.08.18 06:24:32.372467 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18291 | 2024.08.18 06:24:32.372660 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002671 sec., 10857.356795207786 rows/sec., 19.46 MiB/sec. | ||
18292 | 2024.08.18 06:24:32.372981 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Debug> DynamicQueryHandler: Done processing query | ||
18293 | 2024.08.18 06:24:32.373018 [ 3 ] {e1c4fb0a-69bd-4b44-909f-46a9a0308fc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
18294 | 2024.08.18 06:24:32.373045 [ 3 ] {} <Debug> HTTP-Session: 9ab6a85a-0cd1-493c-8dd8-7cfe902b00a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18295 | 2024.08.18 06:24:32.373182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18296 | 2024.08.18 06:24:32.373233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18297 | 2024.08.18 06:24:32.373252 [ 3 ] {} <Debug> HTTP-Session: b7c78650-8919-40e3-bb6b-64652c520d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18298 | 2024.08.18 06:24:32.373269 [ 3 ] {} <Debug> HTTP-Session: b7c78650-8919-40e3-bb6b-64652c520d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18299 | 2024.08.18 06:24:32.373283 [ 3 ] {} <Debug> HTTP-Session: b7c78650-8919-40e3-bb6b-64652c520d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18300 | 2024.08.18 06:24:32.373313 [ 3 ] {} <Trace> HTTP-Session: b7c78650-8919-40e3-bb6b-64652c520d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18301 | 2024.08.18 06:24:32.373438 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18302 | 2024.08.18 06:24:32.373484 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18303 | 2024.08.18 06:24:32.373611 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18304 | 2024.08.18 06:24:32.373928 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18305 | 2024.08.18 06:24:32.373965 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18306 | 2024.08.18 06:24:32.374329 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
18307 | 2024.08.18 06:24:32.374656 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18308 | 2024.08.18 06:24:32.374825 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
18309 | 2024.08.18 06:24:32.375000 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Debug> DynamicQueryHandler: Done processing query | ||
18310 | 2024.08.18 06:24:32.375024 [ 3 ] {f28f976d-5775-467b-be87-7db27526eacb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18311 | 2024.08.18 06:24:32.375039 [ 3 ] {} <Debug> HTTP-Session: b7c78650-8919-40e3-bb6b-64652c520d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18312 | 2024.08.18 06:24:36.787365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18313 | 2024.08.18 06:24:36.787489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18314 | 2024.08.18 06:24:36.787515 [ 3 ] {} <Debug> HTTP-Session: b7ec8bc9-488f-461f-bb17-8435618d102e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18315 | 2024.08.18 06:24:36.787540 [ 3 ] {} <Debug> HTTP-Session: b7ec8bc9-488f-461f-bb17-8435618d102e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18316 | 2024.08.18 06:24:36.787555 [ 3 ] {} <Debug> HTTP-Session: b7ec8bc9-488f-461f-bb17-8435618d102e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18317 | 2024.08.18 06:24:36.787604 [ 3 ] {} <Trace> HTTP-Session: b7ec8bc9-488f-461f-bb17-8435618d102e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18318 | 2024.08.18 06:24:36.787792 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18319 | 2024.08.18 06:24:36.787858 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18320 | 2024.08.18 06:24:36.788049 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18321 | 2024.08.18 06:24:36.788468 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18322 | 2024.08.18 06:24:36.788515 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18323 | 2024.08.18 06:24:36.788890 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
18324 | 2024.08.18 06:24:36.789255 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18325 | 2024.08.18 06:24:36.789427 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001693 sec., 15948.021264028352 rows/sec., 1.26 MiB/sec. | ||
18326 | 2024.08.18 06:24:36.789660 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Debug> DynamicQueryHandler: Done processing query | ||
18327 | 2024.08.18 06:24:36.789688 [ 3 ] {00ef0f9f-65e7-472d-84c9-dda7f50fc4ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18328 | 2024.08.18 06:24:36.789705 [ 3 ] {} <Debug> HTTP-Session: b7ec8bc9-488f-461f-bb17-8435618d102e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18329 | 2024.08.18 06:24:36.790067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 205622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18330 | 2024.08.18 06:24:36.790127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18331 | 2024.08.18 06:24:36.790148 [ 3 ] {} <Debug> HTTP-Session: 163ddf66-127b-47ff-9352-0c4b311598d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18332 | 2024.08.18 06:24:36.790169 [ 3 ] {} <Debug> HTTP-Session: 163ddf66-127b-47ff-9352-0c4b311598d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18333 | 2024.08.18 06:24:36.790184 [ 3 ] {} <Debug> HTTP-Session: 163ddf66-127b-47ff-9352-0c4b311598d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18334 | 2024.08.18 06:24:36.790220 [ 3 ] {} <Trace> HTTP-Session: 163ddf66-127b-47ff-9352-0c4b311598d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18335 | 2024.08.18 06:24:36.790738 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18336 | 2024.08.18 06:24:36.790789 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18337 | 2024.08.18 06:24:36.790928 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18338 | 2024.08.18 06:24:36.792200 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18339 | 2024.08.18 06:24:36.792240 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18340 | 2024.08.18 06:24:36.792665 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
18341 | 2024.08.18 06:24:36.793005 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18342 | 2024.08.18 06:24:36.793189 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Debug> executeQuery: Read 1410 rows, 120.31 KiB in 0.002803 sec., 503032.4652158402 rows/sec., 41.92 MiB/sec. | ||
18343 | 2024.08.18 06:24:36.793440 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Debug> DynamicQueryHandler: Done processing query | ||
18344 | 2024.08.18 06:24:36.793468 [ 3 ] {3991bc94-1e8a-44b4-ac9a-800b115c1892} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
18345 | 2024.08.18 06:24:36.793515 [ 3 ] {} <Debug> HTTP-Session: 163ddf66-127b-47ff-9352-0c4b311598d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18346 | 2024.08.18 06:24:36.793877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18347 | 2024.08.18 06:24:36.793938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18348 | 2024.08.18 06:24:36.793958 [ 3 ] {} <Debug> HTTP-Session: 350628f6-8748-42d4-b392-2c3f3735ee54 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18349 | 2024.08.18 06:24:36.793977 [ 3 ] {} <Debug> HTTP-Session: 350628f6-8748-42d4-b392-2c3f3735ee54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18350 | 2024.08.18 06:24:36.793991 [ 3 ] {} <Debug> HTTP-Session: 350628f6-8748-42d4-b392-2c3f3735ee54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18351 | 2024.08.18 06:24:36.794027 [ 3 ] {} <Trace> HTTP-Session: 350628f6-8748-42d4-b392-2c3f3735ee54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18352 | 2024.08.18 06:24:36.794219 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
18353 | 2024.08.18 06:24:36.794266 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18354 | 2024.08.18 06:24:36.794415 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18355 | 2024.08.18 06:24:36.794862 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18356 | 2024.08.18 06:24:36.794901 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18357 | 2024.08.18 06:24:36.795232 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18358 | 2024.08.18 06:24:36.795549 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18359 | 2024.08.18 06:24:36.795718 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001596 sec., 151629.07268170427 rows/sec., 10.27 MiB/sec. | ||
18360 | 2024.08.18 06:24:36.795893 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Debug> DynamicQueryHandler: Done processing query | ||
18361 | 2024.08.18 06:24:36.795917 [ 3 ] {a5847bb1-72ef-464f-91b7-80c7d345b2c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
18362 | 2024.08.18 06:24:36.795933 [ 3 ] {} <Debug> HTTP-Session: 350628f6-8748-42d4-b392-2c3f3735ee54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18363 | 2024.08.18 06:24:36.796070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18364 | 2024.08.18 06:24:36.796121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18365 | 2024.08.18 06:24:36.796141 [ 3 ] {} <Debug> HTTP-Session: 1c908102-aa25-4a04-a751-c3237e73a004 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18366 | 2024.08.18 06:24:36.796157 [ 3 ] {} <Debug> HTTP-Session: 1c908102-aa25-4a04-a751-c3237e73a004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18367 | 2024.08.18 06:24:36.796171 [ 3 ] {} <Debug> HTTP-Session: 1c908102-aa25-4a04-a751-c3237e73a004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18368 | 2024.08.18 06:24:36.796203 [ 3 ] {} <Trace> HTTP-Session: 1c908102-aa25-4a04-a751-c3237e73a004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18369 | 2024.08.18 06:24:36.796297 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
18370 | 2024.08.18 06:24:36.796340 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18371 | 2024.08.18 06:24:36.796467 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18372 | 2024.08.18 06:24:36.796745 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18373 | 2024.08.18 06:24:36.796782 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18374 | 2024.08.18 06:24:36.797084 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18375 | 2024.08.18 06:24:36.797405 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18376 | 2024.08.18 06:24:36.797569 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 275.65 KiB/sec. | ||
18377 | 2024.08.18 06:24:36.797572 [ 101 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
18378 | 2024.08.18 06:24:36.797685 [ 101 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18379 | 2024.08.18 06:24:36.797738 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18380 | 2024.08.18 06:24:36.797820 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Debug> DynamicQueryHandler: Done processing query | ||
18381 | 2024.08.18 06:24:36.797879 [ 3 ] {0c5bd0ea-7f24-4a7b-b9e8-19d6b5a22852} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18382 | 2024.08.18 06:24:36.797912 [ 3 ] {} <Debug> HTTP-Session: 1c908102-aa25-4a04-a751-c3237e73a004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18383 | 2024.08.18 06:24:36.797923 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
18384 | 2024.08.18 06:24:36.798089 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18385 | 2024.08.18 06:24:36.798124 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 6 rows starting from the beginning of the part | ||
18386 | 2024.08.18 06:24:36.798223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 141343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18387 | 2024.08.18 06:24:36.798303 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
18388 | 2024.08.18 06:24:36.798366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18389 | 2024.08.18 06:24:36.798459 [ 3 ] {} <Debug> HTTP-Session: 42af5c27-f502-4fa3-9c0c-e8a035478e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18390 | 2024.08.18 06:24:36.798525 [ 3 ] {} <Debug> HTTP-Session: 42af5c27-f502-4fa3-9c0c-e8a035478e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18391 | 2024.08.18 06:24:36.798553 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
18392 | 2024.08.18 06:24:36.798594 [ 3 ] {} <Debug> HTTP-Session: 42af5c27-f502-4fa3-9c0c-e8a035478e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18393 | 2024.08.18 06:24:36.798739 [ 3 ] {} <Trace> HTTP-Session: 42af5c27-f502-4fa3-9c0c-e8a035478e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18394 | 2024.08.18 06:24:36.798890 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
18395 | 2024.08.18 06:24:36.799165 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
18396 | 2024.08.18 06:24:36.799416 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18397 | 2024.08.18 06:24:36.799521 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18398 | 2024.08.18 06:24:36.799892 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18399 | 2024.08.18 06:24:36.800942 [ 191 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003118989 sec., 9618.501379774023 rows/sec., 572.98 KiB/sec. | ||
18400 | 2024.08.18 06:24:36.801078 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
18401 | 2024.08.18 06:24:36.801160 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18402 | 2024.08.18 06:24:36.801201 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18403 | 2024.08.18 06:24:36.801579 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18404 | 2024.08.18 06:24:36.801673 [ 192 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_45_11} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
18405 | 2024.08.18 06:24:36.801697 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
18406 | 2024.08.18 06:24:36.801767 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
18407 | 2024.08.18 06:24:36.802024 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18408 | 2024.08.18 06:24:36.802181 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Debug> executeQuery: Read 865 rows, 64.13 KiB in 0.003149 sec., 274690.37789774535 rows/sec., 19.89 MiB/sec. | ||
18409 | 2024.08.18 06:24:36.802383 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Debug> DynamicQueryHandler: Done processing query | ||
18410 | 2024.08.18 06:24:36.802409 [ 3 ] {6be0a710-7308-45be-a181-07885b37799b} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
18411 | 2024.08.18 06:24:36.802425 [ 3 ] {} <Debug> HTTP-Session: 42af5c27-f502-4fa3-9c0c-e8a035478e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18412 | 2024.08.18 06:24:36.802596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18413 | 2024.08.18 06:24:36.802645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18414 | 2024.08.18 06:24:36.802665 [ 3 ] {} <Debug> HTTP-Session: e54a19f2-9e88-406e-905c-f64f7c31c1d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18415 | 2024.08.18 06:24:36.802681 [ 3 ] {} <Debug> HTTP-Session: e54a19f2-9e88-406e-905c-f64f7c31c1d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18416 | 2024.08.18 06:24:36.802695 [ 3 ] {} <Debug> HTTP-Session: e54a19f2-9e88-406e-905c-f64f7c31c1d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18417 | 2024.08.18 06:24:36.802727 [ 3 ] {} <Trace> HTTP-Session: e54a19f2-9e88-406e-905c-f64f7c31c1d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18418 | 2024.08.18 06:24:36.802823 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18419 | 2024.08.18 06:24:36.802867 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18420 | 2024.08.18 06:24:36.803002 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18421 | 2024.08.18 06:24:36.803261 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18422 | 2024.08.18 06:24:36.803297 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18423 | 2024.08.18 06:24:36.803661 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18424 | 2024.08.18 06:24:36.803981 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18425 | 2024.08.18 06:24:36.804148 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 233.59 KiB/sec. | ||
18426 | 2024.08.18 06:24:36.804317 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Debug> DynamicQueryHandler: Done processing query | ||
18427 | 2024.08.18 06:24:36.804342 [ 3 ] {7dc42e02-861d-48de-9e94-1ee0552359ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18428 | 2024.08.18 06:24:36.804360 [ 3 ] {} <Debug> HTTP-Session: e54a19f2-9e88-406e-905c-f64f7c31c1d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18429 | 2024.08.18 06:24:36.804584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 169616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18430 | 2024.08.18 06:24:36.804633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18431 | 2024.08.18 06:24:36.804652 [ 3 ] {} <Debug> HTTP-Session: a6e650f7-c374-4c6e-855c-50014e67ce3e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18432 | 2024.08.18 06:24:36.804668 [ 3 ] {} <Debug> HTTP-Session: a6e650f7-c374-4c6e-855c-50014e67ce3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18433 | 2024.08.18 06:24:36.804681 [ 3 ] {} <Debug> HTTP-Session: a6e650f7-c374-4c6e-855c-50014e67ce3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18434 | 2024.08.18 06:24:36.804713 [ 3 ] {} <Trace> HTTP-Session: a6e650f7-c374-4c6e-855c-50014e67ce3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18435 | 2024.08.18 06:24:36.805128 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18436 | 2024.08.18 06:24:36.805176 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18437 | 2024.08.18 06:24:36.805319 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18438 | 2024.08.18 06:24:36.806144 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18439 | 2024.08.18 06:24:36.806181 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18440 | 2024.08.18 06:24:36.806607 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
18441 | 2024.08.18 06:24:36.806952 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18442 | 2024.08.18 06:24:36.807105 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Debug> executeQuery: Read 895 rows, 61.19 KiB in 0.002243 sec., 399019.17075345514 rows/sec., 26.64 MiB/sec. | ||
18443 | 2024.08.18 06:24:36.807291 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Debug> DynamicQueryHandler: Done processing query | ||
18444 | 2024.08.18 06:24:36.807316 [ 3 ] {b71b07cb-9ac6-4906-add8-6b96463b9faa} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
18445 | 2024.08.18 06:24:36.807332 [ 3 ] {} <Debug> HTTP-Session: a6e650f7-c374-4c6e-855c-50014e67ce3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18446 | 2024.08.18 06:24:36.807539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18447 | 2024.08.18 06:24:36.807590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18448 | 2024.08.18 06:24:36.807609 [ 3 ] {} <Debug> HTTP-Session: 2e1eba3b-a3f4-48e2-aa4d-934e1c558451 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18449 | 2024.08.18 06:24:36.807626 [ 3 ] {} <Debug> HTTP-Session: 2e1eba3b-a3f4-48e2-aa4d-934e1c558451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18450 | 2024.08.18 06:24:36.807640 [ 3 ] {} <Debug> HTTP-Session: 2e1eba3b-a3f4-48e2-aa4d-934e1c558451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18451 | 2024.08.18 06:24:36.807671 [ 3 ] {} <Trace> HTTP-Session: 2e1eba3b-a3f4-48e2-aa4d-934e1c558451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18452 | 2024.08.18 06:24:36.807762 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18453 | 2024.08.18 06:24:36.807808 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18454 | 2024.08.18 06:24:36.807939 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18455 | 2024.08.18 06:24:36.808214 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18456 | 2024.08.18 06:24:36.808251 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18457 | 2024.08.18 06:24:36.808724 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18458 | 2024.08.18 06:24:36.809043 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18459 | 2024.08.18 06:24:36.809199 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
18460 | 2024.08.18 06:24:36.809387 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Debug> DynamicQueryHandler: Done processing query | ||
18461 | 2024.08.18 06:24:36.809420 [ 3 ] {0f2f3997-0fd7-4bba-88ba-5c59a3aa0a51} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18462 | 2024.08.18 06:24:36.809439 [ 3 ] {} <Debug> HTTP-Session: 2e1eba3b-a3f4-48e2-aa4d-934e1c558451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18463 | 2024.08.18 06:24:36.809604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18464 | 2024.08.18 06:24:36.809654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18465 | 2024.08.18 06:24:36.809673 [ 3 ] {} <Debug> HTTP-Session: 8eb83408-9ce8-4b45-aa3e-1eb977a67f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18466 | 2024.08.18 06:24:36.809690 [ 3 ] {} <Debug> HTTP-Session: 8eb83408-9ce8-4b45-aa3e-1eb977a67f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18467 | 2024.08.18 06:24:36.809704 [ 3 ] {} <Debug> HTTP-Session: 8eb83408-9ce8-4b45-aa3e-1eb977a67f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18468 | 2024.08.18 06:24:36.809734 [ 3 ] {} <Trace> HTTP-Session: 8eb83408-9ce8-4b45-aa3e-1eb977a67f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18469 | 2024.08.18 06:24:36.810064 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18470 | 2024.08.18 06:24:36.810126 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <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 | ||
18471 | 2024.08.18 06:24:36.810545 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18472 | 2024.08.18 06:24:36.811259 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18473 | 2024.08.18 06:24:36.811295 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18474 | 2024.08.18 06:24:36.811911 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
18475 | 2024.08.18 06:24:36.812348 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18476 | 2024.08.18 06:24:36.812536 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002719 sec., 9930.121368150056 rows/sec., 17.79 MiB/sec. | ||
18477 | 2024.08.18 06:24:36.812768 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Debug> DynamicQueryHandler: Done processing query | ||
18478 | 2024.08.18 06:24:36.812793 [ 3 ] {cfcaf531-0fac-462d-ad92-5bf01b0a3d91} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
18479 | 2024.08.18 06:24:36.812809 [ 3 ] {} <Debug> HTTP-Session: 8eb83408-9ce8-4b45-aa3e-1eb977a67f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18480 | 2024.08.18 06:24:36.812946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18481 | 2024.08.18 06:24:36.812997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18482 | 2024.08.18 06:24:36.813016 [ 3 ] {} <Debug> HTTP-Session: 1b47b4f7-722e-45cd-95a0-e3c40f9baf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18483 | 2024.08.18 06:24:36.813032 [ 3 ] {} <Debug> HTTP-Session: 1b47b4f7-722e-45cd-95a0-e3c40f9baf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18484 | 2024.08.18 06:24:36.813046 [ 3 ] {} <Debug> HTTP-Session: 1b47b4f7-722e-45cd-95a0-e3c40f9baf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18485 | 2024.08.18 06:24:36.813077 [ 3 ] {} <Trace> HTTP-Session: 1b47b4f7-722e-45cd-95a0-e3c40f9baf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18486 | 2024.08.18 06:24:36.813208 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18487 | 2024.08.18 06:24:36.813253 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18488 | 2024.08.18 06:24:36.813380 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18489 | 2024.08.18 06:24:36.813741 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18490 | 2024.08.18 06:24:36.813785 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18491 | 2024.08.18 06:24:36.814229 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
18492 | 2024.08.18 06:24:36.814646 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18493 | 2024.08.18 06:24:36.814848 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001687 sec., 45050.38529934796 rows/sec., 2.84 MiB/sec. | ||
18494 | 2024.08.18 06:24:36.815496 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Debug> DynamicQueryHandler: Done processing query | ||
18495 | 2024.08.18 06:24:36.815533 [ 3 ] {7c4edc32-a118-4272-9e75-2fc7a0c168f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
18496 | 2024.08.18 06:24:36.815556 [ 3 ] {} <Debug> HTTP-Session: 1b47b4f7-722e-45cd-95a0-e3c40f9baf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18497 | 2024.08.18 06:24:37.352385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18498 | 2024.08.18 06:24:37.352496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18499 | 2024.08.18 06:24:37.352521 [ 3 ] {} <Debug> HTTP-Session: 42d70b23-40f2-4f34-a33b-1e0ddb5ef9d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18500 | 2024.08.18 06:24:37.352546 [ 3 ] {} <Debug> HTTP-Session: 42d70b23-40f2-4f34-a33b-1e0ddb5ef9d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18501 | 2024.08.18 06:24:37.352560 [ 3 ] {} <Debug> HTTP-Session: 42d70b23-40f2-4f34-a33b-1e0ddb5ef9d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18502 | 2024.08.18 06:24:37.352609 [ 3 ] {} <Trace> HTTP-Session: 42d70b23-40f2-4f34-a33b-1e0ddb5ef9d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18503 | 2024.08.18 06:24:37.352785 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18504 | 2024.08.18 06:24:37.352851 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18505 | 2024.08.18 06:24:37.353044 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18506 | 2024.08.18 06:24:37.353469 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18507 | 2024.08.18 06:24:37.353515 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18508 | 2024.08.18 06:24:37.354018 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
18509 | 2024.08.18 06:24:37.354639 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18510 | 2024.08.18 06:24:37.354825 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002095 sec., 12410.501193317423 rows/sec., 944.87 KiB/sec. | ||
18511 | 2024.08.18 06:24:37.354849 [ 101 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
18512 | 2024.08.18 06:24:37.354966 [ 101 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18513 | 2024.08.18 06:24:37.355016 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18514 | 2024.08.18 06:24:37.355152 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Debug> DynamicQueryHandler: Done processing query | ||
18515 | 2024.08.18 06:24:37.355202 [ 3 ] {cbb6dd61-0960-4085-b265-08f450d3ec14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18516 | 2024.08.18 06:24:37.355220 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
18517 | 2024.08.18 06:24:37.355234 [ 3 ] {} <Debug> HTTP-Session: 42d70b23-40f2-4f34-a33b-1e0ddb5ef9d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18518 | 2024.08.18 06:24:37.355461 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18519 | 2024.08.18 06:24:37.355488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18520 | 2024.08.18 06:24:37.355514 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1511 rows starting from the beginning of the part | ||
18521 | 2024.08.18 06:24:37.355607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18522 | 2024.08.18 06:24:37.355697 [ 3 ] {} <Debug> HTTP-Session: 9bac6049-425e-4e90-b09b-2d27ee2778f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18523 | 2024.08.18 06:24:37.355758 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 143 rows starting from the beginning of the part | ||
18524 | 2024.08.18 06:24:37.355777 [ 3 ] {} <Debug> HTTP-Session: 9bac6049-425e-4e90-b09b-2d27ee2778f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18525 | 2024.08.18 06:24:37.355853 [ 3 ] {} <Debug> HTTP-Session: 9bac6049-425e-4e90-b09b-2d27ee2778f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18526 | 2024.08.18 06:24:37.356007 [ 3 ] {} <Trace> HTTP-Session: 9bac6049-425e-4e90-b09b-2d27ee2778f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18527 | 2024.08.18 06:24:37.356044 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 271 rows starting from the beginning of the part | ||
18528 | 2024.08.18 06:24:37.356260 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 143 rows starting from the beginning of the part | ||
18529 | 2024.08.18 06:24:37.356361 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18530 | 2024.08.18 06:24:37.356453 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1410 rows starting from the beginning of the part | ||
18531 | 2024.08.18 06:24:37.356516 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18532 | 2024.08.18 06:24:37.356810 [ 203 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part | ||
18533 | 2024.08.18 06:24:37.357634 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18534 | 2024.08.18 06:24:37.358050 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18535 | 2024.08.18 06:24:37.358116 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18536 | 2024.08.18 06:24:37.358995 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
18537 | 2024.08.18 06:24:37.359762 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18538 | 2024.08.18 06:24:37.360218 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003981 sec., 7033.408691283596 rows/sec., 561.75 KiB/sec. | ||
18539 | 2024.08.18 06:24:37.360280 [ 101 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
18540 | 2024.08.18 06:24:37.360330 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3504 rows, containing 4 columns (4 merged, 0 gathered) in 0.005208577 sec., 672736.5266943352 rows/sec., 56.29 MiB/sec. | ||
18541 | 2024.08.18 06:24:37.360400 [ 101 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18542 | 2024.08.18 06:24:37.360481 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18543 | 2024.08.18 06:24:37.360696 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Debug> DynamicQueryHandler: Done processing query | ||
18544 | 2024.08.18 06:24:37.360774 [ 3 ] {bd0d4d05-0d26-4a6a-a96e-0ba62fb0df24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18545 | 2024.08.18 06:24:37.360834 [ 3 ] {} <Debug> HTTP-Session: 9bac6049-425e-4e90-b09b-2d27ee2778f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18546 | 2024.08.18 06:24:37.360853 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
18547 | 2024.08.18 06:24:37.360877 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
18548 | 2024.08.18 06:24:37.361130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18549 | 2024.08.18 06:24:37.361322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18550 | 2024.08.18 06:24:37.361433 [ 3 ] {} <Debug> HTTP-Session: 0f46d4c7-8450-4e02-89a0-f1271f8b0732 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18551 | 2024.08.18 06:24:37.361519 [ 3 ] {} <Debug> HTTP-Session: 0f46d4c7-8450-4e02-89a0-f1271f8b0732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18552 | 2024.08.18 06:24:37.361596 [ 3 ] {} <Debug> HTTP-Session: 0f46d4c7-8450-4e02-89a0-f1271f8b0732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18553 | 2024.08.18 06:24:37.361640 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18554 | 2024.08.18 06:24:37.361762 [ 3 ] {} <Trace> HTTP-Session: 0f46d4c7-8450-4e02-89a0-f1271f8b0732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18555 | 2024.08.18 06:24:37.361838 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 952 rows starting from the beginning of the part | ||
18556 | 2024.08.18 06:24:37.362306 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18557 | 2024.08.18 06:24:37.362427 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 93 rows starting from the beginning of the part | ||
18558 | 2024.08.18 06:24:37.362699 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18559 | 2024.08.18 06:24:37.363006 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 411 rows starting from the beginning of the part | ||
18560 | 2024.08.18 06:24:37.363495 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 93 rows starting from the beginning of the part | ||
18561 | 2024.08.18 06:24:37.363820 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18562 | 2024.08.18 06:24:37.364105 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 865 rows starting from the beginning of the part | ||
18563 | 2024.08.18 06:24:37.364380 [ 188 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_106_21} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
18564 | 2024.08.18 06:24:37.364635 [ 199 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 28 rows starting from the beginning of the part | ||
18565 | 2024.08.18 06:24:37.364836 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
18566 | 2024.08.18 06:24:37.365101 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18567 | 2024.08.18 06:24:37.366664 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18568 | 2024.08.18 06:24:37.366759 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18569 | 2024.08.18 06:24:37.368239 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
18570 | 2024.08.18 06:24:37.368980 [ 186 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 4 columns (4 merged, 0 gathered) in 0.008401948 sec., 290646.88331801153 rows/sec., 21.17 MiB/sec. | ||
18571 | 2024.08.18 06:24:37.369346 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18572 | 2024.08.18 06:24:37.369367 [ 186 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
18573 | 2024.08.18 06:24:37.369630 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.007669 sec., 2607.9019428869474 rows/sec., 185.15 KiB/sec. | ||
18574 | 2024.08.18 06:24:37.370075 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Debug> DynamicQueryHandler: Done processing query | ||
18575 | 2024.08.18 06:24:37.370106 [ 3 ] {a8bd7de6-ba9f-42e8-8f8d-bd1520f74f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18576 | 2024.08.18 06:24:37.370124 [ 3 ] {} <Debug> HTTP-Session: 0f46d4c7-8450-4e02-89a0-f1271f8b0732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18577 | 2024.08.18 06:24:37.370289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18578 | 2024.08.18 06:24:37.370348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18579 | 2024.08.18 06:24:37.370401 [ 3 ] {} <Debug> HTTP-Session: a02bd4a8-d8e2-449f-97ae-00145c4b4c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18580 | 2024.08.18 06:24:37.370422 [ 3 ] {} <Debug> HTTP-Session: a02bd4a8-d8e2-449f-97ae-00145c4b4c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18581 | 2024.08.18 06:24:37.370446 [ 3 ] {} <Debug> HTTP-Session: a02bd4a8-d8e2-449f-97ae-00145c4b4c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18582 | 2024.08.18 06:24:37.370499 [ 3 ] {} <Trace> HTTP-Session: a02bd4a8-d8e2-449f-97ae-00145c4b4c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18583 | 2024.08.18 06:24:37.370540 [ 186 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18584 | 2024.08.18 06:24:37.370723 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18585 | 2024.08.18 06:24:37.370758 [ 186 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_106_21} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
18586 | 2024.08.18 06:24:37.370804 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18587 | 2024.08.18 06:24:37.370967 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
18588 | 2024.08.18 06:24:37.371119 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18589 | 2024.08.18 06:24:37.371383 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18590 | 2024.08.18 06:24:37.371421 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18591 | 2024.08.18 06:24:37.371950 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
18592 | 2024.08.18 06:24:37.372594 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18593 | 2024.08.18 06:24:37.372756 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.002104 sec., 2851.71102661597 rows/sec., 200.05 KiB/sec. | ||
18594 | 2024.08.18 06:24:37.372766 [ 101 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
18595 | 2024.08.18 06:24:37.372856 [ 101 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18596 | 2024.08.18 06:24:37.372897 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18597 | 2024.08.18 06:24:37.373066 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Debug> DynamicQueryHandler: Done processing query | ||
18598 | 2024.08.18 06:24:37.373071 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
18599 | 2024.08.18 06:24:37.373102 [ 3 ] {897b9498-1599-4f3e-a96e-facf7feb8ebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18600 | 2024.08.18 06:24:37.373145 [ 3 ] {} <Debug> HTTP-Session: a02bd4a8-d8e2-449f-97ae-00145c4b4c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18601 | 2024.08.18 06:24:37.373263 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18602 | 2024.08.18 06:24:37.373299 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6124 rows starting from the beginning of the part | ||
18603 | 2024.08.18 06:24:37.373377 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
18604 | 2024.08.18 06:24:37.373594 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
18605 | 2024.08.18 06:24:37.373702 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
18606 | 2024.08.18 06:24:37.373895 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 76 rows starting from the beginning of the part | ||
18607 | 2024.08.18 06:24:37.374026 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 6 rows starting from the beginning of the part | ||
18608 | 2024.08.18 06:24:37.375891 [ 198 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002903814 sec., 2206752.911860057 rows/sec., 143.78 MiB/sec. | ||
18609 | 2024.08.18 06:24:37.376399 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
18610 | 2024.08.18 06:24:37.377096 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18611 | 2024.08.18 06:24:37.377178 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_106_21} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
18612 | 2024.08.18 06:24:37.377266 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
18613 | 2024.08.18 06:24:40.228488 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
18614 | 2024.08.18 06:24:40.228542 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
18615 | 2024.08.18 06:24:41.002686 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002332693 sec. | ||
18616 | 2024.08.18 06:24:42.360291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18617 | 2024.08.18 06:24:42.360487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18618 | 2024.08.18 06:24:42.360535 [ 3 ] {} <Debug> HTTP-Session: 60ae2c73-8349-47ef-942f-d895dc1a6aa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18619 | 2024.08.18 06:24:42.360576 [ 3 ] {} <Debug> HTTP-Session: 60ae2c73-8349-47ef-942f-d895dc1a6aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18620 | 2024.08.18 06:24:42.360604 [ 3 ] {} <Debug> HTTP-Session: 60ae2c73-8349-47ef-942f-d895dc1a6aa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18621 | 2024.08.18 06:24:42.360685 [ 3 ] {} <Trace> HTTP-Session: 60ae2c73-8349-47ef-942f-d895dc1a6aa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18622 | 2024.08.18 06:24:42.360908 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18623 | 2024.08.18 06:24:42.360974 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18624 | 2024.08.18 06:24:42.361175 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18625 | 2024.08.18 06:24:42.361641 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18626 | 2024.08.18 06:24:42.361683 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18627 | 2024.08.18 06:24:42.362068 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
18628 | 2024.08.18 06:24:42.362405 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18629 | 2024.08.18 06:24:42.362584 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.00173 sec., 16763.005780346823 rows/sec., 1.33 MiB/sec. | ||
18630 | 2024.08.18 06:24:42.362894 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Debug> DynamicQueryHandler: Done processing query | ||
18631 | 2024.08.18 06:24:42.362951 [ 3 ] {565ebb14-b33e-4fe2-814e-83e0aa639276} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18632 | 2024.08.18 06:24:42.363011 [ 3 ] {} <Debug> HTTP-Session: 60ae2c73-8349-47ef-942f-d895dc1a6aa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18633 | 2024.08.18 06:24:42.363203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18634 | 2024.08.18 06:24:42.363259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18635 | 2024.08.18 06:24:42.363280 [ 3 ] {} <Debug> HTTP-Session: e1025d8e-4a9d-4157-9238-73a985f2fd97 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18636 | 2024.08.18 06:24:42.363299 [ 3 ] {} <Debug> HTTP-Session: e1025d8e-4a9d-4157-9238-73a985f2fd97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18637 | 2024.08.18 06:24:42.363313 [ 3 ] {} <Debug> HTTP-Session: e1025d8e-4a9d-4157-9238-73a985f2fd97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18638 | 2024.08.18 06:24:42.363348 [ 3 ] {} <Trace> HTTP-Session: e1025d8e-4a9d-4157-9238-73a985f2fd97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18639 | 2024.08.18 06:24:42.363496 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18640 | 2024.08.18 06:24:42.363542 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18641 | 2024.08.18 06:24:42.363693 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18642 | 2024.08.18 06:24:42.364141 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18643 | 2024.08.18 06:24:42.364178 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18644 | 2024.08.18 06:24:42.364501 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
18645 | 2024.08.18 06:24:42.364802 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18646 | 2024.08.18 06:24:42.364947 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001516 sec., 94327.17678100264 rows/sec., 7.89 MiB/sec. | ||
18647 | 2024.08.18 06:24:42.365131 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Debug> DynamicQueryHandler: Done processing query | ||
18648 | 2024.08.18 06:24:42.365155 [ 3 ] {3073438a-a4de-44cf-a587-a399b6ce0e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
18649 | 2024.08.18 06:24:42.365170 [ 3 ] {} <Debug> HTTP-Session: e1025d8e-4a9d-4157-9238-73a985f2fd97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18650 | 2024.08.18 06:24:42.365313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18651 | 2024.08.18 06:24:42.365363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18652 | 2024.08.18 06:24:42.365383 [ 3 ] {} <Debug> HTTP-Session: f73a5cb5-4c10-497c-aa62-f49bbb48eaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18653 | 2024.08.18 06:24:42.365400 [ 3 ] {} <Debug> HTTP-Session: f73a5cb5-4c10-497c-aa62-f49bbb48eaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18654 | 2024.08.18 06:24:42.365414 [ 3 ] {} <Debug> HTTP-Session: f73a5cb5-4c10-497c-aa62-f49bbb48eaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18655 | 2024.08.18 06:24:42.365446 [ 3 ] {} <Trace> HTTP-Session: f73a5cb5-4c10-497c-aa62-f49bbb48eaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18656 | 2024.08.18 06:24:42.365574 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18657 | 2024.08.18 06:24:42.365617 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18658 | 2024.08.18 06:24:42.365747 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18659 | 2024.08.18 06:24:42.366107 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18660 | 2024.08.18 06:24:42.366143 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18661 | 2024.08.18 06:24:42.366457 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
18662 | 2024.08.18 06:24:42.366753 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18663 | 2024.08.18 06:24:42.366905 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001378 sec., 67489.11465892597 rows/sec., 5.27 MiB/sec. | ||
18664 | 2024.08.18 06:24:42.367073 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Debug> DynamicQueryHandler: Done processing query | ||
18665 | 2024.08.18 06:24:42.367097 [ 3 ] {94cee01b-72b3-45a7-860c-be3cc909a64f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
18666 | 2024.08.18 06:24:42.367112 [ 3 ] {} <Debug> HTTP-Session: f73a5cb5-4c10-497c-aa62-f49bbb48eaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18667 | 2024.08.18 06:24:42.367283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18668 | 2024.08.18 06:24:42.367331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18669 | 2024.08.18 06:24:42.367350 [ 3 ] {} <Debug> HTTP-Session: c790ab4a-c87f-4039-97da-5eef5b608afd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18670 | 2024.08.18 06:24:42.367368 [ 3 ] {} <Debug> HTTP-Session: c790ab4a-c87f-4039-97da-5eef5b608afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18671 | 2024.08.18 06:24:42.367381 [ 3 ] {} <Debug> HTTP-Session: c790ab4a-c87f-4039-97da-5eef5b608afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18672 | 2024.08.18 06:24:42.367413 [ 3 ] {} <Trace> HTTP-Session: c790ab4a-c87f-4039-97da-5eef5b608afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18673 | 2024.08.18 06:24:42.367563 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18674 | 2024.08.18 06:24:42.367610 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18675 | 2024.08.18 06:24:42.367755 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18676 | 2024.08.18 06:24:42.368144 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18677 | 2024.08.18 06:24:42.368180 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18678 | 2024.08.18 06:24:42.368574 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
18679 | 2024.08.18 06:24:42.368907 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18680 | 2024.08.18 06:24:42.369065 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
18681 | 2024.08.18 06:24:42.369303 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Debug> DynamicQueryHandler: Done processing query | ||
18682 | 2024.08.18 06:24:42.369350 [ 3 ] {91679f06-2c79-4a6c-99c4-d7501fbb5ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
18683 | 2024.08.18 06:24:42.369409 [ 3 ] {} <Debug> HTTP-Session: c790ab4a-c87f-4039-97da-5eef5b608afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18684 | 2024.08.18 06:24:42.369642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18685 | 2024.08.18 06:24:42.369693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18686 | 2024.08.18 06:24:42.369713 [ 3 ] {} <Debug> HTTP-Session: 5320d034-9c0f-46b4-b724-af32117812cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18687 | 2024.08.18 06:24:42.369730 [ 3 ] {} <Debug> HTTP-Session: 5320d034-9c0f-46b4-b724-af32117812cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18688 | 2024.08.18 06:24:42.369744 [ 3 ] {} <Debug> HTTP-Session: 5320d034-9c0f-46b4-b724-af32117812cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18689 | 2024.08.18 06:24:42.369776 [ 3 ] {} <Trace> HTTP-Session: 5320d034-9c0f-46b4-b724-af32117812cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18690 | 2024.08.18 06:24:42.370066 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18691 | 2024.08.18 06:24:42.370134 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <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 | ||
18692 | 2024.08.18 06:24:42.370565 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18693 | 2024.08.18 06:24:42.371294 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18694 | 2024.08.18 06:24:42.371330 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18695 | 2024.08.18 06:24:42.371950 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
18696 | 2024.08.18 06:24:42.372354 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18697 | 2024.08.18 06:24:42.372511 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002655 sec., 10922.787193973636 rows/sec., 19.57 MiB/sec. | ||
18698 | 2024.08.18 06:24:42.372733 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Debug> DynamicQueryHandler: Done processing query | ||
18699 | 2024.08.18 06:24:42.372756 [ 3 ] {ecba656a-d55e-407a-b875-61ddfc9a77ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
18700 | 2024.08.18 06:24:42.372772 [ 3 ] {} <Debug> HTTP-Session: 5320d034-9c0f-46b4-b724-af32117812cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18701 | 2024.08.18 06:24:42.372898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18702 | 2024.08.18 06:24:42.372947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18703 | 2024.08.18 06:24:42.372967 [ 3 ] {} <Debug> HTTP-Session: 868651c6-d73c-4287-80b1-333032a98fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18704 | 2024.08.18 06:24:42.372984 [ 3 ] {} <Debug> HTTP-Session: 868651c6-d73c-4287-80b1-333032a98fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18705 | 2024.08.18 06:24:42.372997 [ 3 ] {} <Debug> HTTP-Session: 868651c6-d73c-4287-80b1-333032a98fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18706 | 2024.08.18 06:24:42.373029 [ 3 ] {} <Trace> HTTP-Session: 868651c6-d73c-4287-80b1-333032a98fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18707 | 2024.08.18 06:24:42.373143 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18708 | 2024.08.18 06:24:42.373187 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18709 | 2024.08.18 06:24:42.373314 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18710 | 2024.08.18 06:24:42.373621 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18711 | 2024.08.18 06:24:42.373656 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18712 | 2024.08.18 06:24:42.374017 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
18713 | 2024.08.18 06:24:42.374340 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18714 | 2024.08.18 06:24:42.374465 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
18715 | 2024.08.18 06:24:42.374706 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Debug> DynamicQueryHandler: Done processing query | ||
18716 | 2024.08.18 06:24:42.374785 [ 3 ] {01e0e9f6-ac2d-49ec-a289-e1263903d9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18717 | 2024.08.18 06:24:42.374838 [ 3 ] {} <Debug> HTTP-Session: 868651c6-d73c-4287-80b1-333032a98fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18718 | 2024.08.18 06:24:47.364480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18719 | 2024.08.18 06:24:47.364606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18720 | 2024.08.18 06:24:47.364631 [ 3 ] {} <Debug> HTTP-Session: 2ac3ed62-99a7-491d-b388-6c882020976a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18721 | 2024.08.18 06:24:47.364656 [ 3 ] {} <Debug> HTTP-Session: 2ac3ed62-99a7-491d-b388-6c882020976a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18722 | 2024.08.18 06:24:47.364671 [ 3 ] {} <Debug> HTTP-Session: 2ac3ed62-99a7-491d-b388-6c882020976a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18723 | 2024.08.18 06:24:47.364720 [ 3 ] {} <Trace> HTTP-Session: 2ac3ed62-99a7-491d-b388-6c882020976a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18724 | 2024.08.18 06:24:47.364914 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18725 | 2024.08.18 06:24:47.364980 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18726 | 2024.08.18 06:24:47.365181 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18727 | 2024.08.18 06:24:47.365711 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18728 | 2024.08.18 06:24:47.365754 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18729 | 2024.08.18 06:24:47.366260 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
18730 | 2024.08.18 06:24:47.366824 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18731 | 2024.08.18 06:24:47.367028 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.002166 sec., 12465.373961218836 rows/sec., 1010.38 KiB/sec. | ||
18732 | 2024.08.18 06:24:47.367319 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Debug> DynamicQueryHandler: Done processing query | ||
18733 | 2024.08.18 06:24:47.367373 [ 3 ] {1b214e0d-722f-49ca-a4dd-0f76f6b3877f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18734 | 2024.08.18 06:24:47.367431 [ 3 ] {} <Debug> HTTP-Session: 2ac3ed62-99a7-491d-b388-6c882020976a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18735 | 2024.08.18 06:24:47.367654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18736 | 2024.08.18 06:24:47.367706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18737 | 2024.08.18 06:24:47.367727 [ 3 ] {} <Debug> HTTP-Session: 6537b23e-8e90-457b-90a6-904b6b64ce73 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18738 | 2024.08.18 06:24:47.367744 [ 3 ] {} <Debug> HTTP-Session: 6537b23e-8e90-457b-90a6-904b6b64ce73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18739 | 2024.08.18 06:24:47.367758 [ 3 ] {} <Debug> HTTP-Session: 6537b23e-8e90-457b-90a6-904b6b64ce73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18740 | 2024.08.18 06:24:47.367791 [ 3 ] {} <Trace> HTTP-Session: 6537b23e-8e90-457b-90a6-904b6b64ce73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18741 | 2024.08.18 06:24:47.367968 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18742 | 2024.08.18 06:24:47.368013 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18743 | 2024.08.18 06:24:47.368156 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18744 | 2024.08.18 06:24:47.368651 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18745 | 2024.08.18 06:24:47.368690 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18746 | 2024.08.18 06:24:47.369136 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
18747 | 2024.08.18 06:24:47.369656 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18748 | 2024.08.18 06:24:47.369811 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Debug> executeQuery: Read 270 rows, 24.20 KiB in 0.001926 sec., 140186.91588785048 rows/sec., 12.27 MiB/sec. | ||
18749 | 2024.08.18 06:24:47.369987 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Debug> DynamicQueryHandler: Done processing query | ||
18750 | 2024.08.18 06:24:47.370011 [ 3 ] {0904be39-6d78-46f9-b6d9-19f55b51849c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
18751 | 2024.08.18 06:24:47.370027 [ 3 ] {} <Debug> HTTP-Session: 6537b23e-8e90-457b-90a6-904b6b64ce73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18752 | 2024.08.18 06:24:47.370146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18753 | 2024.08.18 06:24:47.370196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18754 | 2024.08.18 06:24:47.370219 [ 3 ] {} <Debug> HTTP-Session: e21d764d-3fc8-4d36-9ce3-f486c8ed7454 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18755 | 2024.08.18 06:24:47.370237 [ 3 ] {} <Debug> HTTP-Session: e21d764d-3fc8-4d36-9ce3-f486c8ed7454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18756 | 2024.08.18 06:24:47.370255 [ 3 ] {} <Debug> HTTP-Session: e21d764d-3fc8-4d36-9ce3-f486c8ed7454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18757 | 2024.08.18 06:24:47.370286 [ 3 ] {} <Trace> HTTP-Session: e21d764d-3fc8-4d36-9ce3-f486c8ed7454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18758 | 2024.08.18 06:24:47.370395 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
18759 | 2024.08.18 06:24:47.370438 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18760 | 2024.08.18 06:24:47.370600 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18761 | 2024.08.18 06:24:47.370982 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18762 | 2024.08.18 06:24:47.371031 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18763 | 2024.08.18 06:24:47.371608 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
18764 | 2024.08.18 06:24:47.372190 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18765 | 2024.08.18 06:24:47.372353 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001982 sec., 7063.572149344098 rows/sec., 494.69 KiB/sec. | ||
18766 | 2024.08.18 06:24:47.372364 [ 87 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
18767 | 2024.08.18 06:24:47.372462 [ 87 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18768 | 2024.08.18 06:24:47.372513 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18769 | 2024.08.18 06:24:47.372615 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Debug> DynamicQueryHandler: Done processing query | ||
18770 | 2024.08.18 06:24:47.372677 [ 3 ] {a3a14429-47b4-4232-b36f-531e27a1a095} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18771 | 2024.08.18 06:24:47.372711 [ 3 ] {} <Debug> HTTP-Session: e21d764d-3fc8-4d36-9ce3-f486c8ed7454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18772 | 2024.08.18 06:24:47.372720 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
18773 | 2024.08.18 06:24:47.372867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18774 | 2024.08.18 06:24:47.372996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18775 | 2024.08.18 06:24:47.373009 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18776 | 2024.08.18 06:24:47.373033 [ 3 ] {} <Debug> HTTP-Session: 87155783-e8de-4040-ab6d-604a7c4541be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18777 | 2024.08.18 06:24:47.373078 [ 3 ] {} <Debug> HTTP-Session: 87155783-e8de-4040-ab6d-604a7c4541be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18778 | 2024.08.18 06:24:47.373079 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
18779 | 2024.08.18 06:24:47.373103 [ 3 ] {} <Debug> HTTP-Session: 87155783-e8de-4040-ab6d-604a7c4541be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18780 | 2024.08.18 06:24:47.373188 [ 3 ] {} <Trace> HTTP-Session: 87155783-e8de-4040-ab6d-604a7c4541be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18781 | 2024.08.18 06:24:47.373327 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
18782 | 2024.08.18 06:24:47.373500 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
18783 | 2024.08.18 06:24:47.373672 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18784 | 2024.08.18 06:24:47.373675 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
18785 | 2024.08.18 06:24:47.374037 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
18786 | 2024.08.18 06:24:47.374337 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
18787 | 2024.08.18 06:24:47.374565 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18788 | 2024.08.18 06:24:47.374696 [ 198 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
18789 | 2024.08.18 06:24:47.375426 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18790 | 2024.08.18 06:24:47.375490 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18791 | 2024.08.18 06:24:47.376365 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
18792 | 2024.08.18 06:24:47.377208 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004612957 sec., 166487.56968686247 rows/sec., 10.67 MiB/sec. | ||
18793 | 2024.08.18 06:24:47.377359 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18794 | 2024.08.18 06:24:47.377453 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
18795 | 2024.08.18 06:24:47.377602 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004219 sec., 1422.137947380896 rows/sec., 84.02 KiB/sec. | ||
18796 | 2024.08.18 06:24:47.377812 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Debug> DynamicQueryHandler: Done processing query | ||
18797 | 2024.08.18 06:24:47.377853 [ 3 ] {7a2f1c6e-83a7-4121-8ab9-f2fbd6e81ced} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18798 | 2024.08.18 06:24:47.377875 [ 3 ] {} <Debug> HTTP-Session: 87155783-e8de-4040-ab6d-604a7c4541be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18799 | 2024.08.18 06:24:47.378060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18800 | 2024.08.18 06:24:47.378109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18801 | 2024.08.18 06:24:47.378132 [ 3 ] {} <Debug> HTTP-Session: f541ba37-ea94-4e5f-8204-a2b38017c36b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18802 | 2024.08.18 06:24:47.378149 [ 3 ] {} <Debug> HTTP-Session: f541ba37-ea94-4e5f-8204-a2b38017c36b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18803 | 2024.08.18 06:24:47.378165 [ 3 ] {} <Debug> HTTP-Session: f541ba37-ea94-4e5f-8204-a2b38017c36b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18804 | 2024.08.18 06:24:47.378200 [ 3 ] {} <Trace> HTTP-Session: f541ba37-ea94-4e5f-8204-a2b38017c36b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18805 | 2024.08.18 06:24:47.378264 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18806 | 2024.08.18 06:24:47.378366 [ 196 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_46_9} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
18807 | 2024.08.18 06:24:47.378451 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18808 | 2024.08.18 06:24:47.378466 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
18809 | 2024.08.18 06:24:47.378504 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18810 | 2024.08.18 06:24:47.378634 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18811 | 2024.08.18 06:24:47.379195 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18812 | 2024.08.18 06:24:47.379231 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18813 | 2024.08.18 06:24:47.379678 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
18814 | 2024.08.18 06:24:47.380222 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18815 | 2024.08.18 06:24:47.380371 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.002053 sec., 199220.65270336092 rows/sec., 14.20 MiB/sec. | ||
18816 | 2024.08.18 06:24:47.380607 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Debug> DynamicQueryHandler: Done processing query | ||
18817 | 2024.08.18 06:24:47.380670 [ 3 ] {683e1a3b-a635-47f5-a339-5fa061589e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
18818 | 2024.08.18 06:24:47.380742 [ 3 ] {} <Debug> HTTP-Session: f541ba37-ea94-4e5f-8204-a2b38017c36b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18819 | 2024.08.18 06:24:47.380951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18820 | 2024.08.18 06:24:47.381015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18821 | 2024.08.18 06:24:47.381035 [ 3 ] {} <Debug> HTTP-Session: 674ca434-ce24-40be-8ef7-df5efdf2dc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18822 | 2024.08.18 06:24:47.381053 [ 3 ] {} <Debug> HTTP-Session: 674ca434-ce24-40be-8ef7-df5efdf2dc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18823 | 2024.08.18 06:24:47.381067 [ 3 ] {} <Debug> HTTP-Session: 674ca434-ce24-40be-8ef7-df5efdf2dc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18824 | 2024.08.18 06:24:47.381099 [ 3 ] {} <Trace> HTTP-Session: 674ca434-ce24-40be-8ef7-df5efdf2dc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18825 | 2024.08.18 06:24:47.381201 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18826 | 2024.08.18 06:24:47.381245 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18827 | 2024.08.18 06:24:47.381394 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18828 | 2024.08.18 06:24:47.381680 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18829 | 2024.08.18 06:24:47.381717 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18830 | 2024.08.18 06:24:47.382286 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
18831 | 2024.08.18 06:24:47.382917 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18832 | 2024.08.18 06:24:47.383075 [ 87 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
18833 | 2024.08.18 06:24:47.383082 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001899 sec., 3159.55766192733 rows/sec., 165.07 KiB/sec. | ||
18834 | 2024.08.18 06:24:47.383120 [ 87 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18835 | 2024.08.18 06:24:47.383181 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18836 | 2024.08.18 06:24:47.383437 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Debug> DynamicQueryHandler: Done processing query | ||
18837 | 2024.08.18 06:24:47.383509 [ 3 ] {b7044f88-818d-45de-900e-4ce54796c290} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18838 | 2024.08.18 06:24:47.383525 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18839 | 2024.08.18 06:24:47.383580 [ 3 ] {} <Debug> HTTP-Session: 674ca434-ce24-40be-8ef7-df5efdf2dc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18840 | 2024.08.18 06:24:47.383899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18841 | 2024.08.18 06:24:47.384063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18842 | 2024.08.18 06:24:47.384134 [ 3 ] {} <Debug> HTTP-Session: f98c3d77-8716-41b8-8113-20abee2b9c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18843 | 2024.08.18 06:24:47.384176 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18844 | 2024.08.18 06:24:47.384185 [ 3 ] {} <Debug> HTTP-Session: f98c3d77-8716-41b8-8113-20abee2b9c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18845 | 2024.08.18 06:24:47.384244 [ 3 ] {} <Debug> HTTP-Session: f98c3d77-8716-41b8-8113-20abee2b9c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18846 | 2024.08.18 06:24:47.384250 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18847 | 2024.08.18 06:24:47.384313 [ 3 ] {} <Trace> HTTP-Session: f98c3d77-8716-41b8-8113-20abee2b9c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18848 | 2024.08.18 06:24:47.384472 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18849 | 2024.08.18 06:24:47.384801 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18850 | 2024.08.18 06:24:47.384832 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18851 | 2024.08.18 06:24:47.385040 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18852 | 2024.08.18 06:24:47.385099 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18853 | 2024.08.18 06:24:47.385413 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18854 | 2024.08.18 06:24:47.385748 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
18855 | 2024.08.18 06:24:47.386389 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18856 | 2024.08.18 06:24:47.387339 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18857 | 2024.08.18 06:24:47.387409 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18858 | 2024.08.18 06:24:47.388287 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004979913 sec., 55422.654974092926 rows/sec., 2.83 MiB/sec. | ||
18859 | 2024.08.18 06:24:47.388640 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
18860 | 2024.08.18 06:24:47.388696 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
18861 | 2024.08.18 06:24:47.389793 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_46_9} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18862 | 2024.08.18 06:24:47.389846 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18863 | 2024.08.18 06:24:47.389970 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_46_9} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
18864 | 2024.08.18 06:24:47.390173 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_103_21 to all_108_108_0 | ||
18865 | 2024.08.18 06:24:47.390231 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005656 sec., 41902.40452616691 rows/sec., 2.81 MiB/sec. | ||
18866 | 2024.08.18 06:24:47.390254 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18867 | 2024.08.18 06:24:47.390244 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
18868 | 2024.08.18 06:24:47.390366 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18869 | 2024.08.18 06:24:47.390704 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Debug> DynamicQueryHandler: Done processing query | ||
18870 | 2024.08.18 06:24:47.390752 [ 3 ] {b7f34a50-3740-493b-9595-dd61c227468a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
18871 | 2024.08.18 06:24:47.390776 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_103_21 to all_108_108_0 into Compact with storage Full | ||
18872 | 2024.08.18 06:24:47.390785 [ 3 ] {} <Debug> HTTP-Session: f98c3d77-8716-41b8-8113-20abee2b9c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18873 | 2024.08.18 06:24:47.391109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18874 | 2024.08.18 06:24:47.391288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18875 | 2024.08.18 06:24:47.391378 [ 3 ] {} <Debug> HTTP-Session: ee48f133-2c84-4708-abfb-305c25384905 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18876 | 2024.08.18 06:24:47.391468 [ 3 ] {} <Debug> HTTP-Session: ee48f133-2c84-4708-abfb-305c25384905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18877 | 2024.08.18 06:24:47.391552 [ 3 ] {} <Debug> HTTP-Session: ee48f133-2c84-4708-abfb-305c25384905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18878 | 2024.08.18 06:24:47.391694 [ 3 ] {} <Trace> HTTP-Session: ee48f133-2c84-4708-abfb-305c25384905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18879 | 2024.08.18 06:24:47.391838 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18880 | 2024.08.18 06:24:47.392042 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18881 | 2024.08.18 06:24:47.392046 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_103_21, total 28429 rows starting from the beginning of the part | ||
18882 | 2024.08.18 06:24:47.392223 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18883 | 2024.08.18 06:24:47.392742 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
18884 | 2024.08.18 06:24:47.393168 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18885 | 2024.08.18 06:24:47.393186 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 895 rows starting from the beginning of the part | ||
18886 | 2024.08.18 06:24:47.393529 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 20 rows starting from the beginning of the part | ||
18887 | 2024.08.18 06:24:47.393876 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
18888 | 2024.08.18 06:24:47.394254 [ 189 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
18889 | 2024.08.18 06:24:47.394390 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18890 | 2024.08.18 06:24:47.394497 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18891 | 2024.08.18 06:24:47.395698 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
18892 | 2024.08.18 06:24:47.396560 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18893 | 2024.08.18 06:24:47.396917 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004993 sec., 200.2803925495694 rows/sec., 13.50 KiB/sec. | ||
18894 | 2024.08.18 06:24:47.397537 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Debug> DynamicQueryHandler: Done processing query | ||
18895 | 2024.08.18 06:24:47.397622 [ 3 ] {e3bf2268-99db-4b1d-84e6-1bf207b6595e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18896 | 2024.08.18 06:24:47.397701 [ 3 ] {} <Debug> HTTP-Session: ee48f133-2c84-4708-abfb-305c25384905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18897 | 2024.08.18 06:24:47.398020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18898 | 2024.08.18 06:24:47.398176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18899 | 2024.08.18 06:24:47.398266 [ 3 ] {} <Debug> HTTP-Session: 335d9f1e-64a2-48fc-ac35-86e8cc311a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18900 | 2024.08.18 06:24:47.398350 [ 3 ] {} <Debug> HTTP-Session: 335d9f1e-64a2-48fc-ac35-86e8cc311a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18901 | 2024.08.18 06:24:47.398425 [ 3 ] {} <Debug> HTTP-Session: 335d9f1e-64a2-48fc-ac35-86e8cc311a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18902 | 2024.08.18 06:24:47.398575 [ 3 ] {} <Trace> HTTP-Session: 335d9f1e-64a2-48fc-ac35-86e8cc311a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18903 | 2024.08.18 06:24:47.399091 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18904 | 2024.08.18 06:24:47.399211 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <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 | ||
18905 | 2024.08.18 06:24:47.399901 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18906 | 2024.08.18 06:24:47.400727 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18907 | 2024.08.18 06:24:47.400767 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18908 | 2024.08.18 06:24:47.401884 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
18909 | 2024.08.18 06:24:47.402655 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18910 | 2024.08.18 06:24:47.402936 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004124 sec., 6547.041707080504 rows/sec., 11.73 MiB/sec. | ||
18911 | 2024.08.18 06:24:47.403246 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Debug> DynamicQueryHandler: Done processing query | ||
18912 | 2024.08.18 06:24:47.403275 [ 3 ] {e62eb3ee-bbe8-4b0c-808a-65c0e8009e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
18913 | 2024.08.18 06:24:47.403292 [ 3 ] {} <Debug> HTTP-Session: 335d9f1e-64a2-48fc-ac35-86e8cc311a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18914 | 2024.08.18 06:24:47.403453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18915 | 2024.08.18 06:24:47.403510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18916 | 2024.08.18 06:24:47.403530 [ 3 ] {} <Debug> HTTP-Session: 51d97cc5-47ad-4e00-9958-8fff6e7454b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18917 | 2024.08.18 06:24:47.403548 [ 3 ] {} <Debug> HTTP-Session: 51d97cc5-47ad-4e00-9958-8fff6e7454b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18918 | 2024.08.18 06:24:47.403563 [ 3 ] {} <Debug> HTTP-Session: 51d97cc5-47ad-4e00-9958-8fff6e7454b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18919 | 2024.08.18 06:24:47.403598 [ 3 ] {} <Trace> HTTP-Session: 51d97cc5-47ad-4e00-9958-8fff6e7454b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18920 | 2024.08.18 06:24:47.403766 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18921 | 2024.08.18 06:24:47.403827 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18922 | 2024.08.18 06:24:47.403988 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18923 | 2024.08.18 06:24:47.404701 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29901 rows, containing 5 columns (5 merged, 0 gathered) in 0.014160275 sec., 2111611.53296811 rows/sec., 142.69 MiB/sec. | ||
18924 | 2024.08.18 06:24:47.404771 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18925 | 2024.08.18 06:24:47.404814 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18926 | 2024.08.18 06:24:47.405392 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary) | ||
18927 | 2024.08.18 06:24:47.405443 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
18928 | 2024.08.18 06:24:47.406372 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18929 | 2024.08.18 06:24:47.406557 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18930 | 2024.08.18 06:24:47.406640 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002948 sec., 27815.468113975574 rows/sec., 1.77 MiB/sec. | ||
18931 | 2024.08.18 06:24:47.406786 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_103_21, all_108_108_0] -> all_1_108_22 | ||
18932 | 2024.08.18 06:24:47.406964 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
18933 | 2024.08.18 06:24:47.406997 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Debug> DynamicQueryHandler: Done processing query | ||
18934 | 2024.08.18 06:24:47.407037 [ 3 ] {9fb8a18f-04ef-423b-b43c-65df85dba40a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
18935 | 2024.08.18 06:24:47.407054 [ 3 ] {} <Debug> HTTP-Session: 51d97cc5-47ad-4e00-9958-8fff6e7454b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18936 | 2024.08.18 06:24:52.360990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18937 | 2024.08.18 06:24:52.361179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18938 | 2024.08.18 06:24:52.361225 [ 3 ] {} <Debug> HTTP-Session: b098e602-2236-45bf-954b-df2f4cc1402f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18939 | 2024.08.18 06:24:52.361266 [ 3 ] {} <Debug> HTTP-Session: b098e602-2236-45bf-954b-df2f4cc1402f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18940 | 2024.08.18 06:24:52.361295 [ 3 ] {} <Debug> HTTP-Session: b098e602-2236-45bf-954b-df2f4cc1402f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18941 | 2024.08.18 06:24:52.361376 [ 3 ] {} <Trace> HTTP-Session: b098e602-2236-45bf-954b-df2f4cc1402f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18942 | 2024.08.18 06:24:52.361669 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18943 | 2024.08.18 06:24:52.361775 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18944 | 2024.08.18 06:24:52.362088 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18945 | 2024.08.18 06:24:52.362526 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18946 | 2024.08.18 06:24:52.362571 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18947 | 2024.08.18 06:24:52.362949 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
18948 | 2024.08.18 06:24:52.363296 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18949 | 2024.08.18 06:24:52.363479 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001903 sec., 15239.096163951655 rows/sec., 1.21 MiB/sec. | ||
18950 | 2024.08.18 06:24:52.363492 [ 82 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
18951 | 2024.08.18 06:24:52.363590 [ 82 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18952 | 2024.08.18 06:24:52.363647 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18953 | 2024.08.18 06:24:52.363801 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Debug> DynamicQueryHandler: Done processing query | ||
18954 | 2024.08.18 06:24:52.363866 [ 3 ] {4b6f0a98-5637-4472-8828-c6f6a1aedc73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18955 | 2024.08.18 06:24:52.363915 [ 3 ] {} <Debug> HTTP-Session: b098e602-2236-45bf-954b-df2f4cc1402f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18956 | 2024.08.18 06:24:52.363943 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
18957 | 2024.08.18 06:24:52.364142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18958 | 2024.08.18 06:24:52.364337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18959 | 2024.08.18 06:24:52.364445 [ 3 ] {} <Debug> HTTP-Session: bb15f5c7-10ed-4929-8cf7-d9d151f7f7f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18960 | 2024.08.18 06:24:52.364542 [ 3 ] {} <Debug> HTTP-Session: bb15f5c7-10ed-4929-8cf7-d9d151f7f7f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18961 | 2024.08.18 06:24:52.364625 [ 3 ] {} <Debug> HTTP-Session: bb15f5c7-10ed-4929-8cf7-d9d151f7f7f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18962 | 2024.08.18 06:24:52.364675 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18963 | 2024.08.18 06:24:52.364772 [ 3 ] {} <Trace> HTTP-Session: bb15f5c7-10ed-4929-8cf7-d9d151f7f7f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18964 | 2024.08.18 06:24:52.364796 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 56 rows starting from the beginning of the part | ||
18965 | 2024.08.18 06:24:52.365173 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
18966 | 2024.08.18 06:24:52.365239 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 29 rows starting from the beginning of the part | ||
18967 | 2024.08.18 06:24:52.365360 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
18968 | 2024.08.18 06:24:52.365897 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 27 rows starting from the beginning of the part | ||
18969 | 2024.08.18 06:24:52.366365 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 29 rows starting from the beginning of the part | ||
18970 | 2024.08.18 06:24:52.366761 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 27 rows starting from the beginning of the part | ||
18971 | 2024.08.18 06:24:52.367243 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 29 rows starting from the beginning of the part | ||
18972 | 2024.08.18 06:24:52.367269 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18973 | 2024.08.18 06:24:52.367930 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18974 | 2024.08.18 06:24:52.367972 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
18975 | 2024.08.18 06:24:52.368437 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
18976 | 2024.08.18 06:24:52.368823 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.005073444 sec., 38829.63919578101 rows/sec., 3.07 MiB/sec. | ||
18977 | 2024.08.18 06:24:52.369015 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18978 | 2024.08.18 06:24:52.369075 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
18979 | 2024.08.18 06:24:52.369283 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004279 sec., 934.7978499649452 rows/sec., 76.23 KiB/sec. | ||
18980 | 2024.08.18 06:24:52.369707 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Debug> DynamicQueryHandler: Done processing query | ||
18981 | 2024.08.18 06:24:52.369748 [ 3 ] {2d434843-02c9-49a0-bf5c-4adefd89511e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18982 | 2024.08.18 06:24:52.369777 [ 3 ] {} <Debug> HTTP-Session: bb15f5c7-10ed-4929-8cf7-d9d151f7f7f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18983 | 2024.08.18 06:24:52.369885 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18984 | 2024.08.18 06:24:52.369963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 21208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18985 | 2024.08.18 06:24:52.370026 [ 195 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_86_17} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
18986 | 2024.08.18 06:24:52.370044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18987 | 2024.08.18 06:24:52.370078 [ 3 ] {} <Debug> HTTP-Session: d364e3cc-a595-42ce-8cd3-b6b80578b684 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
18988 | 2024.08.18 06:24:52.370116 [ 3 ] {} <Debug> HTTP-Session: d364e3cc-a595-42ce-8cd3-b6b80578b684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18989 | 2024.08.18 06:24:52.370170 [ 3 ] {} <Debug> HTTP-Session: d364e3cc-a595-42ce-8cd3-b6b80578b684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18990 | 2024.08.18 06:24:52.370195 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
18991 | 2024.08.18 06:24:52.370225 [ 3 ] {} <Trace> HTTP-Session: d364e3cc-a595-42ce-8cd3-b6b80578b684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18992 | 2024.08.18 06:24:52.370387 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18993 | 2024.08.18 06:24:52.370467 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18994 | 2024.08.18 06:24:52.370647 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18995 | 2024.08.18 06:24:52.371114 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18996 | 2024.08.18 06:24:52.371153 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
18997 | 2024.08.18 06:24:52.371499 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
18998 | 2024.08.18 06:24:52.371824 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18999 | 2024.08.18 06:24:52.371988 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Debug> executeQuery: Read 145 rows, 12.40 KiB in 0.001659 sec., 87402.04942736588 rows/sec., 7.30 MiB/sec. | ||
19000 | 2024.08.18 06:24:52.372155 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Debug> DynamicQueryHandler: Done processing query | ||
19001 | 2024.08.18 06:24:52.372181 [ 3 ] {ce5524da-0f34-4867-88f8-0553c82492ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
19002 | 2024.08.18 06:24:52.372197 [ 3 ] {} <Debug> HTTP-Session: d364e3cc-a595-42ce-8cd3-b6b80578b684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19003 | 2024.08.18 06:24:52.372363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19004 | 2024.08.18 06:24:52.372412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19005 | 2024.08.18 06:24:52.372432 [ 3 ] {} <Debug> HTTP-Session: 75960e98-fde3-4930-86a4-37715e36c64d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19006 | 2024.08.18 06:24:52.372449 [ 3 ] {} <Debug> HTTP-Session: 75960e98-fde3-4930-86a4-37715e36c64d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19007 | 2024.08.18 06:24:52.372463 [ 3 ] {} <Debug> HTTP-Session: 75960e98-fde3-4930-86a4-37715e36c64d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19008 | 2024.08.18 06:24:52.372494 [ 3 ] {} <Trace> HTTP-Session: 75960e98-fde3-4930-86a4-37715e36c64d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19009 | 2024.08.18 06:24:52.372592 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
19010 | 2024.08.18 06:24:52.372635 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
19011 | 2024.08.18 06:24:52.372763 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19012 | 2024.08.18 06:24:52.373040 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19013 | 2024.08.18 06:24:52.373077 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
19014 | 2024.08.18 06:24:52.373375 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
19015 | 2024.08.18 06:24:52.373684 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19016 | 2024.08.18 06:24:52.373856 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001284 sec., 3115.264797507788 rows/sec., 217.52 KiB/sec. | ||
19017 | 2024.08.18 06:24:52.374177 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Debug> DynamicQueryHandler: Done processing query | ||
19018 | 2024.08.18 06:24:52.374215 [ 3 ] {b2f29110-8931-4333-b9a1-be0781d5cb9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19019 | 2024.08.18 06:24:52.374232 [ 3 ] {} <Debug> HTTP-Session: 75960e98-fde3-4930-86a4-37715e36c64d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19020 | 2024.08.18 06:24:52.374364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 16478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19021 | 2024.08.18 06:24:52.374413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19022 | 2024.08.18 06:24:52.374433 [ 3 ] {} <Debug> HTTP-Session: d04cd0bc-7615-4f73-9581-59dc20d86466 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19023 | 2024.08.18 06:24:52.374449 [ 3 ] {} <Debug> HTTP-Session: d04cd0bc-7615-4f73-9581-59dc20d86466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19024 | 2024.08.18 06:24:52.374463 [ 3 ] {} <Debug> HTTP-Session: d04cd0bc-7615-4f73-9581-59dc20d86466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19025 | 2024.08.18 06:24:52.374494 [ 3 ] {} <Trace> HTTP-Session: d04cd0bc-7615-4f73-9581-59dc20d86466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19026 | 2024.08.18 06:24:52.374618 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19027 | 2024.08.18 06:24:52.374661 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19028 | 2024.08.18 06:24:52.374806 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19029 | 2024.08.18 06:24:52.375155 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19030 | 2024.08.18 06:24:52.375191 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
19031 | 2024.08.18 06:24:52.375499 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
19032 | 2024.08.18 06:24:52.375806 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19033 | 2024.08.18 06:24:52.375960 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001385 sec., 70036.1010830325 rows/sec., 5.47 MiB/sec. | ||
19034 | 2024.08.18 06:24:52.376118 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Debug> DynamicQueryHandler: Done processing query | ||
19035 | 2024.08.18 06:24:52.376142 [ 3 ] {940e284d-5c75-46a5-9cc3-f086b716826e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
19036 | 2024.08.18 06:24:52.376158 [ 3 ] {} <Debug> HTTP-Session: d04cd0bc-7615-4f73-9581-59dc20d86466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19037 | 2024.08.18 06:24:52.376326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19038 | 2024.08.18 06:24:52.376373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19039 | 2024.08.18 06:24:52.376392 [ 3 ] {} <Debug> HTTP-Session: 0ff20a49-e8ae-48f2-a283-f0b06e27eb1c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19040 | 2024.08.18 06:24:52.376409 [ 3 ] {} <Debug> HTTP-Session: 0ff20a49-e8ae-48f2-a283-f0b06e27eb1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19041 | 2024.08.18 06:24:52.376422 [ 3 ] {} <Debug> HTTP-Session: 0ff20a49-e8ae-48f2-a283-f0b06e27eb1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19042 | 2024.08.18 06:24:52.376453 [ 3 ] {} <Trace> HTTP-Session: 0ff20a49-e8ae-48f2-a283-f0b06e27eb1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19043 | 2024.08.18 06:24:52.376598 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19044 | 2024.08.18 06:24:52.376644 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19045 | 2024.08.18 06:24:52.376792 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19046 | 2024.08.18 06:24:52.377190 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19047 | 2024.08.18 06:24:52.377227 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
19048 | 2024.08.18 06:24:52.377619 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
19049 | 2024.08.18 06:24:52.377957 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19050 | 2024.08.18 06:24:52.378117 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001589 sec., 101950.91252359975 rows/sec., 7.10 MiB/sec. | ||
19051 | 2024.08.18 06:24:52.378288 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Debug> DynamicQueryHandler: Done processing query | ||
19052 | 2024.08.18 06:24:52.378313 [ 3 ] {c30d5c96-0d51-484e-8708-4ac815982b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
19053 | 2024.08.18 06:24:52.378330 [ 3 ] {} <Debug> HTTP-Session: 0ff20a49-e8ae-48f2-a283-f0b06e27eb1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19054 | 2024.08.18 06:24:52.378482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19055 | 2024.08.18 06:24:52.378532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19056 | 2024.08.18 06:24:52.378551 [ 3 ] {} <Debug> HTTP-Session: c27736fe-fe41-42e5-aadc-457b42b61b20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19057 | 2024.08.18 06:24:52.378567 [ 3 ] {} <Debug> HTTP-Session: c27736fe-fe41-42e5-aadc-457b42b61b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19058 | 2024.08.18 06:24:52.378581 [ 3 ] {} <Debug> HTTP-Session: c27736fe-fe41-42e5-aadc-457b42b61b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19059 | 2024.08.18 06:24:52.378612 [ 3 ] {} <Trace> HTTP-Session: c27736fe-fe41-42e5-aadc-457b42b61b20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19060 | 2024.08.18 06:24:52.378907 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
19061 | 2024.08.18 06:24:52.378971 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <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 | ||
19062 | 2024.08.18 06:24:52.379376 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19063 | 2024.08.18 06:24:52.379993 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19064 | 2024.08.18 06:24:52.380030 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
19065 | 2024.08.18 06:24:52.380641 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
19066 | 2024.08.18 06:24:52.381045 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19067 | 2024.08.18 06:24:52.381229 [ 82 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
19068 | 2024.08.18 06:24:52.381247 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002559 sec., 11332.551778038296 rows/sec., 20.31 MiB/sec. | ||
19069 | 2024.08.18 06:24:52.381283 [ 82 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19070 | 2024.08.18 06:24:52.381352 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
19071 | 2024.08.18 06:24:52.381681 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
19072 | 2024.08.18 06:24:52.381779 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Debug> DynamicQueryHandler: Done processing query | ||
19073 | 2024.08.18 06:24:52.381830 [ 3 ] {fe41816a-f662-476f-85c4-2194657171aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
19074 | 2024.08.18 06:24:52.381871 [ 3 ] {} <Debug> HTTP-Session: c27736fe-fe41-42e5-aadc-457b42b61b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19075 | 2024.08.18 06:24:52.382091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19076 | 2024.08.18 06:24:52.382210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19077 | 2024.08.18 06:24:52.382280 [ 3 ] {} <Debug> HTTP-Session: 6ff86504-b44c-4855-8955-40121c89f075 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19078 | 2024.08.18 06:24:52.382334 [ 3 ] {} <Debug> HTTP-Session: 6ff86504-b44c-4855-8955-40121c89f075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19079 | 2024.08.18 06:24:52.382385 [ 3 ] {} <Debug> HTTP-Session: 6ff86504-b44c-4855-8955-40121c89f075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19080 | 2024.08.18 06:24:52.382388 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19081 | 2024.08.18 06:24:52.382452 [ 3 ] {} <Trace> HTTP-Session: 6ff86504-b44c-4855-8955-40121c89f075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19082 | 2024.08.18 06:24:52.382554 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1483 rows starting from the beginning of the part | ||
19083 | 2024.08.18 06:24:52.382738 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19084 | 2024.08.18 06:24:52.382941 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19085 | 2024.08.18 06:24:52.383331 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 29 rows starting from the beginning of the part | ||
19086 | 2024.08.18 06:24:52.384009 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19087 | 2024.08.18 06:24:52.384134 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 27 rows starting from the beginning of the part | ||
19088 | 2024.08.18 06:24:52.384668 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 29 rows starting from the beginning of the part | ||
19089 | 2024.08.18 06:24:52.385189 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19090 | 2024.08.18 06:24:52.385283 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19091 | 2024.08.18 06:24:52.385304 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 27 rows starting from the beginning of the part | ||
19092 | 2024.08.18 06:24:52.385945 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 29 rows starting from the beginning of the part | ||
19093 | 2024.08.18 06:24:52.386684 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
19094 | 2024.08.18 06:24:52.387539 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19095 | 2024.08.18 06:24:52.387981 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005354 sec., 11206.574523720583 rows/sec., 773.37 KiB/sec. | ||
19096 | 2024.08.18 06:24:52.388239 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Debug> DynamicQueryHandler: Done processing query | ||
19097 | 2024.08.18 06:24:52.388270 [ 3 ] {bea6424f-be6a-4f10-a200-417bcad3d0c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19098 | 2024.08.18 06:24:52.388289 [ 3 ] {} <Debug> HTTP-Session: 6ff86504-b44c-4855-8955-40121c89f075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19099 | 2024.08.18 06:24:52.395386 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1624 rows, containing 19 columns (19 merged, 0 gathered) in 0.01388217 sec., 116984.59246645158 rows/sec., 209.63 MiB/sec. | ||
19100 | 2024.08.18 06:24:52.397701 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
19101 | 2024.08.18 06:24:52.398374 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19102 | 2024.08.18 06:24:52.398470 [ 190 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
19103 | 2024.08.18 06:24:52.398638 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
19104 | 2024.08.18 06:24:53.000208 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.96 MiB, peak 228.43 MiB, free memory in arenas 0.00 B, will set to 218.86 MiB (RSS), difference: 2.90 MiB | ||
19105 | 2024.08.18 06:24:55.228588 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
19106 | 2024.08.18 06:24:55.228638 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
19107 | 2024.08.18 06:24:57.364621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19108 | 2024.08.18 06:24:57.364765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19109 | 2024.08.18 06:24:57.364795 [ 3 ] {} <Debug> HTTP-Session: cbc9f1bd-a6cb-4dc0-bcb4-991513a2bbbb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19110 | 2024.08.18 06:24:57.364823 [ 3 ] {} <Debug> HTTP-Session: cbc9f1bd-a6cb-4dc0-bcb4-991513a2bbbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19111 | 2024.08.18 06:24:57.364840 [ 3 ] {} <Debug> HTTP-Session: cbc9f1bd-a6cb-4dc0-bcb4-991513a2bbbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19112 | 2024.08.18 06:24:57.364895 [ 3 ] {} <Trace> HTTP-Session: cbc9f1bd-a6cb-4dc0-bcb4-991513a2bbbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19113 | 2024.08.18 06:24:57.365109 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
19114 | 2024.08.18 06:24:57.365184 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
19115 | 2024.08.18 06:24:57.365381 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19116 | 2024.08.18 06:24:57.365832 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19117 | 2024.08.18 06:24:57.365880 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19118 | 2024.08.18 06:24:57.366259 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
19119 | 2024.08.18 06:24:57.366602 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19120 | 2024.08.18 06:24:57.366781 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001738 sec., 15535.097813578826 rows/sec., 1.23 MiB/sec. | ||
19121 | 2024.08.18 06:24:57.366990 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Debug> DynamicQueryHandler: Done processing query | ||
19122 | 2024.08.18 06:24:57.367017 [ 3 ] {6527aa34-f501-43f8-b6be-bf3738065ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19123 | 2024.08.18 06:24:57.367033 [ 3 ] {} <Debug> HTTP-Session: cbc9f1bd-a6cb-4dc0-bcb4-991513a2bbbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19124 | 2024.08.18 06:24:57.367236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19125 | 2024.08.18 06:24:57.367288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19126 | 2024.08.18 06:24:57.367308 [ 3 ] {} <Debug> HTTP-Session: 70905993-dd30-4bed-9c8b-1d676ff131bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19127 | 2024.08.18 06:24:57.367325 [ 3 ] {} <Debug> HTTP-Session: 70905993-dd30-4bed-9c8b-1d676ff131bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19128 | 2024.08.18 06:24:57.367339 [ 3 ] {} <Debug> HTTP-Session: 70905993-dd30-4bed-9c8b-1d676ff131bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19129 | 2024.08.18 06:24:57.367374 [ 3 ] {} <Trace> HTTP-Session: 70905993-dd30-4bed-9c8b-1d676ff131bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19130 | 2024.08.18 06:24:57.367563 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19131 | 2024.08.18 06:24:57.367611 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19132 | 2024.08.18 06:24:57.367745 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19133 | 2024.08.18 06:24:57.368408 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19134 | 2024.08.18 06:24:57.368447 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19135 | 2024.08.18 06:24:57.368784 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
19136 | 2024.08.18 06:24:57.369098 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19137 | 2024.08.18 06:24:57.369253 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Debug> executeQuery: Read 270 rows, 24.20 KiB in 0.001778 sec., 151856.01799775028 rows/sec., 13.29 MiB/sec. | ||
19138 | 2024.08.18 06:24:57.369439 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Debug> DynamicQueryHandler: Done processing query | ||
19139 | 2024.08.18 06:24:57.369464 [ 3 ] {60255d8d-ee48-401b-9ada-96ecf947a1ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
19140 | 2024.08.18 06:24:57.369480 [ 3 ] {} <Debug> HTTP-Session: 70905993-dd30-4bed-9c8b-1d676ff131bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19141 | 2024.08.18 06:24:57.369605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19142 | 2024.08.18 06:24:57.369654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19143 | 2024.08.18 06:24:57.369674 [ 3 ] {} <Debug> HTTP-Session: 13df022d-70ca-4a86-a5a0-28c1c2f14b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19144 | 2024.08.18 06:24:57.369690 [ 3 ] {} <Debug> HTTP-Session: 13df022d-70ca-4a86-a5a0-28c1c2f14b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19145 | 2024.08.18 06:24:57.369704 [ 3 ] {} <Debug> HTTP-Session: 13df022d-70ca-4a86-a5a0-28c1c2f14b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19146 | 2024.08.18 06:24:57.369736 [ 3 ] {} <Trace> HTTP-Session: 13df022d-70ca-4a86-a5a0-28c1c2f14b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19147 | 2024.08.18 06:24:57.369837 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
19148 | 2024.08.18 06:24:57.369881 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
19149 | 2024.08.18 06:24:57.370008 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19150 | 2024.08.18 06:24:57.370296 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19151 | 2024.08.18 06:24:57.370333 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19152 | 2024.08.18 06:24:57.370647 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
19153 | 2024.08.18 06:24:57.370956 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19154 | 2024.08.18 06:24:57.371085 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001277 sec., 10963.194988253721 rows/sec., 767.79 KiB/sec. | ||
19155 | 2024.08.18 06:24:57.371258 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Debug> DynamicQueryHandler: Done processing query | ||
19156 | 2024.08.18 06:24:57.371282 [ 3 ] {97cde3a8-d991-47c4-ad63-a40d3c4b4659} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19157 | 2024.08.18 06:24:57.371298 [ 3 ] {} <Debug> HTTP-Session: 13df022d-70ca-4a86-a5a0-28c1c2f14b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19158 | 2024.08.18 06:24:57.371447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19159 | 2024.08.18 06:24:57.371496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19160 | 2024.08.18 06:24:57.371515 [ 3 ] {} <Debug> HTTP-Session: fbe6a624-cd62-4b84-9e98-0c0c75143034 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19161 | 2024.08.18 06:24:57.371531 [ 3 ] {} <Debug> HTTP-Session: fbe6a624-cd62-4b84-9e98-0c0c75143034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19162 | 2024.08.18 06:24:57.371545 [ 3 ] {} <Debug> HTTP-Session: fbe6a624-cd62-4b84-9e98-0c0c75143034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19163 | 2024.08.18 06:24:57.371576 [ 3 ] {} <Trace> HTTP-Session: fbe6a624-cd62-4b84-9e98-0c0c75143034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19164 | 2024.08.18 06:24:57.371669 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
19165 | 2024.08.18 06:24:57.371711 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
19166 | 2024.08.18 06:24:57.371836 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19167 | 2024.08.18 06:24:57.372103 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19168 | 2024.08.18 06:24:57.372139 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19169 | 2024.08.18 06:24:57.372454 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
19170 | 2024.08.18 06:24:57.372755 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19171 | 2024.08.18 06:24:57.372882 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001237 sec., 4850.444624090542 rows/sec., 286.57 KiB/sec. | ||
19172 | 2024.08.18 06:24:57.373141 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Debug> DynamicQueryHandler: Done processing query | ||
19173 | 2024.08.18 06:24:57.373191 [ 3 ] {c62deb22-e8b0-4f70-90c2-e4be543996e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19174 | 2024.08.18 06:24:57.373228 [ 3 ] {} <Debug> HTTP-Session: fbe6a624-cd62-4b84-9e98-0c0c75143034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19175 | 2024.08.18 06:24:57.373481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19176 | 2024.08.18 06:24:57.373530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19177 | 2024.08.18 06:24:57.373550 [ 3 ] {} <Debug> HTTP-Session: 5d4da66e-a35a-4784-bc87-c3123dfc7a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19178 | 2024.08.18 06:24:57.373567 [ 3 ] {} <Debug> HTTP-Session: 5d4da66e-a35a-4784-bc87-c3123dfc7a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19179 | 2024.08.18 06:24:57.373581 [ 3 ] {} <Debug> HTTP-Session: 5d4da66e-a35a-4784-bc87-c3123dfc7a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19180 | 2024.08.18 06:24:57.373612 [ 3 ] {} <Trace> HTTP-Session: 5d4da66e-a35a-4784-bc87-c3123dfc7a7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19181 | 2024.08.18 06:24:57.373840 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19182 | 2024.08.18 06:24:57.373886 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19183 | 2024.08.18 06:24:57.374023 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19184 | 2024.08.18 06:24:57.374570 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19185 | 2024.08.18 06:24:57.374607 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19186 | 2024.08.18 06:24:57.374938 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
19187 | 2024.08.18 06:24:57.375240 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19188 | 2024.08.18 06:24:57.375370 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001647 sec., 248330.2975106254 rows/sec., 17.70 MiB/sec. | ||
19189 | 2024.08.18 06:24:57.375542 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Debug> DynamicQueryHandler: Done processing query | ||
19190 | 2024.08.18 06:24:57.375568 [ 3 ] {83c48767-4e93-4eb2-a18f-64aae3b5b5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
19191 | 2024.08.18 06:24:57.375583 [ 3 ] {} <Debug> HTTP-Session: 5d4da66e-a35a-4784-bc87-c3123dfc7a7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19192 | 2024.08.18 06:24:57.375737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19193 | 2024.08.18 06:24:57.375784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19194 | 2024.08.18 06:24:57.375803 [ 3 ] {} <Debug> HTTP-Session: bc725deb-4a97-4676-b6a8-fae09e06ef88 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19195 | 2024.08.18 06:24:57.375819 [ 3 ] {} <Debug> HTTP-Session: bc725deb-4a97-4676-b6a8-fae09e06ef88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19196 | 2024.08.18 06:24:57.375833 [ 3 ] {} <Debug> HTTP-Session: bc725deb-4a97-4676-b6a8-fae09e06ef88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19197 | 2024.08.18 06:24:57.375863 [ 3 ] {} <Trace> HTTP-Session: bc725deb-4a97-4676-b6a8-fae09e06ef88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19198 | 2024.08.18 06:24:57.375958 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
19199 | 2024.08.18 06:24:57.376002 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
19200 | 2024.08.18 06:24:57.376129 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19201 | 2024.08.18 06:24:57.376385 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19202 | 2024.08.18 06:24:57.376422 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19203 | 2024.08.18 06:24:57.376785 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
19204 | 2024.08.18 06:24:57.377113 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19205 | 2024.08.18 06:24:57.377241 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
19206 | 2024.08.18 06:24:57.377524 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Debug> DynamicQueryHandler: Done processing query | ||
19207 | 2024.08.18 06:24:57.377594 [ 3 ] {31f76bfc-429d-43f8-8013-4157e54c4c3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
19208 | 2024.08.18 06:24:57.377662 [ 3 ] {} <Debug> HTTP-Session: bc725deb-4a97-4676-b6a8-fae09e06ef88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19209 | 2024.08.18 06:24:57.377949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19210 | 2024.08.18 06:24:57.378003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19211 | 2024.08.18 06:24:57.378023 [ 3 ] {} <Debug> HTTP-Session: 4102d6cc-4aaf-4951-a87f-a77223e8157b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19212 | 2024.08.18 06:24:57.378039 [ 3 ] {} <Debug> HTTP-Session: 4102d6cc-4aaf-4951-a87f-a77223e8157b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19213 | 2024.08.18 06:24:57.378053 [ 3 ] {} <Debug> HTTP-Session: 4102d6cc-4aaf-4951-a87f-a77223e8157b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19214 | 2024.08.18 06:24:57.378086 [ 3 ] {} <Trace> HTTP-Session: 4102d6cc-4aaf-4951-a87f-a77223e8157b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19215 | 2024.08.18 06:24:57.378302 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19216 | 2024.08.18 06:24:57.378349 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19217 | 2024.08.18 06:24:57.378504 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19218 | 2024.08.18 06:24:57.378932 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19219 | 2024.08.18 06:24:57.378968 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19220 | 2024.08.18 06:24:57.379353 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
19221 | 2024.08.18 06:24:57.379695 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19222 | 2024.08.18 06:24:57.379824 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
19223 | 2024.08.18 06:24:57.379994 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Debug> DynamicQueryHandler: Done processing query | ||
19224 | 2024.08.18 06:24:57.380018 [ 3 ] {f7f3e04e-a71c-4ab5-89dd-63ed831446f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
19225 | 2024.08.18 06:24:57.380034 [ 3 ] {} <Debug> HTTP-Session: 4102d6cc-4aaf-4951-a87f-a77223e8157b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19226 | 2024.08.18 06:24:57.380155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19227 | 2024.08.18 06:24:57.380203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19228 | 2024.08.18 06:24:57.380222 [ 3 ] {} <Debug> HTTP-Session: 785b326a-a685-4a03-a0f6-11ceb9cb172b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19229 | 2024.08.18 06:24:57.380239 [ 3 ] {} <Debug> HTTP-Session: 785b326a-a685-4a03-a0f6-11ceb9cb172b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19230 | 2024.08.18 06:24:57.380252 [ 3 ] {} <Debug> HTTP-Session: 785b326a-a685-4a03-a0f6-11ceb9cb172b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19231 | 2024.08.18 06:24:57.380283 [ 3 ] {} <Trace> HTTP-Session: 785b326a-a685-4a03-a0f6-11ceb9cb172b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19232 | 2024.08.18 06:24:57.380376 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
19233 | 2024.08.18 06:24:57.380420 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
19234 | 2024.08.18 06:24:57.380545 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19235 | 2024.08.18 06:24:57.380801 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19236 | 2024.08.18 06:24:57.380837 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19237 | 2024.08.18 06:24:57.381177 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
19238 | 2024.08.18 06:24:57.381501 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19239 | 2024.08.18 06:24:57.381629 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001276 sec., 783.6990595611285 rows/sec., 52.81 KiB/sec. | ||
19240 | 2024.08.18 06:24:57.381888 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Debug> DynamicQueryHandler: Done processing query | ||
19241 | 2024.08.18 06:24:57.381943 [ 3 ] {01ddff59-f7ac-4c8e-bb63-99229fa42036} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
19242 | 2024.08.18 06:24:57.381987 [ 3 ] {} <Debug> HTTP-Session: 785b326a-a685-4a03-a0f6-11ceb9cb172b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19243 | 2024.08.18 06:24:57.382130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19244 | 2024.08.18 06:24:57.382181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19245 | 2024.08.18 06:24:57.382200 [ 3 ] {} <Debug> HTTP-Session: 70b59094-5f04-4a32-98b3-44adaf4925e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19246 | 2024.08.18 06:24:57.382217 [ 3 ] {} <Debug> HTTP-Session: 70b59094-5f04-4a32-98b3-44adaf4925e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19247 | 2024.08.18 06:24:57.382231 [ 3 ] {} <Debug> HTTP-Session: 70b59094-5f04-4a32-98b3-44adaf4925e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19248 | 2024.08.18 06:24:57.382261 [ 3 ] {} <Trace> HTTP-Session: 70b59094-5f04-4a32-98b3-44adaf4925e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19249 | 2024.08.18 06:24:57.382556 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
19250 | 2024.08.18 06:24:57.382622 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <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 | ||
19251 | 2024.08.18 06:24:57.383032 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19252 | 2024.08.18 06:24:57.383684 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19253 | 2024.08.18 06:24:57.383719 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19254 | 2024.08.18 06:24:57.384330 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
19255 | 2024.08.18 06:24:57.384737 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19256 | 2024.08.18 06:24:57.384884 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002533 sec., 10659.297275957362 rows/sec., 19.10 MiB/sec. | ||
19257 | 2024.08.18 06:24:57.385372 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Debug> DynamicQueryHandler: Done processing query | ||
19258 | 2024.08.18 06:24:57.385434 [ 3 ] {d40c96a2-c728-494c-b05e-fddfea8822ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
19259 | 2024.08.18 06:24:57.385505 [ 3 ] {} <Debug> HTTP-Session: 70b59094-5f04-4a32-98b3-44adaf4925e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19260 | 2024.08.18 06:24:57.385756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19261 | 2024.08.18 06:24:57.385808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19262 | 2024.08.18 06:24:57.385827 [ 3 ] {} <Debug> HTTP-Session: c7c75351-2f59-472f-a47d-34fd8b3c2aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19263 | 2024.08.18 06:24:57.385844 [ 3 ] {} <Debug> HTTP-Session: c7c75351-2f59-472f-a47d-34fd8b3c2aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19264 | 2024.08.18 06:24:57.385858 [ 3 ] {} <Debug> HTTP-Session: c7c75351-2f59-472f-a47d-34fd8b3c2aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19265 | 2024.08.18 06:24:57.385891 [ 3 ] {} <Trace> HTTP-Session: c7c75351-2f59-472f-a47d-34fd8b3c2aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19266 | 2024.08.18 06:24:57.386031 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19267 | 2024.08.18 06:24:57.386079 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19268 | 2024.08.18 06:24:57.386225 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19269 | 2024.08.18 06:24:57.386601 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19270 | 2024.08.18 06:24:57.386638 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19271 | 2024.08.18 06:24:57.387004 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
19272 | 2024.08.18 06:24:57.387317 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19273 | 2024.08.18 06:24:57.387446 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
19274 | 2024.08.18 06:24:57.387711 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Debug> DynamicQueryHandler: Done processing query | ||
19275 | 2024.08.18 06:24:57.387771 [ 3 ] {03e522a0-5e39-481f-bc29-d471dc907778} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
19276 | 2024.08.18 06:24:57.387828 [ 3 ] {} <Debug> HTTP-Session: c7c75351-2f59-472f-a47d-34fd8b3c2aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19277 | 2024.08.18 06:25:02.360529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19278 | 2024.08.18 06:25:02.360722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19279 | 2024.08.18 06:25:02.360768 [ 3 ] {} <Debug> HTTP-Session: 4cdab009-40c1-434e-a1ca-75b605aac696 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19280 | 2024.08.18 06:25:02.360809 [ 3 ] {} <Debug> HTTP-Session: 4cdab009-40c1-434e-a1ca-75b605aac696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19281 | 2024.08.18 06:25:02.360837 [ 3 ] {} <Debug> HTTP-Session: 4cdab009-40c1-434e-a1ca-75b605aac696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19282 | 2024.08.18 06:25:02.360916 [ 3 ] {} <Trace> HTTP-Session: 4cdab009-40c1-434e-a1ca-75b605aac696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19283 | 2024.08.18 06:25:02.361210 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
19284 | 2024.08.18 06:25:02.361320 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
19285 | 2024.08.18 06:25:02.361536 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19286 | 2024.08.18 06:25:02.362061 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19287 | 2024.08.18 06:25:02.362102 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19288 | 2024.08.18 06:25:02.362484 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
19289 | 2024.08.18 06:25:02.362823 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19290 | 2024.08.18 06:25:02.362983 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001875 sec., 15466.666666666668 rows/sec., 1.22 MiB/sec. | ||
19291 | 2024.08.18 06:25:02.363241 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Debug> DynamicQueryHandler: Done processing query | ||
19292 | 2024.08.18 06:25:02.363268 [ 3 ] {45876a95-3f0c-429c-92ef-65a1b0b7dd6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19293 | 2024.08.18 06:25:02.363285 [ 3 ] {} <Debug> HTTP-Session: 4cdab009-40c1-434e-a1ca-75b605aac696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19294 | 2024.08.18 06:25:02.363454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19295 | 2024.08.18 06:25:02.363510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19296 | 2024.08.18 06:25:02.363530 [ 3 ] {} <Debug> HTTP-Session: 7df4c3b7-5cd3-4d4b-842d-736172ca9794 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19297 | 2024.08.18 06:25:02.363547 [ 3 ] {} <Debug> HTTP-Session: 7df4c3b7-5cd3-4d4b-842d-736172ca9794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19298 | 2024.08.18 06:25:02.363561 [ 3 ] {} <Debug> HTTP-Session: 7df4c3b7-5cd3-4d4b-842d-736172ca9794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19299 | 2024.08.18 06:25:02.363596 [ 3 ] {} <Trace> HTTP-Session: 7df4c3b7-5cd3-4d4b-842d-736172ca9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19300 | 2024.08.18 06:25:02.363738 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19301 | 2024.08.18 06:25:02.363784 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19302 | 2024.08.18 06:25:02.363922 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19303 | 2024.08.18 06:25:02.364362 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19304 | 2024.08.18 06:25:02.364400 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19305 | 2024.08.18 06:25:02.364740 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
19306 | 2024.08.18 06:25:02.365050 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19307 | 2024.08.18 06:25:02.365212 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001532 sec., 93342.03655352481 rows/sec., 7.81 MiB/sec. | ||
19308 | 2024.08.18 06:25:02.365224 [ 66 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
19309 | 2024.08.18 06:25:02.365333 [ 66 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19310 | 2024.08.18 06:25:02.365434 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19311 | 2024.08.18 06:25:02.365492 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Debug> DynamicQueryHandler: Done processing query | ||
19312 | 2024.08.18 06:25:02.365531 [ 3 ] {1d4b0e59-412f-4bdd-a81a-538e0caed952} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
19313 | 2024.08.18 06:25:02.365584 [ 3 ] {} <Debug> HTTP-Session: 7df4c3b7-5cd3-4d4b-842d-736172ca9794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19314 | 2024.08.18 06:25:02.365788 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
19315 | 2024.08.18 06:25:02.365884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19316 | 2024.08.18 06:25:02.366008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19317 | 2024.08.18 06:25:02.366096 [ 3 ] {} <Debug> HTTP-Session: bd8b4a08-e726-4cc3-9745-2abaa3fb94c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19318 | 2024.08.18 06:25:02.366169 [ 3 ] {} <Debug> HTTP-Session: bd8b4a08-e726-4cc3-9745-2abaa3fb94c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19319 | 2024.08.18 06:25:02.366239 [ 3 ] {} <Debug> HTTP-Session: bd8b4a08-e726-4cc3-9745-2abaa3fb94c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19320 | 2024.08.18 06:25:02.366383 [ 3 ] {} <Trace> HTTP-Session: bd8b4a08-e726-4cc3-9745-2abaa3fb94c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19321 | 2024.08.18 06:25:02.366432 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19322 | 2024.08.18 06:25:02.366542 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1511 rows starting from the beginning of the part | ||
19323 | 2024.08.18 06:25:02.366819 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19324 | 2024.08.18 06:25:02.366887 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 143 rows starting from the beginning of the part | ||
19325 | 2024.08.18 06:25:02.366987 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19326 | 2024.08.18 06:25:02.367251 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 270 rows starting from the beginning of the part | ||
19327 | 2024.08.18 06:25:02.367736 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 145 rows starting from the beginning of the part | ||
19328 | 2024.08.18 06:25:02.368319 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 270 rows starting from the beginning of the part | ||
19329 | 2024.08.18 06:25:02.368831 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19330 | 2024.08.18 06:25:02.368830 [ 191 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 143 rows starting from the beginning of the part | ||
19331 | 2024.08.18 06:25:02.370674 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19332 | 2024.08.18 06:25:02.370738 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19333 | 2024.08.18 06:25:02.371519 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
19334 | 2024.08.18 06:25:02.371999 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19335 | 2024.08.18 06:25:02.372317 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005698 sec., 16321.516321516321 rows/sec., 1.27 MiB/sec. | ||
19336 | 2024.08.18 06:25:02.372623 [ 66 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
19337 | 2024.08.18 06:25:02.372771 [ 66 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19338 | 2024.08.18 06:25:02.372785 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2482 rows, containing 4 columns (4 merged, 0 gathered) in 0.007184204 sec., 345480.16732264287 rows/sec., 29.15 MiB/sec. | ||
19339 | 2024.08.18 06:25:02.372843 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19340 | 2024.08.18 06:25:02.372863 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Debug> DynamicQueryHandler: Done processing query | ||
19341 | 2024.08.18 06:25:02.372920 [ 3 ] {69768a5f-249f-486f-8c70-1a88bb8ef6dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
19342 | 2024.08.18 06:25:02.372978 [ 3 ] {} <Debug> HTTP-Session: bd8b4a08-e726-4cc3-9745-2abaa3fb94c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19343 | 2024.08.18 06:25:02.373277 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
19344 | 2024.08.18 06:25:02.373284 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
19345 | 2024.08.18 06:25:02.373371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19346 | 2024.08.18 06:25:02.373682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19347 | 2024.08.18 06:25:02.373846 [ 3 ] {} <Debug> HTTP-Session: 6d9184b0-5cd6-419d-86a4-cff2951206be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19348 | 2024.08.18 06:25:02.373987 [ 3 ] {} <Debug> HTTP-Session: 6d9184b0-5cd6-419d-86a4-cff2951206be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19349 | 2024.08.18 06:25:02.374107 [ 3 ] {} <Debug> HTTP-Session: 6d9184b0-5cd6-419d-86a4-cff2951206be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19350 | 2024.08.18 06:25:02.374373 [ 3 ] {} <Trace> HTTP-Session: 6d9184b0-5cd6-419d-86a4-cff2951206be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19351 | 2024.08.18 06:25:02.374461 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19352 | 2024.08.18 06:25:02.374659 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 952 rows starting from the beginning of the part | ||
19353 | 2024.08.18 06:25:02.375163 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19354 | 2024.08.18 06:25:02.375359 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 93 rows starting from the beginning of the part | ||
19355 | 2024.08.18 06:25:02.375516 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19356 | 2024.08.18 06:25:02.376503 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 409 rows starting from the beginning of the part | ||
19357 | 2024.08.18 06:25:02.377234 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19358 | 2024.08.18 06:25:02.377445 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 97 rows starting from the beginning of the part | ||
19359 | 2024.08.18 06:25:02.378191 [ 197 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_111_22} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
19360 | 2024.08.18 06:25:02.378504 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 409 rows starting from the beginning of the part | ||
19361 | 2024.08.18 06:25:02.378798 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
19362 | 2024.08.18 06:25:02.379507 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 93 rows starting from the beginning of the part | ||
19363 | 2024.08.18 06:25:02.379803 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19364 | 2024.08.18 06:25:02.380926 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19365 | 2024.08.18 06:25:02.380968 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19366 | 2024.08.18 06:25:02.381578 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
19367 | 2024.08.18 06:25:02.381987 [ 192 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2053 rows, containing 4 columns (4 merged, 0 gathered) in 0.008990738 sec., 228346.1046245592 rows/sec., 16.65 MiB/sec. | ||
19368 | 2024.08.18 06:25:02.382011 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19369 | 2024.08.18 06:25:02.382260 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007469 sec., 21421.877091980186 rows/sec., 1.49 MiB/sec. | ||
19370 | 2024.08.18 06:25:02.382265 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
19371 | 2024.08.18 06:25:02.382574 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Debug> DynamicQueryHandler: Done processing query | ||
19372 | 2024.08.18 06:25:02.382655 [ 3 ] {c715521a-dc99-4155-af9d-0a9776156073} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
19373 | 2024.08.18 06:25:02.382694 [ 3 ] {} <Debug> HTTP-Session: 6d9184b0-5cd6-419d-86a4-cff2951206be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19374 | 2024.08.18 06:25:02.382905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19375 | 2024.08.18 06:25:02.382995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19376 | 2024.08.18 06:25:02.382996 [ 203 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19377 | 2024.08.18 06:25:02.383025 [ 3 ] {} <Debug> HTTP-Session: 349dabfe-fefe-4692-92d2-bc57d64ed445 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19378 | 2024.08.18 06:25:02.383075 [ 3 ] {} <Debug> HTTP-Session: 349dabfe-fefe-4692-92d2-bc57d64ed445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19379 | 2024.08.18 06:25:02.383108 [ 3 ] {} <Debug> HTTP-Session: 349dabfe-fefe-4692-92d2-bc57d64ed445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19380 | 2024.08.18 06:25:02.383171 [ 3 ] {} <Trace> HTTP-Session: 349dabfe-fefe-4692-92d2-bc57d64ed445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19381 | 2024.08.18 06:25:02.383209 [ 203 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_111_22} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
19382 | 2024.08.18 06:25:02.383350 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
19383 | 2024.08.18 06:25:02.383579 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
19384 | 2024.08.18 06:25:02.383658 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <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 | ||
19385 | 2024.08.18 06:25:02.384096 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19386 | 2024.08.18 06:25:02.384768 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19387 | 2024.08.18 06:25:02.384804 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19388 | 2024.08.18 06:25:02.385467 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
19389 | 2024.08.18 06:25:02.385883 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19390 | 2024.08.18 06:25:02.386083 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002806 sec., 10334.996436208126 rows/sec., 18.52 MiB/sec. | ||
19391 | 2024.08.18 06:25:02.386552 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Debug> DynamicQueryHandler: Done processing query | ||
19392 | 2024.08.18 06:25:02.386608 [ 3 ] {df70e987-57ee-4933-a628-c682d90cc520} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
19393 | 2024.08.18 06:25:02.386661 [ 3 ] {} <Debug> HTTP-Session: 349dabfe-fefe-4692-92d2-bc57d64ed445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19394 | 2024.08.18 06:25:02.386835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19395 | 2024.08.18 06:25:02.386887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19396 | 2024.08.18 06:25:02.386907 [ 3 ] {} <Debug> HTTP-Session: 88f0e9de-4d96-4d55-886a-fd6e01df7d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19397 | 2024.08.18 06:25:02.386924 [ 3 ] {} <Debug> HTTP-Session: 88f0e9de-4d96-4d55-886a-fd6e01df7d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19398 | 2024.08.18 06:25:02.386938 [ 3 ] {} <Debug> HTTP-Session: 88f0e9de-4d96-4d55-886a-fd6e01df7d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19399 | 2024.08.18 06:25:02.386971 [ 3 ] {} <Trace> HTTP-Session: 88f0e9de-4d96-4d55-886a-fd6e01df7d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19400 | 2024.08.18 06:25:02.387101 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19401 | 2024.08.18 06:25:02.387149 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19402 | 2024.08.18 06:25:02.387294 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19403 | 2024.08.18 06:25:02.387591 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19404 | 2024.08.18 06:25:02.387628 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19405 | 2024.08.18 06:25:02.387997 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
19406 | 2024.08.18 06:25:02.388318 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19407 | 2024.08.18 06:25:02.388480 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
19408 | 2024.08.18 06:25:02.388495 [ 66 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
19409 | 2024.08.18 06:25:02.388568 [ 66 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19410 | 2024.08.18 06:25:02.388627 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19411 | 2024.08.18 06:25:02.388778 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Debug> DynamicQueryHandler: Done processing query | ||
19412 | 2024.08.18 06:25:02.388793 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
19413 | 2024.08.18 06:25:02.388817 [ 3 ] {880ca4ec-aba5-447e-a9a2-d0a9d55260f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19414 | 2024.08.18 06:25:02.388868 [ 3 ] {} <Debug> HTTP-Session: 88f0e9de-4d96-4d55-886a-fd6e01df7d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19415 | 2024.08.18 06:25:02.389018 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19416 | 2024.08.18 06:25:02.389065 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6408 rows starting from the beginning of the part | ||
19417 | 2024.08.18 06:25:02.389187 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
19418 | 2024.08.18 06:25:02.389396 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
19419 | 2024.08.18 06:25:02.389591 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
19420 | 2024.08.18 06:25:02.389722 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
19421 | 2024.08.18 06:25:02.389948 [ 186 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
19422 | 2024.08.18 06:25:02.392092 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6752 rows, containing 4 columns (4 merged, 0 gathered) in 0.003380763 sec., 1997182.2928729402 rows/sec., 130.17 MiB/sec. | ||
19423 | 2024.08.18 06:25:02.392499 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
19424 | 2024.08.18 06:25:02.392889 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19425 | 2024.08.18 06:25:02.392999 [ 199 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_111_22} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
19426 | 2024.08.18 06:25:02.393087 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
19427 | 2024.08.18 06:25:03.745949 [ 67 ] {} <Debug> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
19428 | 2024.08.18 06:25:03.746000 [ 67 ] {} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19429 | 2024.08.18 06:25:03.746022 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19430 | 2024.08.18 06:25:03.746190 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
19431 | 2024.08.18 06:25:03.746529 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19432 | 2024.08.18 06:25:03.746563 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
19433 | 2024.08.18 06:25:03.746635 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
19434 | 2024.08.18 06:25:03.746821 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
19435 | 2024.08.18 06:25:03.746945 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
19436 | 2024.08.18 06:25:03.747121 [ 203 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::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 | ||
19437 | 2024.08.18 06:25:03.748093 [ 188 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002012887 sec., 14903.966293189831 rows/sec., 1.17 MiB/sec. | ||
19438 | 2024.08.18 06:25:03.748288 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
19439 | 2024.08.18 06:25:03.748710 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19440 | 2024.08.18 06:25:03.748796 [ 196 ] {8c64ca58-ab63-4d73-a94e-e3206a40b0ca::all_1_31_7} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
19441 | 2024.08.18 06:25:03.748892 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
19442 | 2024.08.18 06:25:04.879562 [ 64 ] {} <Debug> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
19443 | 2024.08.18 06:25:04.879619 [ 64 ] {} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19444 | 2024.08.18 06:25:04.879642 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19445 | 2024.08.18 06:25:04.879806 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
19446 | 2024.08.18 06:25:04.879994 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19447 | 2024.08.18 06:25:04.880034 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
19448 | 2024.08.18 06:25:04.880118 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
19449 | 2024.08.18 06:25:04.880321 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
19450 | 2024.08.18 06:25:04.880564 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
19451 | 2024.08.18 06:25:04.880738 [ 198 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::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 | ||
19452 | 2024.08.18 06:25:04.881902 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002176741 sec., 13782.071454527664 rows/sec., 942.13 KiB/sec. | ||
19453 | 2024.08.18 06:25:04.882207 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
19454 | 2024.08.18 06:25:04.882724 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19455 | 2024.08.18 06:25:04.882821 [ 189 ] {eb3c9ca9-cc75-4204-8616-274a25cf5b26::all_1_31_7} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
19456 | 2024.08.18 06:25:04.882928 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
19457 | 2024.08.18 06:25:06.504676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19458 | 2024.08.18 06:25:06.504810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19459 | 2024.08.18 06:25:06.504841 [ 3 ] {} <Debug> HTTP-Session: 66b6da8d-f185-4015-8242-53c52b5683a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19460 | 2024.08.18 06:25:06.504869 [ 3 ] {} <Debug> HTTP-Session: 66b6da8d-f185-4015-8242-53c52b5683a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19461 | 2024.08.18 06:25:06.504886 [ 3 ] {} <Debug> HTTP-Session: 66b6da8d-f185-4015-8242-53c52b5683a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19462 | 2024.08.18 06:25:06.504943 [ 3 ] {} <Trace> HTTP-Session: 66b6da8d-f185-4015-8242-53c52b5683a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19463 | 2024.08.18 06:25:06.505146 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
19464 | 2024.08.18 06:25:06.505222 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
19465 | 2024.08.18 06:25:06.505445 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19466 | 2024.08.18 06:25:06.505871 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19467 | 2024.08.18 06:25:06.505913 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19468 | 2024.08.18 06:25:06.506270 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
19469 | 2024.08.18 06:25:06.506603 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19470 | 2024.08.18 06:25:06.506775 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001691 sec., 15966.883500887048 rows/sec., 1.26 MiB/sec. | ||
19471 | 2024.08.18 06:25:06.507002 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Debug> DynamicQueryHandler: Done processing query | ||
19472 | 2024.08.18 06:25:06.507041 [ 3 ] {9fea8c9e-093e-4d78-ac59-7ad11669e3c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19473 | 2024.08.18 06:25:06.507076 [ 3 ] {} <Debug> HTTP-Session: 66b6da8d-f185-4015-8242-53c52b5683a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19474 | 2024.08.18 06:25:06.507230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19475 | 2024.08.18 06:25:06.507279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19476 | 2024.08.18 06:25:06.507299 [ 3 ] {} <Debug> HTTP-Session: beafc70b-f8a9-4771-9582-88a463df60ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19477 | 2024.08.18 06:25:06.507315 [ 3 ] {} <Debug> HTTP-Session: beafc70b-f8a9-4771-9582-88a463df60ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19478 | 2024.08.18 06:25:06.507329 [ 3 ] {} <Debug> HTTP-Session: beafc70b-f8a9-4771-9582-88a463df60ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19479 | 2024.08.18 06:25:06.507361 [ 3 ] {} <Trace> HTTP-Session: beafc70b-f8a9-4771-9582-88a463df60ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19480 | 2024.08.18 06:25:06.507460 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
19481 | 2024.08.18 06:25:06.507503 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
19482 | 2024.08.18 06:25:06.507633 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19483 | 2024.08.18 06:25:06.507989 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19484 | 2024.08.18 06:25:06.508027 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19485 | 2024.08.18 06:25:06.508326 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
19486 | 2024.08.18 06:25:06.508638 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19487 | 2024.08.18 06:25:06.508788 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001355 sec., 5904.059040590406 rows/sec., 481.43 KiB/sec. | ||
19488 | 2024.08.18 06:25:06.508961 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Debug> DynamicQueryHandler: Done processing query | ||
19489 | 2024.08.18 06:25:06.508985 [ 3 ] {faebdc56-e6c6-4a4c-be2d-a93c8dc42f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19490 | 2024.08.18 06:25:06.509001 [ 3 ] {} <Debug> HTTP-Session: beafc70b-f8a9-4771-9582-88a463df60ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19491 | 2024.08.18 06:25:06.509293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 206155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19492 | 2024.08.18 06:25:06.509342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19493 | 2024.08.18 06:25:06.509362 [ 3 ] {} <Debug> HTTP-Session: 33cb7011-d91e-454d-8dd8-c1a7dcca21ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19494 | 2024.08.18 06:25:06.509378 [ 3 ] {} <Debug> HTTP-Session: 33cb7011-d91e-454d-8dd8-c1a7dcca21ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19495 | 2024.08.18 06:25:06.509392 [ 3 ] {} <Debug> HTTP-Session: 33cb7011-d91e-454d-8dd8-c1a7dcca21ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19496 | 2024.08.18 06:25:06.509424 [ 3 ] {} <Trace> HTTP-Session: 33cb7011-d91e-454d-8dd8-c1a7dcca21ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19497 | 2024.08.18 06:25:06.509917 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19498 | 2024.08.18 06:25:06.509960 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19499 | 2024.08.18 06:25:06.510084 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19500 | 2024.08.18 06:25:06.511363 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19501 | 2024.08.18 06:25:06.511401 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19502 | 2024.08.18 06:25:06.511795 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
19503 | 2024.08.18 06:25:06.512109 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19504 | 2024.08.18 06:25:06.512263 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Debug> executeQuery: Read 1414 rows, 120.61 KiB in 0.002675 sec., 528598.1308411215 rows/sec., 44.03 MiB/sec. | ||
19505 | 2024.08.18 06:25:06.512540 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Debug> DynamicQueryHandler: Done processing query | ||
19506 | 2024.08.18 06:25:06.512565 [ 3 ] {cbb982ec-3289-421e-9190-2247e90fe20f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
19507 | 2024.08.18 06:25:06.512582 [ 3 ] {} <Debug> HTTP-Session: 33cb7011-d91e-454d-8dd8-c1a7dcca21ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19508 | 2024.08.18 06:25:06.512893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19509 | 2024.08.18 06:25:06.512944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19510 | 2024.08.18 06:25:06.512964 [ 3 ] {} <Debug> HTTP-Session: fadf3310-ae20-48c3-b10b-8472f7daeab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19511 | 2024.08.18 06:25:06.512980 [ 3 ] {} <Debug> HTTP-Session: fadf3310-ae20-48c3-b10b-8472f7daeab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19512 | 2024.08.18 06:25:06.512994 [ 3 ] {} <Debug> HTTP-Session: fadf3310-ae20-48c3-b10b-8472f7daeab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19513 | 2024.08.18 06:25:06.513026 [ 3 ] {} <Trace> HTTP-Session: fadf3310-ae20-48c3-b10b-8472f7daeab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19514 | 2024.08.18 06:25:06.513127 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
19515 | 2024.08.18 06:25:06.513170 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
19516 | 2024.08.18 06:25:06.513314 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19517 | 2024.08.18 06:25:06.513603 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19518 | 2024.08.18 06:25:06.513641 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19519 | 2024.08.18 06:25:06.513936 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
19520 | 2024.08.18 06:25:06.514241 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19521 | 2024.08.18 06:25:06.514400 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001291 sec., 6196.746707978311 rows/sec., 432.68 KiB/sec. | ||
19522 | 2024.08.18 06:25:06.514574 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Debug> DynamicQueryHandler: Done processing query | ||
19523 | 2024.08.18 06:25:06.514599 [ 3 ] {48133918-c654-43c5-a7e4-f44e72cb7a8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19524 | 2024.08.18 06:25:06.514615 [ 3 ] {} <Debug> HTTP-Session: fadf3310-ae20-48c3-b10b-8472f7daeab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19525 | 2024.08.18 06:25:06.514796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19526 | 2024.08.18 06:25:06.514844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19527 | 2024.08.18 06:25:06.514866 [ 3 ] {} <Debug> HTTP-Session: 6b4aee8e-2cc7-4cc8-94ab-e0dbb24878f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19528 | 2024.08.18 06:25:06.514883 [ 3 ] {} <Debug> HTTP-Session: 6b4aee8e-2cc7-4cc8-94ab-e0dbb24878f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19529 | 2024.08.18 06:25:06.514897 [ 3 ] {} <Debug> HTTP-Session: 6b4aee8e-2cc7-4cc8-94ab-e0dbb24878f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19530 | 2024.08.18 06:25:06.514927 [ 3 ] {} <Trace> HTTP-Session: 6b4aee8e-2cc7-4cc8-94ab-e0dbb24878f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19531 | 2024.08.18 06:25:06.515093 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
19532 | 2024.08.18 06:25:06.515135 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
19533 | 2024.08.18 06:25:06.515264 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19534 | 2024.08.18 06:25:06.515687 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19535 | 2024.08.18 06:25:06.515725 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19536 | 2024.08.18 06:25:06.516043 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
19537 | 2024.08.18 06:25:06.516354 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19538 | 2024.08.18 06:25:06.516508 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001496 sec., 161764.70588235295 rows/sec., 10.96 MiB/sec. | ||
19539 | 2024.08.18 06:25:06.516707 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Debug> DynamicQueryHandler: Done processing query | ||
19540 | 2024.08.18 06:25:06.516740 [ 3 ] {72aa48b3-f2df-431b-b14f-92ec7961e02e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
19541 | 2024.08.18 06:25:06.516761 [ 3 ] {} <Debug> HTTP-Session: 6b4aee8e-2cc7-4cc8-94ab-e0dbb24878f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19542 | 2024.08.18 06:25:06.516920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19543 | 2024.08.18 06:25:06.516978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19544 | 2024.08.18 06:25:06.517001 [ 3 ] {} <Debug> HTTP-Session: 84572c4f-0d81-4bdb-a894-2ea7fc6de8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19545 | 2024.08.18 06:25:06.517023 [ 3 ] {} <Debug> HTTP-Session: 84572c4f-0d81-4bdb-a894-2ea7fc6de8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19546 | 2024.08.18 06:25:06.517041 [ 3 ] {} <Debug> HTTP-Session: 84572c4f-0d81-4bdb-a894-2ea7fc6de8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19547 | 2024.08.18 06:25:06.517079 [ 3 ] {} <Trace> HTTP-Session: 84572c4f-0d81-4bdb-a894-2ea7fc6de8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19548 | 2024.08.18 06:25:06.517198 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
19549 | 2024.08.18 06:25:06.517248 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
19550 | 2024.08.18 06:25:06.517412 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19551 | 2024.08.18 06:25:06.517718 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19552 | 2024.08.18 06:25:06.517756 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19553 | 2024.08.18 06:25:06.518073 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
19554 | 2024.08.18 06:25:06.518382 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19555 | 2024.08.18 06:25:06.518547 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 257.81 KiB/sec. | ||
19556 | 2024.08.18 06:25:06.518732 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Debug> DynamicQueryHandler: Done processing query | ||
19557 | 2024.08.18 06:25:06.518756 [ 3 ] {2d1ebc1c-cd2f-4c20-b936-b5a23334ca0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19558 | 2024.08.18 06:25:06.518772 [ 3 ] {} <Debug> HTTP-Session: 84572c4f-0d81-4bdb-a894-2ea7fc6de8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19559 | 2024.08.18 06:25:06.518987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 142709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19560 | 2024.08.18 06:25:06.519035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19561 | 2024.08.18 06:25:06.519056 [ 3 ] {} <Debug> HTTP-Session: 61863ccf-604d-4917-8283-46a185874355 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19562 | 2024.08.18 06:25:06.519072 [ 3 ] {} <Debug> HTTP-Session: 61863ccf-604d-4917-8283-46a185874355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19563 | 2024.08.18 06:25:06.519086 [ 3 ] {} <Debug> HTTP-Session: 61863ccf-604d-4917-8283-46a185874355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19564 | 2024.08.18 06:25:06.519117 [ 3 ] {} <Trace> HTTP-Session: 61863ccf-604d-4917-8283-46a185874355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19565 | 2024.08.18 06:25:06.519525 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19566 | 2024.08.18 06:25:06.519569 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19567 | 2024.08.18 06:25:06.519699 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19568 | 2024.08.18 06:25:06.520503 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19569 | 2024.08.18 06:25:06.520541 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19570 | 2024.08.18 06:25:06.520880 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
19571 | 2024.08.18 06:25:06.521182 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19572 | 2024.08.18 06:25:06.521339 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Debug> executeQuery: Read 873 rows, 64.79 KiB in 0.00209 sec., 417703.34928229667 rows/sec., 30.27 MiB/sec. | ||
19573 | 2024.08.18 06:25:06.521536 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Debug> DynamicQueryHandler: Done processing query | ||
19574 | 2024.08.18 06:25:06.521562 [ 3 ] {5e63c35b-ea24-4df1-8f20-da4aeb5f6135} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
19575 | 2024.08.18 06:25:06.521594 [ 3 ] {} <Debug> HTTP-Session: 61863ccf-604d-4917-8283-46a185874355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19576 | 2024.08.18 06:25:06.521855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19577 | 2024.08.18 06:25:06.521905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19578 | 2024.08.18 06:25:06.521924 [ 3 ] {} <Debug> HTTP-Session: 8bb0b8fa-0ae9-42e2-9092-afe5d06dcc3b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19579 | 2024.08.18 06:25:06.521940 [ 3 ] {} <Debug> HTTP-Session: 8bb0b8fa-0ae9-42e2-9092-afe5d06dcc3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19580 | 2024.08.18 06:25:06.521954 [ 3 ] {} <Debug> HTTP-Session: 8bb0b8fa-0ae9-42e2-9092-afe5d06dcc3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19581 | 2024.08.18 06:25:06.521985 [ 3 ] {} <Trace> HTTP-Session: 8bb0b8fa-0ae9-42e2-9092-afe5d06dcc3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19582 | 2024.08.18 06:25:06.522080 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
19583 | 2024.08.18 06:25:06.522124 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
19584 | 2024.08.18 06:25:06.522259 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19585 | 2024.08.18 06:25:06.522515 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19586 | 2024.08.18 06:25:06.522552 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19587 | 2024.08.18 06:25:06.522901 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
19588 | 2024.08.18 06:25:06.523218 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19589 | 2024.08.18 06:25:06.523380 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
19590 | 2024.08.18 06:25:06.523555 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Debug> DynamicQueryHandler: Done processing query | ||
19591 | 2024.08.18 06:25:06.523579 [ 3 ] {1be5530f-7de1-4ba0-85cb-e6b8d29181f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
19592 | 2024.08.18 06:25:06.523596 [ 3 ] {} <Debug> HTTP-Session: 8bb0b8fa-0ae9-42e2-9092-afe5d06dcc3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19593 | 2024.08.18 06:25:06.523819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19594 | 2024.08.18 06:25:06.523868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19595 | 2024.08.18 06:25:06.523886 [ 3 ] {} <Debug> HTTP-Session: 943ce753-e95b-4731-ba3e-ebc00fc1bf96 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19596 | 2024.08.18 06:25:06.523904 [ 3 ] {} <Debug> HTTP-Session: 943ce753-e95b-4731-ba3e-ebc00fc1bf96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19597 | 2024.08.18 06:25:06.523918 [ 3 ] {} <Debug> HTTP-Session: 943ce753-e95b-4731-ba3e-ebc00fc1bf96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19598 | 2024.08.18 06:25:06.523948 [ 3 ] {} <Trace> HTTP-Session: 943ce753-e95b-4731-ba3e-ebc00fc1bf96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19599 | 2024.08.18 06:25:06.524383 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19600 | 2024.08.18 06:25:06.524431 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19601 | 2024.08.18 06:25:06.524576 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19602 | 2024.08.18 06:25:06.525447 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19603 | 2024.08.18 06:25:06.525486 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19604 | 2024.08.18 06:25:06.525916 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
19605 | 2024.08.18 06:25:06.526257 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19606 | 2024.08.18 06:25:06.526396 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Debug> executeQuery: Read 899 rows, 61.43 KiB in 0.002261 sec., 397611.67624944716 rows/sec., 26.53 MiB/sec. | ||
19607 | 2024.08.18 06:25:06.526647 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Debug> DynamicQueryHandler: Done processing query | ||
19608 | 2024.08.18 06:25:06.526673 [ 3 ] {0e92de74-e69c-4901-b17a-0edac679c105} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
19609 | 2024.08.18 06:25:06.526725 [ 3 ] {} <Debug> HTTP-Session: 943ce753-e95b-4731-ba3e-ebc00fc1bf96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19610 | 2024.08.18 06:25:06.527024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19611 | 2024.08.18 06:25:06.527076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19612 | 2024.08.18 06:25:06.527096 [ 3 ] {} <Debug> HTTP-Session: 4545d19c-ec43-47f1-aea7-418ec9e48d95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19613 | 2024.08.18 06:25:06.527113 [ 3 ] {} <Debug> HTTP-Session: 4545d19c-ec43-47f1-aea7-418ec9e48d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19614 | 2024.08.18 06:25:06.527127 [ 3 ] {} <Debug> HTTP-Session: 4545d19c-ec43-47f1-aea7-418ec9e48d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19615 | 2024.08.18 06:25:06.527159 [ 3 ] {} <Trace> HTTP-Session: 4545d19c-ec43-47f1-aea7-418ec9e48d95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19616 | 2024.08.18 06:25:06.527259 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
19617 | 2024.08.18 06:25:06.527306 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
19618 | 2024.08.18 06:25:06.527456 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19619 | 2024.08.18 06:25:06.527729 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19620 | 2024.08.18 06:25:06.527765 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19621 | 2024.08.18 06:25:06.528105 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
19622 | 2024.08.18 06:25:06.528426 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19623 | 2024.08.18 06:25:06.528574 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
19624 | 2024.08.18 06:25:06.528730 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Debug> DynamicQueryHandler: Done processing query | ||
19625 | 2024.08.18 06:25:06.528755 [ 3 ] {0ae51833-e0e7-4ba5-b48d-b9fcac99af04} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
19626 | 2024.08.18 06:25:06.528771 [ 3 ] {} <Debug> HTTP-Session: 4545d19c-ec43-47f1-aea7-418ec9e48d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19627 | 2024.08.18 06:25:06.528929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19628 | 2024.08.18 06:25:06.528978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19629 | 2024.08.18 06:25:06.528997 [ 3 ] {} <Debug> HTTP-Session: 4c301e0f-ac97-403f-a982-634acd56f4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19630 | 2024.08.18 06:25:06.529014 [ 3 ] {} <Debug> HTTP-Session: 4c301e0f-ac97-403f-a982-634acd56f4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19631 | 2024.08.18 06:25:06.529028 [ 3 ] {} <Debug> HTTP-Session: 4c301e0f-ac97-403f-a982-634acd56f4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19632 | 2024.08.18 06:25:06.529059 [ 3 ] {} <Trace> HTTP-Session: 4c301e0f-ac97-403f-a982-634acd56f4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19633 | 2024.08.18 06:25:06.529496 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
19634 | 2024.08.18 06:25:06.529558 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <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 | ||
19635 | 2024.08.18 06:25:06.529961 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19636 | 2024.08.18 06:25:06.530604 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19637 | 2024.08.18 06:25:06.530643 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19638 | 2024.08.18 06:25:06.531239 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
19639 | 2024.08.18 06:25:06.531641 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19640 | 2024.08.18 06:25:06.531815 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002671 sec., 10108.573567952077 rows/sec., 18.11 MiB/sec. | ||
19641 | 2024.08.18 06:25:06.532040 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Debug> DynamicQueryHandler: Done processing query | ||
19642 | 2024.08.18 06:25:06.532065 [ 3 ] {edcb8151-4448-4b96-835f-5726a87f9e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
19643 | 2024.08.18 06:25:06.532081 [ 3 ] {} <Debug> HTTP-Session: 4c301e0f-ac97-403f-a982-634acd56f4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19644 | 2024.08.18 06:25:06.532216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19645 | 2024.08.18 06:25:06.532266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19646 | 2024.08.18 06:25:06.532285 [ 3 ] {} <Debug> HTTP-Session: 9cd2e8e9-66cd-4728-9816-3ffa947ca4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19647 | 2024.08.18 06:25:06.532303 [ 3 ] {} <Debug> HTTP-Session: 9cd2e8e9-66cd-4728-9816-3ffa947ca4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19648 | 2024.08.18 06:25:06.532317 [ 3 ] {} <Debug> HTTP-Session: 9cd2e8e9-66cd-4728-9816-3ffa947ca4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19649 | 2024.08.18 06:25:06.532347 [ 3 ] {} <Trace> HTTP-Session: 9cd2e8e9-66cd-4728-9816-3ffa947ca4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19650 | 2024.08.18 06:25:06.532462 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19651 | 2024.08.18 06:25:06.532506 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19652 | 2024.08.18 06:25:06.532634 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19653 | 2024.08.18 06:25:06.532997 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19654 | 2024.08.18 06:25:06.533033 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19655 | 2024.08.18 06:25:06.533386 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
19656 | 2024.08.18 06:25:06.533701 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19657 | 2024.08.18 06:25:06.533850 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001424 sec., 49157.30337078652 rows/sec., 3.09 MiB/sec. | ||
19658 | 2024.08.18 06:25:06.534037 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Debug> DynamicQueryHandler: Done processing query | ||
19659 | 2024.08.18 06:25:06.534073 [ 3 ] {e7343132-70f6-4636-a521-c3eaf4e9ce5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19660 | 2024.08.18 06:25:06.534106 [ 3 ] {} <Debug> HTTP-Session: 9cd2e8e9-66cd-4728-9816-3ffa947ca4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19661 | 2024.08.18 06:25:07.352871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19662 | 2024.08.18 06:25:07.353031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19663 | 2024.08.18 06:25:07.353075 [ 3 ] {} <Debug> HTTP-Session: 05c188e3-982a-4663-933b-7b527c283c9c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19664 | 2024.08.18 06:25:07.353116 [ 3 ] {} <Debug> HTTP-Session: 05c188e3-982a-4663-933b-7b527c283c9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19665 | 2024.08.18 06:25:07.353145 [ 3 ] {} <Debug> HTTP-Session: 05c188e3-982a-4663-933b-7b527c283c9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19666 | 2024.08.18 06:25:07.353227 [ 3 ] {} <Trace> HTTP-Session: 05c188e3-982a-4663-933b-7b527c283c9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19667 | 2024.08.18 06:25:07.353518 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19668 | 2024.08.18 06:25:07.353584 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19669 | 2024.08.18 06:25:07.353774 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19670 | 2024.08.18 06:25:07.354213 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19671 | 2024.08.18 06:25:07.354256 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19672 | 2024.08.18 06:25:07.354623 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
19673 | 2024.08.18 06:25:07.354955 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19674 | 2024.08.18 06:25:07.355112 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.52 MiB/sec. | ||
19675 | 2024.08.18 06:25:07.355332 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Debug> DynamicQueryHandler: Done processing query | ||
19676 | 2024.08.18 06:25:07.355358 [ 3 ] {254b8410-4c65-4f14-abfc-45b428eaefff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
19677 | 2024.08.18 06:25:07.355375 [ 3 ] {} <Debug> HTTP-Session: 05c188e3-982a-4663-933b-7b527c283c9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19678 | 2024.08.18 06:25:07.355545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19679 | 2024.08.18 06:25:07.355594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19680 | 2024.08.18 06:25:07.355614 [ 3 ] {} <Debug> HTTP-Session: 9801f7a8-2968-4cbe-9ba9-66b398bd47b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19681 | 2024.08.18 06:25:07.355630 [ 3 ] {} <Debug> HTTP-Session: 9801f7a8-2968-4cbe-9ba9-66b398bd47b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19682 | 2024.08.18 06:25:07.355644 [ 3 ] {} <Debug> HTTP-Session: 9801f7a8-2968-4cbe-9ba9-66b398bd47b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19683 | 2024.08.18 06:25:07.355676 [ 3 ] {} <Trace> HTTP-Session: 9801f7a8-2968-4cbe-9ba9-66b398bd47b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19684 | 2024.08.18 06:25:07.355792 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19685 | 2024.08.18 06:25:07.355836 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19686 | 2024.08.18 06:25:07.355972 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19687 | 2024.08.18 06:25:07.356438 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19688 | 2024.08.18 06:25:07.356477 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19689 | 2024.08.18 06:25:07.356793 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
19690 | 2024.08.18 06:25:07.357095 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19691 | 2024.08.18 06:25:07.357244 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec. | ||
19692 | 2024.08.18 06:25:07.357422 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Debug> DynamicQueryHandler: Done processing query | ||
19693 | 2024.08.18 06:25:07.357448 [ 3 ] {9a8660be-4bdb-4f80-8f17-e3969a465592} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
19694 | 2024.08.18 06:25:07.357463 [ 3 ] {} <Debug> HTTP-Session: 9801f7a8-2968-4cbe-9ba9-66b398bd47b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19695 | 2024.08.18 06:25:07.357615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 6180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19696 | 2024.08.18 06:25:07.357665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19697 | 2024.08.18 06:25:07.357685 [ 3 ] {} <Debug> HTTP-Session: 1e91723f-886e-4006-ae3a-79cf7f6fb518 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19698 | 2024.08.18 06:25:07.357701 [ 3 ] {} <Debug> HTTP-Session: 1e91723f-886e-4006-ae3a-79cf7f6fb518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19699 | 2024.08.18 06:25:07.357715 [ 3 ] {} <Debug> HTTP-Session: 1e91723f-886e-4006-ae3a-79cf7f6fb518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19700 | 2024.08.18 06:25:07.357746 [ 3 ] {} <Trace> HTTP-Session: 1e91723f-886e-4006-ae3a-79cf7f6fb518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19701 | 2024.08.18 06:25:07.357857 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19702 | 2024.08.18 06:25:07.357904 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19703 | 2024.08.18 06:25:07.358049 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19704 | 2024.08.18 06:25:07.358334 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19705 | 2024.08.18 06:25:07.358371 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19706 | 2024.08.18 06:25:07.358747 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
19707 | 2024.08.18 06:25:07.359097 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19708 | 2024.08.18 06:25:07.359249 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001425 sec., 22456.14035087719 rows/sec., 1.56 MiB/sec. | ||
19709 | 2024.08.18 06:25:07.359260 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 5 parts from all_1_108_22 to all_112_112_0 | ||
19710 | 2024.08.18 06:25:07.359370 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19711 | 2024.08.18 06:25:07.359412 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19712 | 2024.08.18 06:25:07.359511 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Debug> DynamicQueryHandler: Done processing query | ||
19713 | 2024.08.18 06:25:07.359560 [ 3 ] {5ec82de3-5990-494c-8196-2f6d7d2aa362} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19714 | 2024.08.18 06:25:07.359579 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_108_22 to all_112_112_0 into Compact with storage Full | ||
19715 | 2024.08.18 06:25:07.359593 [ 3 ] {} <Debug> HTTP-Session: 1e91723f-886e-4006-ae3a-79cf7f6fb518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19716 | 2024.08.18 06:25:07.359828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19717 | 2024.08.18 06:25:07.359888 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19718 | 2024.08.18 06:25:07.359923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19719 | 2024.08.18 06:25:07.359962 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_108_22, total 29901 rows starting from the beginning of the part | ||
19720 | 2024.08.18 06:25:07.359974 [ 3 ] {} <Debug> HTTP-Session: 350527c6-5a1d-4061-aace-3ac9a293283a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19721 | 2024.08.18 06:25:07.360031 [ 3 ] {} <Debug> HTTP-Session: 350527c6-5a1d-4061-aace-3ac9a293283a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19722 | 2024.08.18 06:25:07.360069 [ 3 ] {} <Debug> HTTP-Session: 350527c6-5a1d-4061-aace-3ac9a293283a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19723 | 2024.08.18 06:25:07.360208 [ 3 ] {} <Trace> HTTP-Session: 350527c6-5a1d-4061-aace-3ac9a293283a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19724 | 2024.08.18 06:25:07.360321 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 162 rows starting from the beginning of the part | ||
19725 | 2024.08.18 06:25:07.360542 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19726 | 2024.08.18 06:25:07.360640 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
19727 | 2024.08.18 06:25:07.360687 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19728 | 2024.08.18 06:25:07.360982 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
19729 | 2024.08.18 06:25:07.361340 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 899 rows starting from the beginning of the part | ||
19730 | 2024.08.18 06:25:07.361897 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19731 | 2024.08.18 06:25:07.362641 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19732 | 2024.08.18 06:25:07.362697 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19733 | 2024.08.18 06:25:07.363193 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
19734 | 2024.08.18 06:25:07.363727 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19735 | 2024.08.18 06:25:07.364110 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003692 sec., 3250.2708559046587 rows/sec., 224.30 KiB/sec. | ||
19736 | 2024.08.18 06:25:07.364433 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Debug> DynamicQueryHandler: Done processing query | ||
19737 | 2024.08.18 06:25:07.364463 [ 3 ] {253bfdf1-9701-49a7-9bb1-24c3babdfc74} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
19738 | 2024.08.18 06:25:07.364488 [ 3 ] {} <Debug> HTTP-Session: 350527c6-5a1d-4061-aace-3ac9a293283a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19739 | 2024.08.18 06:25:07.368650 [ 188 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31359 rows, containing 5 columns (5 merged, 0 gathered) in 0.009166471 sec., 3421054.8421524484 rows/sec., 231.15 MiB/sec. | ||
19740 | 2024.08.18 06:25:07.369168 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Trace> MergedBlockOutputStream: filled checksums all_1_112_23 (state Temporary) | ||
19741 | 2024.08.18 06:25:07.369642 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_112_23 to all_1_112_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19742 | 2024.08.18 06:25:07.369723 [ 210 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_112_23} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 5 parts: [all_1_108_22, all_112_112_0] -> all_1_112_23 | ||
19743 | 2024.08.18 06:25:07.369813 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
19744 | 2024.08.18 06:25:10.228876 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
19745 | 2024.08.18 06:25:10.228927 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
19746 | 2024.08.18 06:25:12.360744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19747 | 2024.08.18 06:25:12.360877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19748 | 2024.08.18 06:25:12.360906 [ 3 ] {} <Debug> HTTP-Session: 387b0483-e588-40fc-9923-545c0907ebf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19749 | 2024.08.18 06:25:12.360934 [ 3 ] {} <Debug> HTTP-Session: 387b0483-e588-40fc-9923-545c0907ebf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19750 | 2024.08.18 06:25:12.360951 [ 3 ] {} <Debug> HTTP-Session: 387b0483-e588-40fc-9923-545c0907ebf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19751 | 2024.08.18 06:25:12.361005 [ 3 ] {} <Trace> HTTP-Session: 387b0483-e588-40fc-9923-545c0907ebf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19752 | 2024.08.18 06:25:12.361206 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
19753 | 2024.08.18 06:25:12.361279 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
19754 | 2024.08.18 06:25:12.361496 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19755 | 2024.08.18 06:25:12.361929 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19756 | 2024.08.18 06:25:12.361971 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19757 | 2024.08.18 06:25:12.362352 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
19758 | 2024.08.18 06:25:12.362680 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19759 | 2024.08.18 06:25:12.362858 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001707 sec., 16988.869361452842 rows/sec., 1.34 MiB/sec. | ||
19760 | 2024.08.18 06:25:12.363087 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Debug> DynamicQueryHandler: Done processing query | ||
19761 | 2024.08.18 06:25:12.363125 [ 3 ] {a7bac2a2-cf48-4546-b7bc-4c1e4987dc51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19762 | 2024.08.18 06:25:12.363155 [ 3 ] {} <Debug> HTTP-Session: 387b0483-e588-40fc-9923-545c0907ebf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19763 | 2024.08.18 06:25:12.363351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19764 | 2024.08.18 06:25:12.363400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19765 | 2024.08.18 06:25:12.363420 [ 3 ] {} <Debug> HTTP-Session: 4e7d9de9-6675-454d-a45e-fe92bb9d890f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19766 | 2024.08.18 06:25:12.363437 [ 3 ] {} <Debug> HTTP-Session: 4e7d9de9-6675-454d-a45e-fe92bb9d890f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19767 | 2024.08.18 06:25:12.363450 [ 3 ] {} <Debug> HTTP-Session: 4e7d9de9-6675-454d-a45e-fe92bb9d890f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19768 | 2024.08.18 06:25:12.363483 [ 3 ] {} <Trace> HTTP-Session: 4e7d9de9-6675-454d-a45e-fe92bb9d890f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19769 | 2024.08.18 06:25:12.363577 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
19770 | 2024.08.18 06:25:12.363620 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
19771 | 2024.08.18 06:25:12.363754 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19772 | 2024.08.18 06:25:12.364102 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19773 | 2024.08.18 06:25:12.364140 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19774 | 2024.08.18 06:25:12.364439 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
19775 | 2024.08.18 06:25:12.364742 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19776 | 2024.08.18 06:25:12.364901 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00134 sec., 1492.5373134328358 rows/sec., 121.71 KiB/sec. | ||
19777 | 2024.08.18 06:25:12.365073 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Debug> DynamicQueryHandler: Done processing query | ||
19778 | 2024.08.18 06:25:12.365098 [ 3 ] {a5c7aaec-7af0-461f-bee1-d9d8f5ebf183} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19779 | 2024.08.18 06:25:12.365114 [ 3 ] {} <Debug> HTTP-Session: 4e7d9de9-6675-454d-a45e-fe92bb9d890f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19780 | 2024.08.18 06:25:12.365252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 21074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19781 | 2024.08.18 06:25:12.365300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19782 | 2024.08.18 06:25:12.365320 [ 3 ] {} <Debug> HTTP-Session: 68ea6772-1d36-444a-9d1e-3bf470646be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19783 | 2024.08.18 06:25:12.365336 [ 3 ] {} <Debug> HTTP-Session: 68ea6772-1d36-444a-9d1e-3bf470646be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19784 | 2024.08.18 06:25:12.365350 [ 3 ] {} <Debug> HTTP-Session: 68ea6772-1d36-444a-9d1e-3bf470646be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19785 | 2024.08.18 06:25:12.365381 [ 3 ] {} <Trace> HTTP-Session: 68ea6772-1d36-444a-9d1e-3bf470646be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19786 | 2024.08.18 06:25:12.365515 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19787 | 2024.08.18 06:25:12.365557 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19788 | 2024.08.18 06:25:12.365687 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19789 | 2024.08.18 06:25:12.366117 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19790 | 2024.08.18 06:25:12.366156 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19791 | 2024.08.18 06:25:12.366477 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
19792 | 2024.08.18 06:25:12.366780 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19793 | 2024.08.18 06:25:12.366936 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Debug> executeQuery: Read 144 rows, 12.32 KiB in 0.001474 sec., 97693.3514246947 rows/sec., 8.16 MiB/sec. | ||
19794 | 2024.08.18 06:25:12.367125 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Debug> DynamicQueryHandler: Done processing query | ||
19795 | 2024.08.18 06:25:12.367150 [ 3 ] {248b7285-2e07-44cb-9cfd-e2fb73bec94a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
19796 | 2024.08.18 06:25:12.367166 [ 3 ] {} <Debug> HTTP-Session: 68ea6772-1d36-444a-9d1e-3bf470646be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19797 | 2024.08.18 06:25:12.367323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19798 | 2024.08.18 06:25:12.367371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19799 | 2024.08.18 06:25:12.367391 [ 3 ] {} <Debug> HTTP-Session: 05ced095-c664-432f-a1b9-20db707a7a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19800 | 2024.08.18 06:25:12.367407 [ 3 ] {} <Debug> HTTP-Session: 05ced095-c664-432f-a1b9-20db707a7a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19801 | 2024.08.18 06:25:12.367421 [ 3 ] {} <Debug> HTTP-Session: 05ced095-c664-432f-a1b9-20db707a7a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19802 | 2024.08.18 06:25:12.367452 [ 3 ] {} <Trace> HTTP-Session: 05ced095-c664-432f-a1b9-20db707a7a99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19803 | 2024.08.18 06:25:12.367565 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
19804 | 2024.08.18 06:25:12.367608 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
19805 | 2024.08.18 06:25:12.367737 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19806 | 2024.08.18 06:25:12.368012 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19807 | 2024.08.18 06:25:12.368050 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19808 | 2024.08.18 06:25:12.368340 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
19809 | 2024.08.18 06:25:12.368642 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19810 | 2024.08.18 06:25:12.368793 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001243 sec., 1609.0104585679808 rows/sec., 112.35 KiB/sec. | ||
19811 | 2024.08.18 06:25:12.368959 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Debug> DynamicQueryHandler: Done processing query | ||
19812 | 2024.08.18 06:25:12.368984 [ 3 ] {9c351ffc-e5ba-4e6b-ab1a-f815a08d810d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19813 | 2024.08.18 06:25:12.368999 [ 3 ] {} <Debug> HTTP-Session: 05ced095-c664-432f-a1b9-20db707a7a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19814 | 2024.08.18 06:25:12.369123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 16135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19815 | 2024.08.18 06:25:12.369172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19816 | 2024.08.18 06:25:12.369190 [ 3 ] {} <Debug> HTTP-Session: 4d784123-2e11-47b1-a877-c0b735ffad34 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19817 | 2024.08.18 06:25:12.369207 [ 3 ] {} <Debug> HTTP-Session: 4d784123-2e11-47b1-a877-c0b735ffad34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19818 | 2024.08.18 06:25:12.369220 [ 3 ] {} <Debug> HTTP-Session: 4d784123-2e11-47b1-a877-c0b735ffad34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19819 | 2024.08.18 06:25:12.369250 [ 3 ] {} <Trace> HTTP-Session: 4d784123-2e11-47b1-a877-c0b735ffad34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19820 | 2024.08.18 06:25:12.369382 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19821 | 2024.08.18 06:25:12.369425 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19822 | 2024.08.18 06:25:12.369551 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19823 | 2024.08.18 06:25:12.369915 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19824 | 2024.08.18 06:25:12.369953 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19825 | 2024.08.18 06:25:12.370262 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
19826 | 2024.08.18 06:25:12.370567 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19827 | 2024.08.18 06:25:12.370729 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.0014 sec., 67857.14285714286 rows/sec., 5.30 MiB/sec. | ||
19828 | 2024.08.18 06:25:12.370994 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Debug> DynamicQueryHandler: Done processing query | ||
19829 | 2024.08.18 06:25:12.371021 [ 3 ] {9eb715b8-1f73-419b-8f6b-0a8a633ef4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
19830 | 2024.08.18 06:25:12.371037 [ 3 ] {} <Debug> HTTP-Session: 4d784123-2e11-47b1-a877-c0b735ffad34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19831 | 2024.08.18 06:25:12.371337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19832 | 2024.08.18 06:25:12.371484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19833 | 2024.08.18 06:25:12.371568 [ 3 ] {} <Debug> HTTP-Session: 37c16eda-8eba-4134-8a17-8fd316221770 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19834 | 2024.08.18 06:25:12.371633 [ 3 ] {} <Debug> HTTP-Session: 37c16eda-8eba-4134-8a17-8fd316221770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19835 | 2024.08.18 06:25:12.371674 [ 3 ] {} <Debug> HTTP-Session: 37c16eda-8eba-4134-8a17-8fd316221770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19836 | 2024.08.18 06:25:12.371740 [ 3 ] {} <Trace> HTTP-Session: 37c16eda-8eba-4134-8a17-8fd316221770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19837 | 2024.08.18 06:25:12.371888 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
19838 | 2024.08.18 06:25:12.371935 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
19839 | 2024.08.18 06:25:12.372100 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19840 | 2024.08.18 06:25:12.372506 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19841 | 2024.08.18 06:25:12.372543 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19842 | 2024.08.18 06:25:12.372936 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
19843 | 2024.08.18 06:25:12.373285 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19844 | 2024.08.18 06:25:12.373444 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001614 sec., 99752.16852540273 rows/sec., 6.95 MiB/sec. | ||
19845 | 2024.08.18 06:25:12.373614 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Debug> DynamicQueryHandler: Done processing query | ||
19846 | 2024.08.18 06:25:12.373639 [ 3 ] {78fa86f7-4662-4897-b8c8-e830c18a5161} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
19847 | 2024.08.18 06:25:12.373655 [ 3 ] {} <Debug> HTTP-Session: 37c16eda-8eba-4134-8a17-8fd316221770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19848 | 2024.08.18 06:25:12.373871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19849 | 2024.08.18 06:25:12.373919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19850 | 2024.08.18 06:25:12.373938 [ 3 ] {} <Debug> HTTP-Session: f29cceae-587b-4338-b522-d81f5913feb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19851 | 2024.08.18 06:25:12.373954 [ 3 ] {} <Debug> HTTP-Session: f29cceae-587b-4338-b522-d81f5913feb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19852 | 2024.08.18 06:25:12.373967 [ 3 ] {} <Debug> HTTP-Session: f29cceae-587b-4338-b522-d81f5913feb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19853 | 2024.08.18 06:25:12.373997 [ 3 ] {} <Trace> HTTP-Session: f29cceae-587b-4338-b522-d81f5913feb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19854 | 2024.08.18 06:25:12.374291 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
19855 | 2024.08.18 06:25:12.374354 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <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 | ||
19856 | 2024.08.18 06:25:12.374765 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19857 | 2024.08.18 06:25:12.375498 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19858 | 2024.08.18 06:25:12.375536 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19859 | 2024.08.18 06:25:12.376158 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
19860 | 2024.08.18 06:25:12.376556 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19861 | 2024.08.18 06:25:12.376748 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002653 sec., 10931.021485111194 rows/sec., 19.59 MiB/sec. | ||
19862 | 2024.08.18 06:25:12.377023 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Debug> DynamicQueryHandler: Done processing query | ||
19863 | 2024.08.18 06:25:12.377059 [ 3 ] {b3d3feae-073c-491b-bc86-0fa00c904eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
19864 | 2024.08.18 06:25:12.377091 [ 3 ] {} <Debug> HTTP-Session: f29cceae-587b-4338-b522-d81f5913feb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19865 | 2024.08.18 06:25:12.377272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19866 | 2024.08.18 06:25:12.377322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19867 | 2024.08.18 06:25:12.377341 [ 3 ] {} <Debug> HTTP-Session: b64eb033-bc13-496c-83ef-6aaa332dae9c Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19868 | 2024.08.18 06:25:12.377357 [ 3 ] {} <Debug> HTTP-Session: b64eb033-bc13-496c-83ef-6aaa332dae9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19869 | 2024.08.18 06:25:12.377370 [ 3 ] {} <Debug> HTTP-Session: b64eb033-bc13-496c-83ef-6aaa332dae9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19870 | 2024.08.18 06:25:12.377402 [ 3 ] {} <Trace> HTTP-Session: b64eb033-bc13-496c-83ef-6aaa332dae9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19871 | 2024.08.18 06:25:12.377521 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
19872 | 2024.08.18 06:25:12.377565 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
19873 | 2024.08.18 06:25:12.377692 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19874 | 2024.08.18 06:25:12.377988 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19875 | 2024.08.18 06:25:12.378024 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19876 | 2024.08.18 06:25:12.378382 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
19877 | 2024.08.18 06:25:12.378696 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19878 | 2024.08.18 06:25:12.378863 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
19879 | 2024.08.18 06:25:12.379041 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Debug> DynamicQueryHandler: Done processing query | ||
19880 | 2024.08.18 06:25:12.379065 [ 3 ] {e7048da6-532a-43e2-b515-53c488ff47e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19881 | 2024.08.18 06:25:12.379081 [ 3 ] {} <Debug> HTTP-Session: b64eb033-bc13-496c-83ef-6aaa332dae9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19882 | 2024.08.18 06:25:17.365259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19883 | 2024.08.18 06:25:17.365382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19884 | 2024.08.18 06:25:17.365407 [ 3 ] {} <Debug> HTTP-Session: 170c2d9d-de1b-4e8a-82db-8e0fd4511f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19885 | 2024.08.18 06:25:17.365431 [ 3 ] {} <Debug> HTTP-Session: 170c2d9d-de1b-4e8a-82db-8e0fd4511f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19886 | 2024.08.18 06:25:17.365445 [ 3 ] {} <Debug> HTTP-Session: 170c2d9d-de1b-4e8a-82db-8e0fd4511f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19887 | 2024.08.18 06:25:17.365494 [ 3 ] {} <Trace> HTTP-Session: 170c2d9d-de1b-4e8a-82db-8e0fd4511f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19888 | 2024.08.18 06:25:17.365675 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
19889 | 2024.08.18 06:25:17.365739 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
19890 | 2024.08.18 06:25:17.365929 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19891 | 2024.08.18 06:25:17.366445 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19892 | 2024.08.18 06:25:17.366486 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19893 | 2024.08.18 06:25:17.366847 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
19894 | 2024.08.18 06:25:17.367194 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19895 | 2024.08.18 06:25:17.367363 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001745 sec., 15472.779369627508 rows/sec., 1.22 MiB/sec. | ||
19896 | 2024.08.18 06:25:17.367378 [ 51 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
19897 | 2024.08.18 06:25:17.367477 [ 51 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19898 | 2024.08.18 06:25:17.367520 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19899 | 2024.08.18 06:25:17.367658 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Debug> DynamicQueryHandler: Done processing query | ||
19900 | 2024.08.18 06:25:17.367707 [ 3 ] {e3c1b69e-fec8-4992-95f0-24061221c2ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
19901 | 2024.08.18 06:25:17.367726 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
19902 | 2024.08.18 06:25:17.367740 [ 3 ] {} <Debug> HTTP-Session: 170c2d9d-de1b-4e8a-82db-8e0fd4511f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19903 | 2024.08.18 06:25:17.368027 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19904 | 2024.08.18 06:25:17.368097 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 56 rows starting from the beginning of the part | ||
19905 | 2024.08.18 06:25:17.368178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19906 | 2024.08.18 06:25:17.368358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19907 | 2024.08.18 06:25:17.368385 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 27 rows starting from the beginning of the part | ||
19908 | 2024.08.18 06:25:17.368426 [ 3 ] {} <Debug> HTTP-Session: c1d82f98-84c7-4d44-857b-f8ff813dc47b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19909 | 2024.08.18 06:25:17.368503 [ 3 ] {} <Debug> HTTP-Session: c1d82f98-84c7-4d44-857b-f8ff813dc47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19910 | 2024.08.18 06:25:17.368580 [ 3 ] {} <Debug> HTTP-Session: c1d82f98-84c7-4d44-857b-f8ff813dc47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19911 | 2024.08.18 06:25:17.368786 [ 3 ] {} <Trace> HTTP-Session: c1d82f98-84c7-4d44-857b-f8ff813dc47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19912 | 2024.08.18 06:25:17.368849 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 29 rows starting from the beginning of the part | ||
19913 | 2024.08.18 06:25:17.369137 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 27 rows starting from the beginning of the part | ||
19914 | 2024.08.18 06:25:17.369432 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
19915 | 2024.08.18 06:25:17.369467 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 29 rows starting from the beginning of the part | ||
19916 | 2024.08.18 06:25:17.369613 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
19917 | 2024.08.18 06:25:17.369709 [ 190 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 27 rows starting from the beginning of the part | ||
19918 | 2024.08.18 06:25:17.370564 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19919 | 2024.08.18 06:25:17.371612 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19920 | 2024.08.18 06:25:17.371676 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19921 | 2024.08.18 06:25:17.372494 [ 188 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.004884351 sec., 39923.42073696177 rows/sec., 3.16 MiB/sec. | ||
19922 | 2024.08.18 06:25:17.372562 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
19923 | 2024.08.18 06:25:17.372655 [ 188 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
19924 | 2024.08.18 06:25:17.373042 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19925 | 2024.08.18 06:25:17.373254 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Debug> executeQuery: Read 270 rows, 24.20 KiB in 0.004162 sec., 64872.65737626141 rows/sec., 5.68 MiB/sec. | ||
19926 | 2024.08.18 06:25:17.373429 [ 188 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19927 | 2024.08.18 06:25:17.373675 [ 188 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_91_18} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
19928 | 2024.08.18 06:25:17.373704 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Debug> DynamicQueryHandler: Done processing query | ||
19929 | 2024.08.18 06:25:17.373733 [ 3 ] {deb5e6a8-387f-4dcb-899c-ce7311484899} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
19930 | 2024.08.18 06:25:17.373850 [ 3 ] {} <Debug> HTTP-Session: c1d82f98-84c7-4d44-857b-f8ff813dc47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19931 | 2024.08.18 06:25:17.373977 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
19932 | 2024.08.18 06:25:17.374163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19933 | 2024.08.18 06:25:17.374301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19934 | 2024.08.18 06:25:17.374372 [ 3 ] {} <Debug> HTTP-Session: 17c120e1-40e8-4900-b974-fa19421d263b Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19935 | 2024.08.18 06:25:17.374432 [ 3 ] {} <Debug> HTTP-Session: 17c120e1-40e8-4900-b974-fa19421d263b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19936 | 2024.08.18 06:25:17.374490 [ 3 ] {} <Debug> HTTP-Session: 17c120e1-40e8-4900-b974-fa19421d263b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19937 | 2024.08.18 06:25:17.374593 [ 3 ] {} <Trace> HTTP-Session: 17c120e1-40e8-4900-b974-fa19421d263b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19938 | 2024.08.18 06:25:17.374731 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
19939 | 2024.08.18 06:25:17.374776 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
19940 | 2024.08.18 06:25:17.374921 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19941 | 2024.08.18 06:25:17.375240 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19942 | 2024.08.18 06:25:17.375277 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19943 | 2024.08.18 06:25:17.375596 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
19944 | 2024.08.18 06:25:17.375897 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19945 | 2024.08.18 06:25:17.376046 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00134 sec., 10447.76119402985 rows/sec., 731.69 KiB/sec. | ||
19946 | 2024.08.18 06:25:17.376320 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Debug> DynamicQueryHandler: Done processing query | ||
19947 | 2024.08.18 06:25:17.376362 [ 3 ] {6e5eea4c-25ed-430e-9468-bff0506651cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19948 | 2024.08.18 06:25:17.376384 [ 3 ] {} <Debug> HTTP-Session: 17c120e1-40e8-4900-b974-fa19421d263b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19949 | 2024.08.18 06:25:17.376557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19950 | 2024.08.18 06:25:17.376605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19951 | 2024.08.18 06:25:17.376624 [ 3 ] {} <Debug> HTTP-Session: 6e0862d0-70a2-42cc-9a40-9a1cf2f380ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19952 | 2024.08.18 06:25:17.376641 [ 3 ] {} <Debug> HTTP-Session: 6e0862d0-70a2-42cc-9a40-9a1cf2f380ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19953 | 2024.08.18 06:25:17.376654 [ 3 ] {} <Debug> HTTP-Session: 6e0862d0-70a2-42cc-9a40-9a1cf2f380ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19954 | 2024.08.18 06:25:17.376685 [ 3 ] {} <Trace> HTTP-Session: 6e0862d0-70a2-42cc-9a40-9a1cf2f380ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19955 | 2024.08.18 06:25:17.376783 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
19956 | 2024.08.18 06:25:17.376824 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
19957 | 2024.08.18 06:25:17.376964 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19958 | 2024.08.18 06:25:17.377258 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19959 | 2024.08.18 06:25:17.377295 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19960 | 2024.08.18 06:25:17.377606 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
19961 | 2024.08.18 06:25:17.377913 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19962 | 2024.08.18 06:25:17.378057 [ 51 ] {} <Debug> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
19963 | 2024.08.18 06:25:17.378067 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 272.27 KiB/sec. | ||
19964 | 2024.08.18 06:25:17.378116 [ 51 ] {} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19965 | 2024.08.18 06:25:17.378174 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19966 | 2024.08.18 06:25:17.378411 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
19967 | 2024.08.18 06:25:17.378445 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Debug> DynamicQueryHandler: Done processing query | ||
19968 | 2024.08.18 06:25:17.378537 [ 3 ] {378017ba-3d32-461d-8bc0-c085621b47e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
19969 | 2024.08.18 06:25:17.378640 [ 3 ] {} <Debug> HTTP-Session: 6e0862d0-70a2-42cc-9a40-9a1cf2f380ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19970 | 2024.08.18 06:25:17.378896 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
19971 | 2024.08.18 06:25:17.378988 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 6 rows starting from the beginning of the part | ||
19972 | 2024.08.18 06:25:17.379012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19973 | 2024.08.18 06:25:17.379142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
19974 | 2024.08.18 06:25:17.379174 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
19975 | 2024.08.18 06:25:17.379219 [ 3 ] {} <Debug> HTTP-Session: cc4996f9-9298-45f4-925f-bb68d812e215 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
19976 | 2024.08.18 06:25:17.379294 [ 3 ] {} <Debug> HTTP-Session: cc4996f9-9298-45f4-925f-bb68d812e215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
19977 | 2024.08.18 06:25:17.379434 [ 3 ] {} <Debug> HTTP-Session: cc4996f9-9298-45f4-925f-bb68d812e215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19978 | 2024.08.18 06:25:17.379503 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
19979 | 2024.08.18 06:25:17.379663 [ 3 ] {} <Trace> HTTP-Session: cc4996f9-9298-45f4-925f-bb68d812e215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
19980 | 2024.08.18 06:25:17.379811 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
19981 | 2024.08.18 06:25:17.380024 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
19982 | 2024.08.18 06:25:17.380374 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
19983 | 2024.08.18 06:25:17.380446 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
19984 | 2024.08.18 06:25:17.380820 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
19985 | 2024.08.18 06:25:17.381975 [ 188 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.0037081 sec., 8090.396699118146 rows/sec., 481.95 KiB/sec. | ||
19986 | 2024.08.18 06:25:17.382069 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
19987 | 2024.08.18 06:25:17.382123 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
19988 | 2024.08.18 06:25:17.382177 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
19989 | 2024.08.18 06:25:17.382826 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
19990 | 2024.08.18 06:25:17.383019 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19991 | 2024.08.18 06:25:17.383223 [ 195 ] {38e0e357-675a-4280-b317-5f9407aaaabe::all_1_49_12} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
19992 | 2024.08.18 06:25:17.383362 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
19993 | 2024.08.18 06:25:17.383436 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
19994 | 2024.08.18 06:25:17.383601 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.003549 sec., 115243.730628346 rows/sec., 8.21 MiB/sec. | ||
19995 | 2024.08.18 06:25:17.383880 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Debug> DynamicQueryHandler: Done processing query | ||
19996 | 2024.08.18 06:25:17.383937 [ 3 ] {6665a16f-4ad3-4698-a454-70e7f707f4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
19997 | 2024.08.18 06:25:17.383992 [ 3 ] {} <Debug> HTTP-Session: cc4996f9-9298-45f4-925f-bb68d812e215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
19998 | 2024.08.18 06:25:17.384258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
19999 | 2024.08.18 06:25:17.384311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20000 | 2024.08.18 06:25:17.384331 [ 3 ] {} <Debug> HTTP-Session: 19474758-6e09-4c4a-adf8-85fc8988cb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20001 | 2024.08.18 06:25:17.384348 [ 3 ] {} <Debug> HTTP-Session: 19474758-6e09-4c4a-adf8-85fc8988cb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20002 | 2024.08.18 06:25:17.384361 [ 3 ] {} <Debug> HTTP-Session: 19474758-6e09-4c4a-adf8-85fc8988cb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20003 | 2024.08.18 06:25:17.384393 [ 3 ] {} <Trace> HTTP-Session: 19474758-6e09-4c4a-adf8-85fc8988cb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20004 | 2024.08.18 06:25:17.384497 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
20005 | 2024.08.18 06:25:17.384541 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
20006 | 2024.08.18 06:25:17.384696 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20007 | 2024.08.18 06:25:17.384977 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20008 | 2024.08.18 06:25:17.385013 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20009 | 2024.08.18 06:25:17.385374 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
20010 | 2024.08.18 06:25:17.385698 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20011 | 2024.08.18 06:25:17.385855 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
20012 | 2024.08.18 06:25:17.386172 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Debug> DynamicQueryHandler: Done processing query | ||
20013 | 2024.08.18 06:25:17.386223 [ 3 ] {bcd3f90e-1607-448c-8fcd-726a297854de} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
20014 | 2024.08.18 06:25:17.386253 [ 3 ] {} <Debug> HTTP-Session: 19474758-6e09-4c4a-adf8-85fc8988cb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20015 | 2024.08.18 06:25:17.386408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20016 | 2024.08.18 06:25:17.386457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20017 | 2024.08.18 06:25:17.386475 [ 3 ] {} <Debug> HTTP-Session: 5be0443f-a838-4747-a4bf-a8336b461fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20018 | 2024.08.18 06:25:17.386492 [ 3 ] {} <Debug> HTTP-Session: 5be0443f-a838-4747-a4bf-a8336b461fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20019 | 2024.08.18 06:25:17.386505 [ 3 ] {} <Debug> HTTP-Session: 5be0443f-a838-4747-a4bf-a8336b461fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20020 | 2024.08.18 06:25:17.386537 [ 3 ] {} <Trace> HTTP-Session: 5be0443f-a838-4747-a4bf-a8336b461fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20021 | 2024.08.18 06:25:17.386762 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20022 | 2024.08.18 06:25:17.386810 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20023 | 2024.08.18 06:25:17.386969 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20024 | 2024.08.18 06:25:17.387393 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20025 | 2024.08.18 06:25:17.387431 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20026 | 2024.08.18 06:25:17.387812 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
20027 | 2024.08.18 06:25:17.388143 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20028 | 2024.08.18 06:25:17.388293 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec. | ||
20029 | 2024.08.18 06:25:17.388465 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Debug> DynamicQueryHandler: Done processing query | ||
20030 | 2024.08.18 06:25:17.388489 [ 3 ] {01aef069-ba48-4180-ada1-5ce9ab34fe37} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
20031 | 2024.08.18 06:25:17.388505 [ 3 ] {} <Debug> HTTP-Session: 5be0443f-a838-4747-a4bf-a8336b461fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20032 | 2024.08.18 06:25:17.388715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20033 | 2024.08.18 06:25:17.388762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20034 | 2024.08.18 06:25:17.388780 [ 3 ] {} <Debug> HTTP-Session: 760d7a47-d91d-447d-a51e-f0f7245e360d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20035 | 2024.08.18 06:25:17.388796 [ 3 ] {} <Debug> HTTP-Session: 760d7a47-d91d-447d-a51e-f0f7245e360d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20036 | 2024.08.18 06:25:17.388809 [ 3 ] {} <Debug> HTTP-Session: 760d7a47-d91d-447d-a51e-f0f7245e360d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20037 | 2024.08.18 06:25:17.388839 [ 3 ] {} <Trace> HTTP-Session: 760d7a47-d91d-447d-a51e-f0f7245e360d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20038 | 2024.08.18 06:25:17.388932 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
20039 | 2024.08.18 06:25:17.388976 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
20040 | 2024.08.18 06:25:17.389107 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20041 | 2024.08.18 06:25:17.389371 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20042 | 2024.08.18 06:25:17.389408 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20043 | 2024.08.18 06:25:17.389752 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
20044 | 2024.08.18 06:25:17.390068 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20045 | 2024.08.18 06:25:17.390221 [ 51 ] {} <Debug> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
20046 | 2024.08.18 06:25:17.390228 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec. | ||
20047 | 2024.08.18 06:25:17.390265 [ 51 ] {} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20048 | 2024.08.18 06:25:17.390319 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20049 | 2024.08.18 06:25:17.390492 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
20050 | 2024.08.18 06:25:17.390517 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Debug> DynamicQueryHandler: Done processing query | ||
20051 | 2024.08.18 06:25:17.390552 [ 3 ] {fa684e66-0342-4c63-a051-3c7fd75ec8c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
20052 | 2024.08.18 06:25:17.390576 [ 3 ] {} <Debug> HTTP-Session: 760d7a47-d91d-447d-a51e-f0f7245e360d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20053 | 2024.08.18 06:25:17.390666 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20054 | 2024.08.18 06:25:17.390706 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 44 rows starting from the beginning of the part | ||
20055 | 2024.08.18 06:25:17.390733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20056 | 2024.08.18 06:25:17.390808 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
20057 | 2024.08.18 06:25:17.390855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20058 | 2024.08.18 06:25:17.390944 [ 3 ] {} <Debug> HTTP-Session: b3830c69-4268-40d8-8365-6789128fd9be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20059 | 2024.08.18 06:25:17.391041 [ 3 ] {} <Debug> HTTP-Session: b3830c69-4268-40d8-8365-6789128fd9be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20060 | 2024.08.18 06:25:17.391132 [ 3 ] {} <Debug> HTTP-Session: b3830c69-4268-40d8-8365-6789128fd9be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20061 | 2024.08.18 06:25:17.391181 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
20062 | 2024.08.18 06:25:17.391276 [ 3 ] {} <Trace> HTTP-Session: b3830c69-4268-40d8-8365-6789128fd9be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20063 | 2024.08.18 06:25:17.391517 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
20064 | 2024.08.18 06:25:17.391706 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
20065 | 2024.08.18 06:25:17.391935 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20066 | 2024.08.18 06:25:17.391987 [ 200 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
20067 | 2024.08.18 06:25:17.392291 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <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 | ||
20068 | 2024.08.18 06:25:17.393296 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20069 | 2024.08.18 06:25:17.394014 [ 193 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.003575538 sec., 13704.23136322422 rows/sec., 923.43 KiB/sec. | ||
20070 | 2024.08.18 06:25:17.394316 [ 199 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
20071 | 2024.08.18 06:25:17.394630 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20072 | 2024.08.18 06:25:17.394694 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20073 | 2024.08.18 06:25:17.395309 [ 199 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20074 | 2024.08.18 06:25:17.395474 [ 199 ] {705cbe2d-fbe2-4d69-a68d-f8778d928626::all_1_49_10} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
20075 | 2024.08.18 06:25:17.395643 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
20076 | 2024.08.18 06:25:17.395942 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
20077 | 2024.08.18 06:25:17.396371 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20078 | 2024.08.18 06:25:17.396556 [ 51 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
20079 | 2024.08.18 06:25:17.396565 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004984 sec., 5417.335473515249 rows/sec., 9.71 MiB/sec. | ||
20080 | 2024.08.18 06:25:17.396607 [ 51 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20081 | 2024.08.18 06:25:17.396667 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20082 | 2024.08.18 06:25:17.397097 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
20083 | 2024.08.18 06:25:17.397433 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Debug> DynamicQueryHandler: Done processing query | ||
20084 | 2024.08.18 06:25:17.397517 [ 3 ] {3c7be108-b8b6-4886-9b49-fc4cd054d39b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
20085 | 2024.08.18 06:25:17.397584 [ 3 ] {} <Debug> HTTP-Session: b3830c69-4268-40d8-8365-6789128fd9be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20086 | 2024.08.18 06:25:17.397866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20087 | 2024.08.18 06:25:17.397998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20088 | 2024.08.18 06:25:17.398085 [ 3 ] {} <Debug> HTTP-Session: 3b6c9f9e-d649-4b5d-b94e-3a5ba618ae1a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20089 | 2024.08.18 06:25:17.398163 [ 3 ] {} <Debug> HTTP-Session: 3b6c9f9e-d649-4b5d-b94e-3a5ba618ae1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20090 | 2024.08.18 06:25:17.398230 [ 3 ] {} <Debug> HTTP-Session: 3b6c9f9e-d649-4b5d-b94e-3a5ba618ae1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20091 | 2024.08.18 06:25:17.398374 [ 3 ] {} <Trace> HTTP-Session: 3b6c9f9e-d649-4b5d-b94e-3a5ba618ae1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20092 | 2024.08.18 06:25:17.398777 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20093 | 2024.08.18 06:25:17.398914 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20094 | 2024.08.18 06:25:17.399281 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20095 | 2024.08.18 06:25:17.399533 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1624 rows starting from the beginning of the part | ||
20096 | 2024.08.18 06:25:17.399629 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20097 | 2024.08.18 06:25:17.400215 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 27 rows starting from the beginning of the part | ||
20098 | 2024.08.18 06:25:17.400875 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20099 | 2024.08.18 06:25:17.400954 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
20100 | 2024.08.18 06:25:17.401016 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 29 rows starting from the beginning of the part | ||
20101 | 2024.08.18 06:25:17.401754 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 27 rows starting from the beginning of the part | ||
20102 | 2024.08.18 06:25:17.402305 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
20103 | 2024.08.18 06:25:17.402329 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 29 rows starting from the beginning of the part | ||
20104 | 2024.08.18 06:25:17.402970 [ 193 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 27 rows starting from the beginning of the part | ||
20105 | 2024.08.18 06:25:17.403523 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20106 | 2024.08.18 06:25:17.403961 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005331 sec., 15381.729506659163 rows/sec., 1000.38 KiB/sec. | ||
20107 | 2024.08.18 06:25:17.404305 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Debug> DynamicQueryHandler: Done processing query | ||
20108 | 2024.08.18 06:25:17.404354 [ 3 ] {3dae97ba-4dbf-4ac0-9f9e-5910f3909b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
20109 | 2024.08.18 06:25:17.404400 [ 3 ] {} <Debug> HTTP-Session: 3b6c9f9e-d649-4b5d-b94e-3a5ba618ae1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20110 | 2024.08.18 06:25:17.412210 [ 187 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1763 rows, containing 19 columns (19 merged, 0 gathered) in 0.015390048 sec., 114554.54849783445 rows/sec., 205.28 MiB/sec. | ||
20111 | 2024.08.18 06:25:17.413495 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
20112 | 2024.08.18 06:25:17.414113 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20113 | 2024.08.18 06:25:17.414209 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_91_18} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
20114 | 2024.08.18 06:25:17.414340 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.69 MiB. | ||
20115 | 2024.08.18 06:25:18.000209 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.61 MiB, peak 236.27 MiB, free memory in arenas 0.00 B, will set to 221.34 MiB (RSS), difference: 1.73 MiB | ||
20116 | 2024.08.18 06:25:22.360171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20117 | 2024.08.18 06:25:22.360310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20118 | 2024.08.18 06:25:22.360341 [ 3 ] {} <Debug> HTTP-Session: db06d579-88ba-4ac4-80a9-898b060f631a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20119 | 2024.08.18 06:25:22.360370 [ 3 ] {} <Debug> HTTP-Session: db06d579-88ba-4ac4-80a9-898b060f631a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20120 | 2024.08.18 06:25:22.360388 [ 3 ] {} <Debug> HTTP-Session: db06d579-88ba-4ac4-80a9-898b060f631a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20121 | 2024.08.18 06:25:22.360445 [ 3 ] {} <Trace> HTTP-Session: db06d579-88ba-4ac4-80a9-898b060f631a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20122 | 2024.08.18 06:25:22.360651 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
20123 | 2024.08.18 06:25:22.360724 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
20124 | 2024.08.18 06:25:22.360943 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20125 | 2024.08.18 06:25:22.361464 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20126 | 2024.08.18 06:25:22.361506 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20127 | 2024.08.18 06:25:22.361869 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
20128 | 2024.08.18 06:25:22.362207 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20129 | 2024.08.18 06:25:22.362380 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.00179 sec., 16201.117318435754 rows/sec., 1.28 MiB/sec. | ||
20130 | 2024.08.18 06:25:22.362591 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Debug> DynamicQueryHandler: Done processing query | ||
20131 | 2024.08.18 06:25:22.362617 [ 3 ] {b74fbb5a-41fb-4f7e-b1de-d89d7bec07a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20132 | 2024.08.18 06:25:22.362633 [ 3 ] {} <Debug> HTTP-Session: db06d579-88ba-4ac4-80a9-898b060f631a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20133 | 2024.08.18 06:25:22.362841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20134 | 2024.08.18 06:25:22.362891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20135 | 2024.08.18 06:25:22.362910 [ 3 ] {} <Debug> HTTP-Session: 48ae266d-a6c1-477a-8473-d9ac5b2c5b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20136 | 2024.08.18 06:25:22.362926 [ 3 ] {} <Debug> HTTP-Session: 48ae266d-a6c1-477a-8473-d9ac5b2c5b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20137 | 2024.08.18 06:25:22.362969 [ 3 ] {} <Debug> HTTP-Session: 48ae266d-a6c1-477a-8473-d9ac5b2c5b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20138 | 2024.08.18 06:25:22.363000 [ 3 ] {} <Trace> HTTP-Session: 48ae266d-a6c1-477a-8473-d9ac5b2c5b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20139 | 2024.08.18 06:25:22.363136 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20140 | 2024.08.18 06:25:22.363179 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20141 | 2024.08.18 06:25:22.363310 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20142 | 2024.08.18 06:25:22.363732 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20143 | 2024.08.18 06:25:22.363770 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20144 | 2024.08.18 06:25:22.364088 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
20145 | 2024.08.18 06:25:22.364405 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20146 | 2024.08.18 06:25:22.364571 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001493 sec., 95780.30810448762 rows/sec., 8.01 MiB/sec. | ||
20147 | 2024.08.18 06:25:22.364587 [ 43 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
20148 | 2024.08.18 06:25:22.364694 [ 43 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20149 | 2024.08.18 06:25:22.364737 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20150 | 2024.08.18 06:25:22.364820 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Debug> DynamicQueryHandler: Done processing query | ||
20151 | 2024.08.18 06:25:22.364877 [ 3 ] {1b294eb9-ac54-4100-9803-472c832f0ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
20152 | 2024.08.18 06:25:22.364910 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
20153 | 2024.08.18 06:25:22.364920 [ 3 ] {} <Debug> HTTP-Session: 48ae266d-a6c1-477a-8473-d9ac5b2c5b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20154 | 2024.08.18 06:25:22.365078 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20155 | 2024.08.18 06:25:22.365131 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1511 rows starting from the beginning of the part | ||
20156 | 2024.08.18 06:25:22.365145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20157 | 2024.08.18 06:25:22.365271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20158 | 2024.08.18 06:25:22.365303 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1414 rows starting from the beginning of the part | ||
20159 | 2024.08.18 06:25:22.365355 [ 3 ] {} <Debug> HTTP-Session: f00219bd-517d-41f1-890b-63f0c4a3d0b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20160 | 2024.08.18 06:25:22.365445 [ 3 ] {} <Debug> HTTP-Session: f00219bd-517d-41f1-890b-63f0c4a3d0b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20161 | 2024.08.18 06:25:22.365533 [ 3 ] {} <Debug> HTTP-Session: f00219bd-517d-41f1-890b-63f0c4a3d0b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20162 | 2024.08.18 06:25:22.365610 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
20163 | 2024.08.18 06:25:22.365671 [ 3 ] {} <Trace> HTTP-Session: f00219bd-517d-41f1-890b-63f0c4a3d0b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20164 | 2024.08.18 06:25:22.366011 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 144 rows starting from the beginning of the part | ||
20165 | 2024.08.18 06:25:22.366238 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20166 | 2024.08.18 06:25:22.366373 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 270 rows starting from the beginning of the part | ||
20167 | 2024.08.18 06:25:22.366387 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20168 | 2024.08.18 06:25:22.366604 [ 199 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 143 rows starting from the beginning of the part | ||
20169 | 2024.08.18 06:25:22.367296 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20170 | 2024.08.18 06:25:22.368011 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20171 | 2024.08.18 06:25:22.368071 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20172 | 2024.08.18 06:25:22.368948 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
20173 | 2024.08.18 06:25:22.369328 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20174 | 2024.08.18 06:25:22.369567 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.003574 sec., 26021.264689423617 rows/sec., 2.03 MiB/sec. | ||
20175 | 2024.08.18 06:25:22.369632 [ 42 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
20176 | 2024.08.18 06:25:22.369831 [ 42 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20177 | 2024.08.18 06:25:22.369995 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20178 | 2024.08.18 06:25:22.370108 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Debug> DynamicQueryHandler: Done processing query | ||
20179 | 2024.08.18 06:25:22.370201 [ 3 ] {63982d2c-6277-443a-a809-f28e5dcf4974} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
20180 | 2024.08.18 06:25:22.370300 [ 3 ] {} <Debug> HTTP-Session: f00219bd-517d-41f1-890b-63f0c4a3d0b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20181 | 2024.08.18 06:25:22.370337 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 4 columns (4 merged, 0 gathered) in 0.005518114 sec., 641161.0923587298 rows/sec., 53.61 MiB/sec. | ||
20182 | 2024.08.18 06:25:22.370433 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
20183 | 2024.08.18 06:25:22.370608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20184 | 2024.08.18 06:25:22.370661 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
20185 | 2024.08.18 06:25:22.370690 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20186 | 2024.08.18 06:25:22.370768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20187 | 2024.08.18 06:25:22.370793 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 952 rows starting from the beginning of the part | ||
20188 | 2024.08.18 06:25:22.370854 [ 3 ] {} <Debug> HTTP-Session: 7cd618c3-1480-494f-a8ff-09411f180c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20189 | 2024.08.18 06:25:22.370943 [ 3 ] {} <Debug> HTTP-Session: 7cd618c3-1480-494f-a8ff-09411f180c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20190 | 2024.08.18 06:25:22.371028 [ 3 ] {} <Debug> HTTP-Session: 7cd618c3-1480-494f-a8ff-09411f180c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20191 | 2024.08.18 06:25:22.371121 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 873 rows starting from the beginning of the part | ||
20192 | 2024.08.18 06:25:22.371266 [ 3 ] {} <Trace> HTTP-Session: 7cd618c3-1480-494f-a8ff-09411f180c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20193 | 2024.08.18 06:25:22.371607 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
20194 | 2024.08.18 06:25:22.372086 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 95 rows starting from the beginning of the part | ||
20195 | 2024.08.18 06:25:22.372077 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20196 | 2024.08.18 06:25:22.372373 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20197 | 2024.08.18 06:25:22.372563 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 409 rows starting from the beginning of the part | ||
20198 | 2024.08.18 06:25:22.373008 [ 191 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 93 rows starting from the beginning of the part | ||
20199 | 2024.08.18 06:25:22.373387 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20200 | 2024.08.18 06:25:22.373807 [ 187 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_116_23} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
20201 | 2024.08.18 06:25:22.374062 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
20202 | 2024.08.18 06:25:22.374269 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20203 | 2024.08.18 06:25:22.375204 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20204 | 2024.08.18 06:25:22.375265 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20205 | 2024.08.18 06:25:22.375976 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
20206 | 2024.08.18 06:25:22.376196 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2486 rows, containing 4 columns (4 merged, 0 gathered) in 0.005952311 sec., 417652.90825697785 rows/sec., 30.47 MiB/sec. | ||
20207 | 2024.08.18 06:25:22.376432 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
20208 | 2024.08.18 06:25:22.376643 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20209 | 2024.08.18 06:25:22.377097 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005426 sec., 29487.652045705858 rows/sec., 2.05 MiB/sec. | ||
20210 | 2024.08.18 06:25:22.377395 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20211 | 2024.08.18 06:25:22.377527 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Debug> DynamicQueryHandler: Done processing query | ||
20212 | 2024.08.18 06:25:22.377613 [ 3 ] {2c38cf30-de83-499e-9676-e4f2e04e764b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
20213 | 2024.08.18 06:25:22.377703 [ 3 ] {} <Debug> HTTP-Session: 7cd618c3-1480-494f-a8ff-09411f180c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20214 | 2024.08.18 06:25:22.377796 [ 187 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_116_23} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
20215 | 2024.08.18 06:25:22.378034 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
20216 | 2024.08.18 06:25:22.378034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20217 | 2024.08.18 06:25:22.378161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20218 | 2024.08.18 06:25:22.378195 [ 3 ] {} <Debug> HTTP-Session: 458c86e9-f4cb-48c7-8d34-f0c660055d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20219 | 2024.08.18 06:25:22.378217 [ 3 ] {} <Debug> HTTP-Session: 458c86e9-f4cb-48c7-8d34-f0c660055d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20220 | 2024.08.18 06:25:22.378238 [ 3 ] {} <Debug> HTTP-Session: 458c86e9-f4cb-48c7-8d34-f0c660055d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20221 | 2024.08.18 06:25:22.378272 [ 3 ] {} <Trace> HTTP-Session: 458c86e9-f4cb-48c7-8d34-f0c660055d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20222 | 2024.08.18 06:25:22.378773 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20223 | 2024.08.18 06:25:22.378866 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <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 | ||
20224 | 2024.08.18 06:25:22.379303 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20225 | 2024.08.18 06:25:22.380024 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20226 | 2024.08.18 06:25:22.380060 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20227 | 2024.08.18 06:25:22.380707 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
20228 | 2024.08.18 06:25:22.381116 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20229 | 2024.08.18 06:25:22.381303 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002937 sec., 9874.021109976165 rows/sec., 17.69 MiB/sec. | ||
20230 | 2024.08.18 06:25:22.381527 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Debug> DynamicQueryHandler: Done processing query | ||
20231 | 2024.08.18 06:25:22.381552 [ 3 ] {29012ed5-7a5a-42fe-93b8-7b32c05e6106} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
20232 | 2024.08.18 06:25:22.381568 [ 3 ] {} <Debug> HTTP-Session: 458c86e9-f4cb-48c7-8d34-f0c660055d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20233 | 2024.08.18 06:25:22.381717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20234 | 2024.08.18 06:25:22.381767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20235 | 2024.08.18 06:25:22.381787 [ 3 ] {} <Debug> HTTP-Session: e807fc5b-57c6-45c9-aae3-f494830477ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20236 | 2024.08.18 06:25:22.381804 [ 3 ] {} <Debug> HTTP-Session: e807fc5b-57c6-45c9-aae3-f494830477ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20237 | 2024.08.18 06:25:22.381819 [ 3 ] {} <Debug> HTTP-Session: e807fc5b-57c6-45c9-aae3-f494830477ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20238 | 2024.08.18 06:25:22.381849 [ 3 ] {} <Trace> HTTP-Session: e807fc5b-57c6-45c9-aae3-f494830477ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20239 | 2024.08.18 06:25:22.381974 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20240 | 2024.08.18 06:25:22.382019 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20241 | 2024.08.18 06:25:22.382151 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20242 | 2024.08.18 06:25:22.382521 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20243 | 2024.08.18 06:25:22.382558 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20244 | 2024.08.18 06:25:22.382922 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
20245 | 2024.08.18 06:25:22.383242 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20246 | 2024.08.18 06:25:22.383389 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
20247 | 2024.08.18 06:25:22.383407 [ 42 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
20248 | 2024.08.18 06:25:22.383490 [ 42 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20249 | 2024.08.18 06:25:22.383547 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20250 | 2024.08.18 06:25:22.383674 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Debug> DynamicQueryHandler: Done processing query | ||
20251 | 2024.08.18 06:25:22.383735 [ 3 ] {f7482936-bfd0-44cb-8601-9c1a2690aa17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20252 | 2024.08.18 06:25:22.383790 [ 3 ] {} <Debug> HTTP-Session: e807fc5b-57c6-45c9-aae3-f494830477ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20253 | 2024.08.18 06:25:22.383815 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
20254 | 2024.08.18 06:25:22.384254 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20255 | 2024.08.18 06:25:22.384348 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6752 rows starting from the beginning of the part | ||
20256 | 2024.08.18 06:25:22.384764 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 70 rows starting from the beginning of the part | ||
20257 | 2024.08.18 06:25:22.385197 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 12 rows starting from the beginning of the part | ||
20258 | 2024.08.18 06:25:22.385559 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
20259 | 2024.08.18 06:25:22.385829 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
20260 | 2024.08.18 06:25:22.386109 [ 192 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
20261 | 2024.08.18 06:25:22.388051 [ 203 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7036 rows, containing 4 columns (4 merged, 0 gathered) in 0.004409722 sec., 1595565.434737156 rows/sec., 103.99 MiB/sec. | ||
20262 | 2024.08.18 06:25:22.388843 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
20263 | 2024.08.18 06:25:22.389369 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20264 | 2024.08.18 06:25:22.389469 [ 189 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_116_23} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
20265 | 2024.08.18 06:25:22.389579 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
20266 | 2024.08.18 06:25:25.228987 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
20267 | 2024.08.18 06:25:25.229081 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
20268 | 2024.08.18 06:25:27.365329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20269 | 2024.08.18 06:25:27.365471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20270 | 2024.08.18 06:25:27.365501 [ 3 ] {} <Debug> HTTP-Session: 5353325e-e1ad-4485-8ca8-a61d9d22934e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20271 | 2024.08.18 06:25:27.365529 [ 3 ] {} <Debug> HTTP-Session: 5353325e-e1ad-4485-8ca8-a61d9d22934e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20272 | 2024.08.18 06:25:27.365547 [ 3 ] {} <Debug> HTTP-Session: 5353325e-e1ad-4485-8ca8-a61d9d22934e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20273 | 2024.08.18 06:25:27.365601 [ 3 ] {} <Trace> HTTP-Session: 5353325e-e1ad-4485-8ca8-a61d9d22934e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20274 | 2024.08.18 06:25:27.365806 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
20275 | 2024.08.18 06:25:27.365879 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
20276 | 2024.08.18 06:25:27.366090 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20277 | 2024.08.18 06:25:27.366515 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20278 | 2024.08.18 06:25:27.366556 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20279 | 2024.08.18 06:25:27.366927 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
20280 | 2024.08.18 06:25:27.367258 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20281 | 2024.08.18 06:25:27.367424 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001684 sec., 16033.254156769597 rows/sec., 1.27 MiB/sec. | ||
20282 | 2024.08.18 06:25:27.367647 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Debug> DynamicQueryHandler: Done processing query | ||
20283 | 2024.08.18 06:25:27.367685 [ 3 ] {ec2132fa-c977-4462-baf9-1afce62b363d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20284 | 2024.08.18 06:25:27.367716 [ 3 ] {} <Debug> HTTP-Session: 5353325e-e1ad-4485-8ca8-a61d9d22934e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20285 | 2024.08.18 06:25:27.367857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20286 | 2024.08.18 06:25:27.367907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20287 | 2024.08.18 06:25:27.367927 [ 3 ] {} <Debug> HTTP-Session: 6da0d3fd-238c-4cd5-84f2-9332b33676be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20288 | 2024.08.18 06:25:27.367943 [ 3 ] {} <Debug> HTTP-Session: 6da0d3fd-238c-4cd5-84f2-9332b33676be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20289 | 2024.08.18 06:25:27.367957 [ 3 ] {} <Debug> HTTP-Session: 6da0d3fd-238c-4cd5-84f2-9332b33676be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20290 | 2024.08.18 06:25:27.367988 [ 3 ] {} <Trace> HTTP-Session: 6da0d3fd-238c-4cd5-84f2-9332b33676be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20291 | 2024.08.18 06:25:27.368080 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
20292 | 2024.08.18 06:25:27.368123 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
20293 | 2024.08.18 06:25:27.368252 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20294 | 2024.08.18 06:25:27.368593 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20295 | 2024.08.18 06:25:27.368630 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20296 | 2024.08.18 06:25:27.368929 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
20297 | 2024.08.18 06:25:27.369226 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20298 | 2024.08.18 06:25:27.369385 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001321 sec., 1514.0045420136262 rows/sec., 123.46 KiB/sec. | ||
20299 | 2024.08.18 06:25:27.369559 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Debug> DynamicQueryHandler: Done processing query | ||
20300 | 2024.08.18 06:25:27.369582 [ 3 ] {d48b3e6c-bb78-4ccd-853a-36a8aeb78547} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20301 | 2024.08.18 06:25:27.369598 [ 3 ] {} <Debug> HTTP-Session: 6da0d3fd-238c-4cd5-84f2-9332b33676be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20302 | 2024.08.18 06:25:27.369767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20303 | 2024.08.18 06:25:27.369816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20304 | 2024.08.18 06:25:27.369836 [ 3 ] {} <Debug> HTTP-Session: 474e67f6-b876-4150-842d-e1a3cafdb430 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20305 | 2024.08.18 06:25:27.369852 [ 3 ] {} <Debug> HTTP-Session: 474e67f6-b876-4150-842d-e1a3cafdb430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20306 | 2024.08.18 06:25:27.369865 [ 3 ] {} <Debug> HTTP-Session: 474e67f6-b876-4150-842d-e1a3cafdb430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20307 | 2024.08.18 06:25:27.369897 [ 3 ] {} <Trace> HTTP-Session: 474e67f6-b876-4150-842d-e1a3cafdb430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20308 | 2024.08.18 06:25:27.370065 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20309 | 2024.08.18 06:25:27.370106 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20310 | 2024.08.18 06:25:27.370231 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20311 | 2024.08.18 06:25:27.370720 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20312 | 2024.08.18 06:25:27.370756 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20313 | 2024.08.18 06:25:27.371081 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
20314 | 2024.08.18 06:25:27.371382 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20315 | 2024.08.18 06:25:27.371528 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Debug> executeQuery: Read 271 rows, 24.27 KiB in 0.001551 sec., 174725.9832366215 rows/sec., 15.28 MiB/sec. | ||
20316 | 2024.08.18 06:25:27.371702 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Debug> DynamicQueryHandler: Done processing query | ||
20317 | 2024.08.18 06:25:27.371725 [ 3 ] {ce7801d9-73db-48c9-a804-c1d3dff64b76} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
20318 | 2024.08.18 06:25:27.371741 [ 3 ] {} <Debug> HTTP-Session: 474e67f6-b876-4150-842d-e1a3cafdb430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20319 | 2024.08.18 06:25:27.371861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20320 | 2024.08.18 06:25:27.371910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20321 | 2024.08.18 06:25:27.371929 [ 3 ] {} <Debug> HTTP-Session: 17455e6b-1415-411c-867c-8517fb9900b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20322 | 2024.08.18 06:25:27.371945 [ 3 ] {} <Debug> HTTP-Session: 17455e6b-1415-411c-867c-8517fb9900b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20323 | 2024.08.18 06:25:27.371958 [ 3 ] {} <Debug> HTTP-Session: 17455e6b-1415-411c-867c-8517fb9900b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20324 | 2024.08.18 06:25:27.371989 [ 3 ] {} <Trace> HTTP-Session: 17455e6b-1415-411c-867c-8517fb9900b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20325 | 2024.08.18 06:25:27.372086 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
20326 | 2024.08.18 06:25:27.372127 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
20327 | 2024.08.18 06:25:27.372254 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20328 | 2024.08.18 06:25:27.372520 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20329 | 2024.08.18 06:25:27.372557 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20330 | 2024.08.18 06:25:27.372851 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
20331 | 2024.08.18 06:25:27.373145 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20332 | 2024.08.18 06:25:27.373300 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001225 sec., 1632.6530612244899 rows/sec., 114.00 KiB/sec. | ||
20333 | 2024.08.18 06:25:27.373593 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Debug> DynamicQueryHandler: Done processing query | ||
20334 | 2024.08.18 06:25:27.373629 [ 3 ] {115ec847-5bbf-47db-8fd0-427c7bbe969c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20335 | 2024.08.18 06:25:27.373646 [ 3 ] {} <Debug> HTTP-Session: 17455e6b-1415-411c-867c-8517fb9900b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20336 | 2024.08.18 06:25:27.373753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20337 | 2024.08.18 06:25:27.373801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20338 | 2024.08.18 06:25:27.373820 [ 3 ] {} <Debug> HTTP-Session: aa4d2ab8-55ad-47ab-a2f2-da4da51bf2da Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20339 | 2024.08.18 06:25:27.373836 [ 3 ] {} <Debug> HTTP-Session: aa4d2ab8-55ad-47ab-a2f2-da4da51bf2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20340 | 2024.08.18 06:25:27.373850 [ 3 ] {} <Debug> HTTP-Session: aa4d2ab8-55ad-47ab-a2f2-da4da51bf2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20341 | 2024.08.18 06:25:27.373880 [ 3 ] {} <Trace> HTTP-Session: aa4d2ab8-55ad-47ab-a2f2-da4da51bf2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20342 | 2024.08.18 06:25:27.373980 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
20343 | 2024.08.18 06:25:27.374022 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
20344 | 2024.08.18 06:25:27.374166 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20345 | 2024.08.18 06:25:27.374459 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20346 | 2024.08.18 06:25:27.374495 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20347 | 2024.08.18 06:25:27.374798 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
20348 | 2024.08.18 06:25:27.375097 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20349 | 2024.08.18 06:25:27.375255 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001293 sec., 10827.53286929621 rows/sec., 758.29 KiB/sec. | ||
20350 | 2024.08.18 06:25:27.375449 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Debug> DynamicQueryHandler: Done processing query | ||
20351 | 2024.08.18 06:25:27.375482 [ 3 ] {9f3cb10d-f612-4b19-8cf1-bf098f9a80c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20352 | 2024.08.18 06:25:27.375502 [ 3 ] {} <Debug> HTTP-Session: aa4d2ab8-55ad-47ab-a2f2-da4da51bf2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20353 | 2024.08.18 06:25:27.375621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20354 | 2024.08.18 06:25:27.375669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20355 | 2024.08.18 06:25:27.375689 [ 3 ] {} <Debug> HTTP-Session: 735c6495-1e87-446f-9bb2-1363c196838d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20356 | 2024.08.18 06:25:27.375705 [ 3 ] {} <Debug> HTTP-Session: 735c6495-1e87-446f-9bb2-1363c196838d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20357 | 2024.08.18 06:25:27.375718 [ 3 ] {} <Debug> HTTP-Session: 735c6495-1e87-446f-9bb2-1363c196838d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20358 | 2024.08.18 06:25:27.375749 [ 3 ] {} <Trace> HTTP-Session: 735c6495-1e87-446f-9bb2-1363c196838d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20359 | 2024.08.18 06:25:27.375842 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
20360 | 2024.08.18 06:25:27.375882 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
20361 | 2024.08.18 06:25:27.376011 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20362 | 2024.08.18 06:25:27.376304 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20363 | 2024.08.18 06:25:27.376340 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20364 | 2024.08.18 06:25:27.376641 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
20365 | 2024.08.18 06:25:27.376949 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20366 | 2024.08.18 06:25:27.377096 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001278 sec., 4694.835680751174 rows/sec., 277.38 KiB/sec. | ||
20367 | 2024.08.18 06:25:27.377249 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Debug> DynamicQueryHandler: Done processing query | ||
20368 | 2024.08.18 06:25:27.377272 [ 3 ] {5ee41fd1-6b5d-44cd-88c7-1aad5848f21d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20369 | 2024.08.18 06:25:27.377287 [ 3 ] {} <Debug> HTTP-Session: 735c6495-1e87-446f-9bb2-1363c196838d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20370 | 2024.08.18 06:25:27.377467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20371 | 2024.08.18 06:25:27.377514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20372 | 2024.08.18 06:25:27.377535 [ 3 ] {} <Debug> HTTP-Session: 8a4b74fa-55f2-4be6-9064-bd938080c41e Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20373 | 2024.08.18 06:25:27.377551 [ 3 ] {} <Debug> HTTP-Session: 8a4b74fa-55f2-4be6-9064-bd938080c41e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20374 | 2024.08.18 06:25:27.377564 [ 3 ] {} <Debug> HTTP-Session: 8a4b74fa-55f2-4be6-9064-bd938080c41e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20375 | 2024.08.18 06:25:27.377595 [ 3 ] {} <Trace> HTTP-Session: 8a4b74fa-55f2-4be6-9064-bd938080c41e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20376 | 2024.08.18 06:25:27.377796 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20377 | 2024.08.18 06:25:27.377838 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20378 | 2024.08.18 06:25:27.377962 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20379 | 2024.08.18 06:25:27.378476 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20380 | 2024.08.18 06:25:27.378511 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20381 | 2024.08.18 06:25:27.378837 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
20382 | 2024.08.18 06:25:27.379133 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20383 | 2024.08.18 06:25:27.379274 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001581 sec., 259962.04933586338 rows/sec., 18.53 MiB/sec. | ||
20384 | 2024.08.18 06:25:27.379511 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Debug> DynamicQueryHandler: Done processing query | ||
20385 | 2024.08.18 06:25:27.379535 [ 3 ] {1a6e508c-6409-4252-858b-1273b437918a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
20386 | 2024.08.18 06:25:27.379582 [ 3 ] {} <Debug> HTTP-Session: 8a4b74fa-55f2-4be6-9064-bd938080c41e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20387 | 2024.08.18 06:25:27.379801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20388 | 2024.08.18 06:25:27.379934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20389 | 2024.08.18 06:25:27.380003 [ 3 ] {} <Debug> HTTP-Session: 9b007216-0c68-43c9-ac00-0621630754fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20390 | 2024.08.18 06:25:27.380057 [ 3 ] {} <Debug> HTTP-Session: 9b007216-0c68-43c9-ac00-0621630754fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20391 | 2024.08.18 06:25:27.380106 [ 3 ] {} <Debug> HTTP-Session: 9b007216-0c68-43c9-ac00-0621630754fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20392 | 2024.08.18 06:25:27.380158 [ 3 ] {} <Trace> HTTP-Session: 9b007216-0c68-43c9-ac00-0621630754fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20393 | 2024.08.18 06:25:27.380258 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
20394 | 2024.08.18 06:25:27.380301 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
20395 | 2024.08.18 06:25:27.380449 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20396 | 2024.08.18 06:25:27.380698 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20397 | 2024.08.18 06:25:27.380733 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20398 | 2024.08.18 06:25:27.381088 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
20399 | 2024.08.18 06:25:27.381397 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20400 | 2024.08.18 06:25:27.381541 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec. | ||
20401 | 2024.08.18 06:25:27.381727 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Debug> DynamicQueryHandler: Done processing query | ||
20402 | 2024.08.18 06:25:27.381751 [ 3 ] {9cdf75d2-7280-41f6-969c-8ddcf55b1717} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
20403 | 2024.08.18 06:25:27.381766 [ 3 ] {} <Debug> HTTP-Session: 9b007216-0c68-43c9-ac00-0621630754fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20404 | 2024.08.18 06:25:27.381912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20405 | 2024.08.18 06:25:27.381958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20406 | 2024.08.18 06:25:27.381977 [ 3 ] {} <Debug> HTTP-Session: 70e403fe-1ba3-4394-aa49-6301287ab958 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20407 | 2024.08.18 06:25:27.381995 [ 3 ] {} <Debug> HTTP-Session: 70e403fe-1ba3-4394-aa49-6301287ab958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20408 | 2024.08.18 06:25:27.382008 [ 3 ] {} <Debug> HTTP-Session: 70e403fe-1ba3-4394-aa49-6301287ab958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20409 | 2024.08.18 06:25:27.382038 [ 3 ] {} <Trace> HTTP-Session: 70e403fe-1ba3-4394-aa49-6301287ab958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20410 | 2024.08.18 06:25:27.382220 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20411 | 2024.08.18 06:25:27.382264 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20412 | 2024.08.18 06:25:27.382418 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20413 | 2024.08.18 06:25:27.382821 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20414 | 2024.08.18 06:25:27.382856 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20415 | 2024.08.18 06:25:27.383229 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
20416 | 2024.08.18 06:25:27.383556 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20417 | 2024.08.18 06:25:27.383706 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001592 sec., 149497.48743718592 rows/sec., 10.02 MiB/sec. | ||
20418 | 2024.08.18 06:25:27.383729 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_112_23 to all_117_117_0 | ||
20419 | 2024.08.18 06:25:27.383835 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20420 | 2024.08.18 06:25:27.383871 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20421 | 2024.08.18 06:25:27.383945 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Debug> DynamicQueryHandler: Done processing query | ||
20422 | 2024.08.18 06:25:27.384003 [ 3 ] {75cfe632-4200-49fc-844e-85d14136b9cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
20423 | 2024.08.18 06:25:27.384065 [ 3 ] {} <Debug> HTTP-Session: 70e403fe-1ba3-4394-aa49-6301287ab958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20424 | 2024.08.18 06:25:27.384113 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_112_23 to all_117_117_0 into Compact with storage Full | ||
20425 | 2024.08.18 06:25:27.384218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20426 | 2024.08.18 06:25:27.384311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20427 | 2024.08.18 06:25:27.384375 [ 3 ] {} <Debug> HTTP-Session: c8224551-c311-4d16-9da6-fa2dc870becf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20428 | 2024.08.18 06:25:27.384422 [ 3 ] {} <Debug> HTTP-Session: c8224551-c311-4d16-9da6-fa2dc870becf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20429 | 2024.08.18 06:25:27.384464 [ 3 ] {} <Debug> HTTP-Session: c8224551-c311-4d16-9da6-fa2dc870becf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20430 | 2024.08.18 06:25:27.384474 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20431 | 2024.08.18 06:25:27.384519 [ 3 ] {} <Trace> HTTP-Session: c8224551-c311-4d16-9da6-fa2dc870becf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20432 | 2024.08.18 06:25:27.384550 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_112_23, total 31359 rows starting from the beginning of the part | ||
20433 | 2024.08.18 06:25:27.384763 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
20434 | 2024.08.18 06:25:27.384894 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part | ||
20435 | 2024.08.18 06:25:27.384916 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
20436 | 2024.08.18 06:25:27.385276 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 161 rows starting from the beginning of the part | ||
20437 | 2024.08.18 06:25:27.385681 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
20438 | 2024.08.18 06:25:27.385832 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20439 | 2024.08.18 06:25:27.385991 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
20440 | 2024.08.18 06:25:27.386299 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 238 rows starting from the beginning of the part | ||
20441 | 2024.08.18 06:25:27.387001 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20442 | 2024.08.18 06:25:27.387045 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20443 | 2024.08.18 06:25:27.387812 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
20444 | 2024.08.18 06:25:27.388207 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20445 | 2024.08.18 06:25:27.388394 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003744 sec., 267.0940170940171 rows/sec., 18.00 KiB/sec. | ||
20446 | 2024.08.18 06:25:27.389038 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Debug> DynamicQueryHandler: Done processing query | ||
20447 | 2024.08.18 06:25:27.389122 [ 3 ] {a4a2cc01-b2c3-4f75-b173-c327d6ea3f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
20448 | 2024.08.18 06:25:27.389220 [ 3 ] {} <Debug> HTTP-Session: c8224551-c311-4d16-9da6-fa2dc870becf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20449 | 2024.08.18 06:25:27.389550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20450 | 2024.08.18 06:25:27.389721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20451 | 2024.08.18 06:25:27.389783 [ 3 ] {} <Debug> HTTP-Session: e3312747-0036-48f9-84d1-5fc139d71881 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20452 | 2024.08.18 06:25:27.389825 [ 3 ] {} <Debug> HTTP-Session: e3312747-0036-48f9-84d1-5fc139d71881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20453 | 2024.08.18 06:25:27.389866 [ 3 ] {} <Debug> HTTP-Session: e3312747-0036-48f9-84d1-5fc139d71881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20454 | 2024.08.18 06:25:27.389964 [ 3 ] {} <Trace> HTTP-Session: e3312747-0036-48f9-84d1-5fc139d71881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20455 | 2024.08.18 06:25:27.390373 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20456 | 2024.08.18 06:25:27.390459 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <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 | ||
20457 | 2024.08.18 06:25:27.391081 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20458 | 2024.08.18 06:25:27.392037 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20459 | 2024.08.18 06:25:27.392074 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20460 | 2024.08.18 06:25:27.392770 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
20461 | 2024.08.18 06:25:27.393249 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20462 | 2024.08.18 06:25:27.393576 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003443 sec., 7841.998257333721 rows/sec., 14.05 MiB/sec. | ||
20463 | 2024.08.18 06:25:27.393893 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Debug> DynamicQueryHandler: Done processing query | ||
20464 | 2024.08.18 06:25:27.393926 [ 3 ] {70c12f07-dc0a-4f15-b17f-4f1fd9e1f980} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
20465 | 2024.08.18 06:25:27.393945 [ 3 ] {} <Debug> HTTP-Session: e3312747-0036-48f9-84d1-5fc139d71881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20466 | 2024.08.18 06:25:27.394093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20467 | 2024.08.18 06:25:27.394146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20468 | 2024.08.18 06:25:27.394166 [ 3 ] {} <Debug> HTTP-Session: f3c4ca46-663b-480b-81ba-1e70d80c251f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20469 | 2024.08.18 06:25:27.394183 [ 3 ] {} <Debug> HTTP-Session: f3c4ca46-663b-480b-81ba-1e70d80c251f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20470 | 2024.08.18 06:25:27.394196 [ 3 ] {} <Debug> HTTP-Session: f3c4ca46-663b-480b-81ba-1e70d80c251f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20471 | 2024.08.18 06:25:27.394227 [ 3 ] {} <Trace> HTTP-Session: f3c4ca46-663b-480b-81ba-1e70d80c251f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20472 | 2024.08.18 06:25:27.394383 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20473 | 2024.08.18 06:25:27.394432 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20474 | 2024.08.18 06:25:27.394606 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20475 | 2024.08.18 06:25:27.395076 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20476 | 2024.08.18 06:25:27.395112 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20477 | 2024.08.18 06:25:27.395593 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
20478 | 2024.08.18 06:25:27.396192 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20479 | 2024.08.18 06:25:27.396261 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32187 rows, containing 5 columns (5 merged, 0 gathered) in 0.01229418 sec., 2618068.0614729896 rows/sec., 176.93 MiB/sec. | ||
20480 | 2024.08.18 06:25:27.396416 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002089 sec., 39253.23121110579 rows/sec., 2.49 MiB/sec. | ||
20481 | 2024.08.18 06:25:27.396715 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Debug> DynamicQueryHandler: Done processing query | ||
20482 | 2024.08.18 06:25:27.396778 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) | ||
20483 | 2024.08.18 06:25:27.396810 [ 3 ] {c4d7a42a-6cb3-445c-9ef8-a0d846610961} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
20484 | 2024.08.18 06:25:27.396911 [ 3 ] {} <Debug> HTTP-Session: f3c4ca46-663b-480b-81ba-1e70d80c251f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20485 | 2024.08.18 06:25:27.397521 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20486 | 2024.08.18 06:25:27.397610 [ 198 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_112_23, all_117_117_0] -> all_1_117_24 | ||
20487 | 2024.08.18 06:25:27.397698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
20488 | 2024.08.18 06:25:32.120694 [ 221 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): 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] | ||
20489 | 2024.08.18 06:25:32.120794 [ 221 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): 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] | ||
20490 | 2024.08.18 06:25:32.127548 [ 221 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): 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] | ||
20491 | 2024.08.18 06:25:32.316172 [ 221 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): 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] | ||
20492 | 2024.08.18 06:25:32.316237 [ 221 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): 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] | ||
20493 | 2024.08.18 06:25:32.319129 [ 221 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): 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] | ||
20494 | 2024.08.18 06:25:32.360578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20495 | 2024.08.18 06:25:32.360753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20496 | 2024.08.18 06:25:32.360799 [ 3 ] {} <Debug> HTTP-Session: 8dac4554-bdf2-4173-99f9-36ad6845beb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20497 | 2024.08.18 06:25:32.360842 [ 3 ] {} <Debug> HTTP-Session: 8dac4554-bdf2-4173-99f9-36ad6845beb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20498 | 2024.08.18 06:25:32.360871 [ 3 ] {} <Debug> HTTP-Session: 8dac4554-bdf2-4173-99f9-36ad6845beb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20499 | 2024.08.18 06:25:32.360951 [ 3 ] {} <Trace> HTTP-Session: 8dac4554-bdf2-4173-99f9-36ad6845beb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20500 | 2024.08.18 06:25:32.361242 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
20501 | 2024.08.18 06:25:32.361313 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
20502 | 2024.08.18 06:25:32.361527 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20503 | 2024.08.18 06:25:32.361972 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20504 | 2024.08.18 06:25:32.362017 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20505 | 2024.08.18 06:25:32.362400 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
20506 | 2024.08.18 06:25:32.362738 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20507 | 2024.08.18 06:25:32.362913 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001767 sec., 16411.997736276175 rows/sec., 1.30 MiB/sec. | ||
20508 | 2024.08.18 06:25:32.363134 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Debug> DynamicQueryHandler: Done processing query | ||
20509 | 2024.08.18 06:25:32.363160 [ 3 ] {4b4556b0-1de4-4167-b06b-14a80adb7040} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20510 | 2024.08.18 06:25:32.363176 [ 3 ] {} <Debug> HTTP-Session: 8dac4554-bdf2-4173-99f9-36ad6845beb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20511 | 2024.08.18 06:25:32.363363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20512 | 2024.08.18 06:25:32.363417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20513 | 2024.08.18 06:25:32.363437 [ 3 ] {} <Debug> HTTP-Session: 08a2b615-9317-4f3c-9df8-3a0626e5a3e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20514 | 2024.08.18 06:25:32.363455 [ 3 ] {} <Debug> HTTP-Session: 08a2b615-9317-4f3c-9df8-3a0626e5a3e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20515 | 2024.08.18 06:25:32.363469 [ 3 ] {} <Debug> HTTP-Session: 08a2b615-9317-4f3c-9df8-3a0626e5a3e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20516 | 2024.08.18 06:25:32.363504 [ 3 ] {} <Trace> HTTP-Session: 08a2b615-9317-4f3c-9df8-3a0626e5a3e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20517 | 2024.08.18 06:25:32.363651 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20518 | 2024.08.18 06:25:32.363696 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20519 | 2024.08.18 06:25:32.363830 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20520 | 2024.08.18 06:25:32.364325 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20521 | 2024.08.18 06:25:32.364362 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20522 | 2024.08.18 06:25:32.364693 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
20523 | 2024.08.18 06:25:32.365002 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20524 | 2024.08.18 06:25:32.365154 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.001568 sec., 91198.97959183673 rows/sec., 7.63 MiB/sec. | ||
20525 | 2024.08.18 06:25:32.365330 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Debug> DynamicQueryHandler: Done processing query | ||
20526 | 2024.08.18 06:25:32.365353 [ 3 ] {b5c47202-2d69-4aec-82f0-fb6c14380f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
20527 | 2024.08.18 06:25:32.365370 [ 3 ] {} <Debug> HTTP-Session: 08a2b615-9317-4f3c-9df8-3a0626e5a3e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20528 | 2024.08.18 06:25:32.365557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20529 | 2024.08.18 06:25:32.365605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20530 | 2024.08.18 06:25:32.365625 [ 3 ] {} <Debug> HTTP-Session: 9aeef6ea-5df1-40dc-bd10-02458e057643 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20531 | 2024.08.18 06:25:32.365642 [ 3 ] {} <Debug> HTTP-Session: 9aeef6ea-5df1-40dc-bd10-02458e057643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20532 | 2024.08.18 06:25:32.365656 [ 3 ] {} <Debug> HTTP-Session: 9aeef6ea-5df1-40dc-bd10-02458e057643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20533 | 2024.08.18 06:25:32.365687 [ 3 ] {} <Trace> HTTP-Session: 9aeef6ea-5df1-40dc-bd10-02458e057643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20534 | 2024.08.18 06:25:32.365807 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20535 | 2024.08.18 06:25:32.365850 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20536 | 2024.08.18 06:25:32.365979 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20537 | 2024.08.18 06:25:32.366305 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20538 | 2024.08.18 06:25:32.366341 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20539 | 2024.08.18 06:25:32.366666 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
20540 | 2024.08.18 06:25:32.366974 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20541 | 2024.08.18 06:25:32.367119 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001358 sec., 68483.06332842415 rows/sec., 5.35 MiB/sec. | ||
20542 | 2024.08.18 06:25:32.367258 [ 224 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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] | ||
20543 | 2024.08.18 06:25:32.367298 [ 224 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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] | ||
20544 | 2024.08.18 06:25:32.367306 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Debug> DynamicQueryHandler: Done processing query | ||
20545 | 2024.08.18 06:25:32.367340 [ 3 ] {25e6c093-335a-4e7a-9438-bb744b85b5bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
20546 | 2024.08.18 06:25:32.367365 [ 3 ] {} <Debug> HTTP-Session: 9aeef6ea-5df1-40dc-bd10-02458e057643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20547 | 2024.08.18 06:25:32.367533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20548 | 2024.08.18 06:25:32.367579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20549 | 2024.08.18 06:25:32.367599 [ 3 ] {} <Debug> HTTP-Session: cce33406-9760-4eb5-ad04-92438d0123a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20550 | 2024.08.18 06:25:32.367621 [ 3 ] {} <Debug> HTTP-Session: cce33406-9760-4eb5-ad04-92438d0123a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20551 | 2024.08.18 06:25:32.367639 [ 3 ] {} <Debug> HTTP-Session: cce33406-9760-4eb5-ad04-92438d0123a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20552 | 2024.08.18 06:25:32.367677 [ 3 ] {} <Trace> HTTP-Session: cce33406-9760-4eb5-ad04-92438d0123a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20553 | 2024.08.18 06:25:32.367850 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20554 | 2024.08.18 06:25:32.367917 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20555 | 2024.08.18 06:25:32.368074 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20556 | 2024.08.18 06:25:32.368565 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20557 | 2024.08.18 06:25:32.368605 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20558 | 2024.08.18 06:25:32.369110 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
20559 | 2024.08.18 06:25:32.369551 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20560 | 2024.08.18 06:25:32.369835 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002056 sec., 77821.01167315175 rows/sec., 5.42 MiB/sec. | ||
20561 | 2024.08.18 06:25:32.369984 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): 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] | ||
20562 | 2024.08.18 06:25:32.370055 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): 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] | ||
20563 | 2024.08.18 06:25:32.370094 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Debug> DynamicQueryHandler: Done processing query | ||
20564 | 2024.08.18 06:25:32.370143 [ 3 ] {5866b2f5-2d2b-49f0-a754-9ccfc5c03c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
20565 | 2024.08.18 06:25:32.370189 [ 3 ] {} <Debug> HTTP-Session: cce33406-9760-4eb5-ad04-92438d0123a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20566 | 2024.08.18 06:25:32.370322 [ 224 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): 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] | ||
20567 | 2024.08.18 06:25:32.370411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20568 | 2024.08.18 06:25:32.370497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20569 | 2024.08.18 06:25:32.370541 [ 3 ] {} <Debug> HTTP-Session: 0726ff00-744a-4481-99d5-607eb9b578f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20570 | 2024.08.18 06:25:32.370572 [ 3 ] {} <Debug> HTTP-Session: 0726ff00-744a-4481-99d5-607eb9b578f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20571 | 2024.08.18 06:25:32.370602 [ 3 ] {} <Debug> HTTP-Session: 0726ff00-744a-4481-99d5-607eb9b578f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20572 | 2024.08.18 06:25:32.370691 [ 3 ] {} <Trace> HTTP-Session: 0726ff00-744a-4481-99d5-607eb9b578f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20573 | 2024.08.18 06:25:32.371211 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20574 | 2024.08.18 06:25:32.371547 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <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 | ||
20575 | 2024.08.18 06:25:32.372762 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20576 | 2024.08.18 06:25:32.374195 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20577 | 2024.08.18 06:25:32.374234 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20578 | 2024.08.18 06:25:32.374589 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): 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] | ||
20579 | 2024.08.18 06:25:32.376288 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
20580 | 2024.08.18 06:25:32.376740 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20581 | 2024.08.18 06:25:32.376934 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.006061 sec., 4784.688995215311 rows/sec., 8.57 MiB/sec. | ||
20582 | 2024.08.18 06:25:32.377178 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Debug> DynamicQueryHandler: Done processing query | ||
20583 | 2024.08.18 06:25:32.377204 [ 3 ] {c0f57a9a-b20c-4c1d-a12f-81200549a5ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
20584 | 2024.08.18 06:25:32.377220 [ 3 ] {} <Debug> HTTP-Session: 0726ff00-744a-4481-99d5-607eb9b578f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20585 | 2024.08.18 06:25:32.377354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20586 | 2024.08.18 06:25:32.377404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20587 | 2024.08.18 06:25:32.377426 [ 3 ] {} <Debug> HTTP-Session: 91609c49-f0ad-4a81-b0ff-e79f809d32ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20588 | 2024.08.18 06:25:32.377443 [ 3 ] {} <Debug> HTTP-Session: 91609c49-f0ad-4a81-b0ff-e79f809d32ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20589 | 2024.08.18 06:25:32.377457 [ 3 ] {} <Debug> HTTP-Session: 91609c49-f0ad-4a81-b0ff-e79f809d32ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20590 | 2024.08.18 06:25:32.377488 [ 3 ] {} <Trace> HTTP-Session: 91609c49-f0ad-4a81-b0ff-e79f809d32ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20591 | 2024.08.18 06:25:32.377618 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20592 | 2024.08.18 06:25:32.377662 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20593 | 2024.08.18 06:25:32.377794 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20594 | 2024.08.18 06:25:32.378131 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20595 | 2024.08.18 06:25:32.378168 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20596 | 2024.08.18 06:25:32.378537 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
20597 | 2024.08.18 06:25:32.378855 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20598 | 2024.08.18 06:25:32.379002 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
20599 | 2024.08.18 06:25:32.379177 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Debug> DynamicQueryHandler: Done processing query | ||
20600 | 2024.08.18 06:25:32.379201 [ 3 ] {cc10a231-1936-4deb-a449-b2750725fd14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20601 | 2024.08.18 06:25:32.379216 [ 3 ] {} <Debug> HTTP-Session: 91609c49-f0ad-4a81-b0ff-e79f809d32ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20602 | 2024.08.18 06:25:36.870776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20603 | 2024.08.18 06:25:36.870915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20604 | 2024.08.18 06:25:36.870947 [ 3 ] {} <Debug> HTTP-Session: 9840957a-065e-48be-ae22-9e04852160ea Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20605 | 2024.08.18 06:25:36.870975 [ 3 ] {} <Debug> HTTP-Session: 9840957a-065e-48be-ae22-9e04852160ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20606 | 2024.08.18 06:25:36.870993 [ 3 ] {} <Debug> HTTP-Session: 9840957a-065e-48be-ae22-9e04852160ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20607 | 2024.08.18 06:25:36.871051 [ 3 ] {} <Trace> HTTP-Session: 9840957a-065e-48be-ae22-9e04852160ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20608 | 2024.08.18 06:25:36.871258 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
20609 | 2024.08.18 06:25:36.871330 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
20610 | 2024.08.18 06:25:36.871535 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20611 | 2024.08.18 06:25:36.871981 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20612 | 2024.08.18 06:25:36.872026 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20613 | 2024.08.18 06:25:36.872470 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
20614 | 2024.08.18 06:25:36.872888 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20615 | 2024.08.18 06:25:36.873051 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001861 sec., 14508.328855454056 rows/sec., 1.15 MiB/sec. | ||
20616 | 2024.08.18 06:25:36.873268 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Debug> DynamicQueryHandler: Done processing query | ||
20617 | 2024.08.18 06:25:36.873300 [ 3 ] {cab3239f-a48b-421e-bfc1-df84db0a4674} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20618 | 2024.08.18 06:25:36.873322 [ 3 ] {} <Debug> HTTP-Session: 9840957a-065e-48be-ae22-9e04852160ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20619 | 2024.08.18 06:25:36.873596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 205622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20620 | 2024.08.18 06:25:36.873654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20621 | 2024.08.18 06:25:36.873679 [ 3 ] {} <Debug> HTTP-Session: c7d5501c-2152-40f8-b68d-8c19671fc672 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20622 | 2024.08.18 06:25:36.873701 [ 3 ] {} <Debug> HTTP-Session: c7d5501c-2152-40f8-b68d-8c19671fc672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20623 | 2024.08.18 06:25:36.873721 [ 3 ] {} <Debug> HTTP-Session: c7d5501c-2152-40f8-b68d-8c19671fc672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20624 | 2024.08.18 06:25:36.873761 [ 3 ] {} <Trace> HTTP-Session: c7d5501c-2152-40f8-b68d-8c19671fc672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20625 | 2024.08.18 06:25:36.874273 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20626 | 2024.08.18 06:25:36.874321 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20627 | 2024.08.18 06:25:36.874450 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20628 | 2024.08.18 06:25:36.875683 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20629 | 2024.08.18 06:25:36.875721 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20630 | 2024.08.18 06:25:36.876131 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
20631 | 2024.08.18 06:25:36.876451 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20632 | 2024.08.18 06:25:36.876577 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Debug> executeQuery: Read 1410 rows, 120.31 KiB in 0.002647 sec., 532678.5039667548 rows/sec., 44.39 MiB/sec. | ||
20633 | 2024.08.18 06:25:36.876796 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Debug> DynamicQueryHandler: Done processing query | ||
20634 | 2024.08.18 06:25:36.876822 [ 3 ] {5cb8663f-a5ee-4f52-9249-7a47fc8dde84} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
20635 | 2024.08.18 06:25:36.876868 [ 3 ] {} <Debug> HTTP-Session: c7d5501c-2152-40f8-b68d-8c19671fc672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20636 | 2024.08.18 06:25:36.877133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 32349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20637 | 2024.08.18 06:25:36.877187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20638 | 2024.08.18 06:25:36.877206 [ 3 ] {} <Debug> HTTP-Session: d602f21c-b587-41c9-802e-f1df2dc1518d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20639 | 2024.08.18 06:25:36.877223 [ 3 ] {} <Debug> HTTP-Session: d602f21c-b587-41c9-802e-f1df2dc1518d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20640 | 2024.08.18 06:25:36.877237 [ 3 ] {} <Debug> HTTP-Session: d602f21c-b587-41c9-802e-f1df2dc1518d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20641 | 2024.08.18 06:25:36.877269 [ 3 ] {} <Trace> HTTP-Session: d602f21c-b587-41c9-802e-f1df2dc1518d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20642 | 2024.08.18 06:25:36.877432 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
20643 | 2024.08.18 06:25:36.877476 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
20644 | 2024.08.18 06:25:36.877617 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20645 | 2024.08.18 06:25:36.878040 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20646 | 2024.08.18 06:25:36.878079 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20647 | 2024.08.18 06:25:36.878411 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
20648 | 2024.08.18 06:25:36.878730 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20649 | 2024.08.18 06:25:36.878851 [ 76 ] {} <Debug> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
20650 | 2024.08.18 06:25:36.878855 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001502 sec., 161118.5086551265 rows/sec., 10.92 MiB/sec. | ||
20651 | 2024.08.18 06:25:36.878890 [ 76 ] {} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20652 | 2024.08.18 06:25:36.878929 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20653 | 2024.08.18 06:25:36.879164 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Debug> DynamicQueryHandler: Done processing query | ||
20654 | 2024.08.18 06:25:36.879225 [ 3 ] {7e4d03e5-8b44-4ad9-860f-10d72e3addc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
20655 | 2024.08.18 06:25:36.879236 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::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 | ||
20656 | 2024.08.18 06:25:36.879248 [ 3 ] {} <Debug> HTTP-Session: d602f21c-b587-41c9-802e-f1df2dc1518d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20657 | 2024.08.18 06:25:36.879547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20658 | 2024.08.18 06:25:36.879712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20659 | 2024.08.18 06:25:36.879803 [ 3 ] {} <Debug> HTTP-Session: 10645993-8f41-4088-a0fd-a16cb51b16f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20660 | 2024.08.18 06:25:36.879848 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20661 | 2024.08.18 06:25:36.879887 [ 3 ] {} <Debug> HTTP-Session: 10645993-8f41-4088-a0fd-a16cb51b16f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20662 | 2024.08.18 06:25:36.879954 [ 3 ] {} <Debug> HTTP-Session: 10645993-8f41-4088-a0fd-a16cb51b16f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20663 | 2024.08.18 06:25:36.879975 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
20664 | 2024.08.18 06:25:36.880103 [ 3 ] {} <Trace> HTTP-Session: 10645993-8f41-4088-a0fd-a16cb51b16f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20665 | 2024.08.18 06:25:36.880419 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
20666 | 2024.08.18 06:25:36.880683 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
20667 | 2024.08.18 06:25:36.880906 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
20668 | 2024.08.18 06:25:36.880932 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
20669 | 2024.08.18 06:25:36.881355 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
20670 | 2024.08.18 06:25:36.881701 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
20671 | 2024.08.18 06:25:36.882033 [ 203 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
20672 | 2024.08.18 06:25:36.882340 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20673 | 2024.08.18 06:25:36.883263 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20674 | 2024.08.18 06:25:36.883329 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20675 | 2024.08.18 06:25:36.884234 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
20676 | 2024.08.18 06:25:36.884907 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.00586098 sec., 131036.10658968295 rows/sec., 8.39 MiB/sec. | ||
20677 | 2024.08.18 06:25:36.884961 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20678 | 2024.08.18 06:25:36.885225 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004793 sec., 1251.82557896933 rows/sec., 73.96 KiB/sec. | ||
20679 | 2024.08.18 06:25:36.885241 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
20680 | 2024.08.18 06:25:36.885759 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Debug> DynamicQueryHandler: Done processing query | ||
20681 | 2024.08.18 06:25:36.885862 [ 3 ] {fbf09d08-3348-4114-b421-58e842ebbed2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20682 | 2024.08.18 06:25:36.885938 [ 3 ] {} <Debug> HTTP-Session: 10645993-8f41-4088-a0fd-a16cb51b16f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20683 | 2024.08.18 06:25:36.886260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 141343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20684 | 2024.08.18 06:25:36.886359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20685 | 2024.08.18 06:25:36.886400 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20686 | 2024.08.18 06:25:36.886411 [ 3 ] {} <Debug> HTTP-Session: 9e0a33f5-7434-4c66-ace3-a63d0f26772a Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20687 | 2024.08.18 06:25:36.886480 [ 3 ] {} <Debug> HTTP-Session: 9e0a33f5-7434-4c66-ace3-a63d0f26772a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20688 | 2024.08.18 06:25:36.886519 [ 3 ] {} <Debug> HTTP-Session: 9e0a33f5-7434-4c66-ace3-a63d0f26772a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20689 | 2024.08.18 06:25:36.886574 [ 3 ] {} <Trace> HTTP-Session: 9e0a33f5-7434-4c66-ace3-a63d0f26772a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20690 | 2024.08.18 06:25:36.886592 [ 210 ] {263e116d-fc7a-4ae6-aa10-6fe11e4d85dd::all_1_51_10} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
20691 | 2024.08.18 06:25:36.886756 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
20692 | 2024.08.18 06:25:36.886998 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20693 | 2024.08.18 06:25:36.887049 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20694 | 2024.08.18 06:25:36.887201 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20695 | 2024.08.18 06:25:36.888036 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20696 | 2024.08.18 06:25:36.888075 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20697 | 2024.08.18 06:25:36.888446 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
20698 | 2024.08.18 06:25:36.888770 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20699 | 2024.08.18 06:25:36.888918 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Debug> executeQuery: Read 865 rows, 64.13 KiB in 0.002166 sec., 399353.6472760849 rows/sec., 28.91 MiB/sec. | ||
20700 | 2024.08.18 06:25:36.889109 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Debug> DynamicQueryHandler: Done processing query | ||
20701 | 2024.08.18 06:25:36.889135 [ 3 ] {d41fc000-319b-497c-bf06-21fe5d884c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
20702 | 2024.08.18 06:25:36.889151 [ 3 ] {} <Debug> HTTP-Session: 9e0a33f5-7434-4c66-ace3-a63d0f26772a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20703 | 2024.08.18 06:25:36.889334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20704 | 2024.08.18 06:25:36.889384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20705 | 2024.08.18 06:25:36.889404 [ 3 ] {} <Debug> HTTP-Session: 2f510069-335a-40d6-ace1-50991fa2fcd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20706 | 2024.08.18 06:25:36.889423 [ 3 ] {} <Debug> HTTP-Session: 2f510069-335a-40d6-ace1-50991fa2fcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20707 | 2024.08.18 06:25:36.889437 [ 3 ] {} <Debug> HTTP-Session: 2f510069-335a-40d6-ace1-50991fa2fcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20708 | 2024.08.18 06:25:36.889468 [ 3 ] {} <Trace> HTTP-Session: 2f510069-335a-40d6-ace1-50991fa2fcd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20709 | 2024.08.18 06:25:36.889564 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
20710 | 2024.08.18 06:25:36.889608 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
20711 | 2024.08.18 06:25:36.889746 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20712 | 2024.08.18 06:25:36.890018 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20713 | 2024.08.18 06:25:36.890054 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20714 | 2024.08.18 06:25:36.890422 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
20715 | 2024.08.18 06:25:36.890754 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20716 | 2024.08.18 06:25:36.890914 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
20717 | 2024.08.18 06:25:36.890924 [ 97 ] {} <Debug> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
20718 | 2024.08.18 06:25:36.891023 [ 97 ] {} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20719 | 2024.08.18 06:25:36.891069 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20720 | 2024.08.18 06:25:36.891217 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Debug> DynamicQueryHandler: Done processing query | ||
20721 | 2024.08.18 06:25:36.891289 [ 3 ] {42734547-1928-4c41-898d-f39d541718bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
20722 | 2024.08.18 06:25:36.891297 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20723 | 2024.08.18 06:25:36.891353 [ 3 ] {} <Debug> HTTP-Session: 2f510069-335a-40d6-ace1-50991fa2fcd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20724 | 2024.08.18 06:25:36.891884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 170755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20725 | 2024.08.18 06:25:36.892100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20726 | 2024.08.18 06:25:36.892088 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20727 | 2024.08.18 06:25:36.892206 [ 3 ] {} <Debug> HTTP-Session: e996d64e-cca0-44ba-a6ae-b5a0c79d95ab Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20728 | 2024.08.18 06:25:36.892276 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20729 | 2024.08.18 06:25:36.892301 [ 3 ] {} <Debug> HTTP-Session: e996d64e-cca0-44ba-a6ae-b5a0c79d95ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20730 | 2024.08.18 06:25:36.892373 [ 3 ] {} <Debug> HTTP-Session: e996d64e-cca0-44ba-a6ae-b5a0c79d95ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20731 | 2024.08.18 06:25:36.892489 [ 3 ] {} <Trace> HTTP-Session: e996d64e-cca0-44ba-a6ae-b5a0c79d95ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20732 | 2024.08.18 06:25:36.892615 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20733 | 2024.08.18 06:25:36.892865 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20734 | 2024.08.18 06:25:36.893021 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20735 | 2024.08.18 06:25:36.893237 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20736 | 2024.08.18 06:25:36.893279 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20737 | 2024.08.18 06:25:36.893398 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20738 | 2024.08.18 06:25:36.893560 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::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 | ||
20739 | 2024.08.18 06:25:36.894373 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20740 | 2024.08.18 06:25:36.895771 [ 210 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004611706 sec., 66352.88546147564 rows/sec., 3.39 MiB/sec. | ||
20741 | 2024.08.18 06:25:36.895928 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20742 | 2024.08.18 06:25:36.895965 [ 203 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
20743 | 2024.08.18 06:25:36.895988 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20744 | 2024.08.18 06:25:36.896810 [ 203 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_51_10} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20745 | 2024.08.18 06:25:36.896936 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
20746 | 2024.08.18 06:25:36.896954 [ 203 ] {d64b5d94-4226-416d-a08f-25de5c1a3cf1::all_1_51_10} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
20747 | 2024.08.18 06:25:36.897126 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
20748 | 2024.08.18 06:25:36.897402 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20749 | 2024.08.18 06:25:36.897575 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.004803 sec., 187591.08890276912 rows/sec., 12.53 MiB/sec. | ||
20750 | 2024.08.18 06:25:36.897773 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Debug> DynamicQueryHandler: Done processing query | ||
20751 | 2024.08.18 06:25:36.897798 [ 3 ] {c396c8e0-711d-4b4c-a77a-2d8892fe103f} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
20752 | 2024.08.18 06:25:36.897815 [ 3 ] {} <Debug> HTTP-Session: e996d64e-cca0-44ba-a6ae-b5a0c79d95ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20753 | 2024.08.18 06:25:36.897997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20754 | 2024.08.18 06:25:36.898045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20755 | 2024.08.18 06:25:36.898066 [ 3 ] {} <Debug> HTTP-Session: d3a2b59b-abe5-47f6-89ec-c79018a38616 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20756 | 2024.08.18 06:25:36.898082 [ 3 ] {} <Debug> HTTP-Session: d3a2b59b-abe5-47f6-89ec-c79018a38616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20757 | 2024.08.18 06:25:36.898097 [ 3 ] {} <Debug> HTTP-Session: d3a2b59b-abe5-47f6-89ec-c79018a38616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20758 | 2024.08.18 06:25:36.898128 [ 3 ] {} <Trace> HTTP-Session: d3a2b59b-abe5-47f6-89ec-c79018a38616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20759 | 2024.08.18 06:25:36.898221 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
20760 | 2024.08.18 06:25:36.898265 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
20761 | 2024.08.18 06:25:36.898399 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20762 | 2024.08.18 06:25:36.898693 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20763 | 2024.08.18 06:25:36.898731 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20764 | 2024.08.18 06:25:36.899084 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
20765 | 2024.08.18 06:25:36.899411 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20766 | 2024.08.18 06:25:36.899579 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec. | ||
20767 | 2024.08.18 06:25:36.899777 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Debug> DynamicQueryHandler: Done processing query | ||
20768 | 2024.08.18 06:25:36.899815 [ 3 ] {1a61c4de-c1f0-4974-926a-96e1a0665fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
20769 | 2024.08.18 06:25:36.899839 [ 3 ] {} <Debug> HTTP-Session: d3a2b59b-abe5-47f6-89ec-c79018a38616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20770 | 2024.08.18 06:25:36.900053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20771 | 2024.08.18 06:25:36.900103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20772 | 2024.08.18 06:25:36.900123 [ 3 ] {} <Debug> HTTP-Session: 0a372409-3927-4dc9-a27a-accc55929155 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20773 | 2024.08.18 06:25:36.900140 [ 3 ] {} <Debug> HTTP-Session: 0a372409-3927-4dc9-a27a-accc55929155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20774 | 2024.08.18 06:25:36.900154 [ 3 ] {} <Debug> HTTP-Session: 0a372409-3927-4dc9-a27a-accc55929155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20775 | 2024.08.18 06:25:36.900185 [ 3 ] {} <Trace> HTTP-Session: 0a372409-3927-4dc9-a27a-accc55929155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20776 | 2024.08.18 06:25:36.900530 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20777 | 2024.08.18 06:25:36.900593 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <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 | ||
20778 | 2024.08.18 06:25:36.901013 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20779 | 2024.08.18 06:25:36.901864 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20780 | 2024.08.18 06:25:36.901901 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20781 | 2024.08.18 06:25:36.902546 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
20782 | 2024.08.18 06:25:36.902970 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20783 | 2024.08.18 06:25:36.903168 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00289 sec., 9342.560553633217 rows/sec., 16.74 MiB/sec. | ||
20784 | 2024.08.18 06:25:36.903394 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Debug> DynamicQueryHandler: Done processing query | ||
20785 | 2024.08.18 06:25:36.903420 [ 3 ] {05e159ed-34e4-43b9-b9e6-3a20bfa236ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
20786 | 2024.08.18 06:25:36.903436 [ 3 ] {} <Debug> HTTP-Session: 0a372409-3927-4dc9-a27a-accc55929155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20787 | 2024.08.18 06:25:36.903578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20788 | 2024.08.18 06:25:36.903627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20789 | 2024.08.18 06:25:36.903647 [ 3 ] {} <Debug> HTTP-Session: 9b742ab2-61c1-4d4e-ac45-953d0f814731 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20790 | 2024.08.18 06:25:36.903665 [ 3 ] {} <Debug> HTTP-Session: 9b742ab2-61c1-4d4e-ac45-953d0f814731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20791 | 2024.08.18 06:25:36.903679 [ 3 ] {} <Debug> HTTP-Session: 9b742ab2-61c1-4d4e-ac45-953d0f814731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20792 | 2024.08.18 06:25:36.903709 [ 3 ] {} <Trace> HTTP-Session: 9b742ab2-61c1-4d4e-ac45-953d0f814731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20793 | 2024.08.18 06:25:36.903838 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20794 | 2024.08.18 06:25:36.903882 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20795 | 2024.08.18 06:25:36.904013 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20796 | 2024.08.18 06:25:36.904330 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20797 | 2024.08.18 06:25:36.904368 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20798 | 2024.08.18 06:25:36.904735 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
20799 | 2024.08.18 06:25:36.905054 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20800 | 2024.08.18 06:25:36.905213 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001427 sec., 53258.58444288717 rows/sec., 3.36 MiB/sec. | ||
20801 | 2024.08.18 06:25:36.905392 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Debug> DynamicQueryHandler: Done processing query | ||
20802 | 2024.08.18 06:25:36.905417 [ 3 ] {4ca5010b-0bbe-4693-bc06-b870ce1e1414} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
20803 | 2024.08.18 06:25:36.905433 [ 3 ] {} <Debug> HTTP-Session: 9b742ab2-61c1-4d4e-ac45-953d0f814731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20804 | 2024.08.18 06:25:37.351948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20805 | 2024.08.18 06:25:37.352038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20806 | 2024.08.18 06:25:37.352061 [ 3 ] {} <Debug> HTTP-Session: b5c861d7-ca8e-447e-98f3-25bdaf459ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20807 | 2024.08.18 06:25:37.352081 [ 3 ] {} <Debug> HTTP-Session: b5c861d7-ca8e-447e-98f3-25bdaf459ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20808 | 2024.08.18 06:25:37.352096 [ 3 ] {} <Debug> HTTP-Session: b5c861d7-ca8e-447e-98f3-25bdaf459ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20809 | 2024.08.18 06:25:37.352138 [ 3 ] {} <Trace> HTTP-Session: b5c861d7-ca8e-447e-98f3-25bdaf459ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20810 | 2024.08.18 06:25:37.352285 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20811 | 2024.08.18 06:25:37.352342 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20812 | 2024.08.18 06:25:37.352509 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20813 | 2024.08.18 06:25:37.352938 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20814 | 2024.08.18 06:25:37.352978 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20815 | 2024.08.18 06:25:37.353334 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
20816 | 2024.08.18 06:25:37.353651 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20817 | 2024.08.18 06:25:37.353815 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00157 sec., 16560.509554140128 rows/sec., 1.23 MiB/sec. | ||
20818 | 2024.08.18 06:25:37.354019 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Debug> DynamicQueryHandler: Done processing query | ||
20819 | 2024.08.18 06:25:37.354044 [ 3 ] {57e9ecd8-6138-433e-a68a-c7fed0e85a81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20820 | 2024.08.18 06:25:37.354060 [ 3 ] {} <Debug> HTTP-Session: b5c861d7-ca8e-447e-98f3-25bdaf459ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20821 | 2024.08.18 06:25:37.354222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20822 | 2024.08.18 06:25:37.354274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20823 | 2024.08.18 06:25:37.354294 [ 3 ] {} <Debug> HTTP-Session: b9c863fc-bb58-414b-a9cf-aebb42801af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20824 | 2024.08.18 06:25:37.354310 [ 3 ] {} <Debug> HTTP-Session: b9c863fc-bb58-414b-a9cf-aebb42801af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20825 | 2024.08.18 06:25:37.354324 [ 3 ] {} <Debug> HTTP-Session: b9c863fc-bb58-414b-a9cf-aebb42801af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20826 | 2024.08.18 06:25:37.354355 [ 3 ] {} <Trace> HTTP-Session: b9c863fc-bb58-414b-a9cf-aebb42801af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20827 | 2024.08.18 06:25:37.354461 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20828 | 2024.08.18 06:25:37.354504 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20829 | 2024.08.18 06:25:37.354634 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20830 | 2024.08.18 06:25:37.354970 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20831 | 2024.08.18 06:25:37.355007 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20832 | 2024.08.18 06:25:37.355319 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
20833 | 2024.08.18 06:25:37.355646 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20834 | 2024.08.18 06:25:37.355800 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001368 sec., 20467.83625730994 rows/sec., 1.60 MiB/sec. | ||
20835 | 2024.08.18 06:25:37.355977 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Debug> DynamicQueryHandler: Done processing query | ||
20836 | 2024.08.18 06:25:37.356002 [ 3 ] {e441d1a4-464e-4400-98be-e1531127e8f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20837 | 2024.08.18 06:25:37.356018 [ 3 ] {} <Debug> HTTP-Session: b9c863fc-bb58-414b-a9cf-aebb42801af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20838 | 2024.08.18 06:25:37.356148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20839 | 2024.08.18 06:25:37.356197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20840 | 2024.08.18 06:25:37.356216 [ 3 ] {} <Debug> HTTP-Session: 83a352a6-2233-445d-b0f0-788e020b942d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20841 | 2024.08.18 06:25:37.356233 [ 3 ] {} <Debug> HTTP-Session: 83a352a6-2233-445d-b0f0-788e020b942d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20842 | 2024.08.18 06:25:37.356247 [ 3 ] {} <Debug> HTTP-Session: 83a352a6-2233-445d-b0f0-788e020b942d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20843 | 2024.08.18 06:25:37.356278 [ 3 ] {} <Trace> HTTP-Session: 83a352a6-2233-445d-b0f0-788e020b942d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20844 | 2024.08.18 06:25:37.356383 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20845 | 2024.08.18 06:25:37.356458 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20846 | 2024.08.18 06:25:37.356603 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20847 | 2024.08.18 06:25:37.356912 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20848 | 2024.08.18 06:25:37.356949 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20849 | 2024.08.18 06:25:37.357325 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
20850 | 2024.08.18 06:25:37.357663 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20851 | 2024.08.18 06:25:37.357818 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001464 sec., 13661.20218579235 rows/sec., 969.89 KiB/sec. | ||
20852 | 2024.08.18 06:25:37.358004 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Debug> DynamicQueryHandler: Done processing query | ||
20853 | 2024.08.18 06:25:37.358029 [ 3 ] {0d978947-1311-4a96-a881-d4714670f5e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
20854 | 2024.08.18 06:25:37.358055 [ 3 ] {} <Debug> HTTP-Session: 83a352a6-2233-445d-b0f0-788e020b942d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20855 | 2024.08.18 06:25:37.358222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20856 | 2024.08.18 06:25:37.358296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20857 | 2024.08.18 06:25:37.358320 [ 3 ] {} <Debug> HTTP-Session: 322863e7-26b8-4b5c-bb1f-e6f5fcb66129 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20858 | 2024.08.18 06:25:37.358339 [ 3 ] {} <Debug> HTTP-Session: 322863e7-26b8-4b5c-bb1f-e6f5fcb66129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20859 | 2024.08.18 06:25:37.358353 [ 3 ] {} <Debug> HTTP-Session: 322863e7-26b8-4b5c-bb1f-e6f5fcb66129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20860 | 2024.08.18 06:25:37.358384 [ 3 ] {} <Trace> HTTP-Session: 322863e7-26b8-4b5c-bb1f-e6f5fcb66129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20861 | 2024.08.18 06:25:37.358478 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
20862 | 2024.08.18 06:25:37.358521 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
20863 | 2024.08.18 06:25:37.358646 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20864 | 2024.08.18 06:25:37.358922 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20865 | 2024.08.18 06:25:37.358959 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20866 | 2024.08.18 06:25:37.359312 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
20867 | 2024.08.18 06:25:37.359628 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20868 | 2024.08.18 06:25:37.359786 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 316.23 KiB/sec. | ||
20869 | 2024.08.18 06:25:37.359956 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Debug> DynamicQueryHandler: Done processing query | ||
20870 | 2024.08.18 06:25:37.359981 [ 3 ] {b7e6f7ed-321a-48ae-b22c-fc2ca829526f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
20871 | 2024.08.18 06:25:37.359998 [ 3 ] {} <Debug> HTTP-Session: 322863e7-26b8-4b5c-bb1f-e6f5fcb66129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20872 | 2024.08.18 06:25:40.229343 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
20873 | 2024.08.18 06:25:40.229427 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
20874 | 2024.08.18 06:25:42.360839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20875 | 2024.08.18 06:25:42.360976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20876 | 2024.08.18 06:25:42.361005 [ 3 ] {} <Debug> HTTP-Session: 0594b72d-1271-4ac0-a25a-e215fec126bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20877 | 2024.08.18 06:25:42.361033 [ 3 ] {} <Debug> HTTP-Session: 0594b72d-1271-4ac0-a25a-e215fec126bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20878 | 2024.08.18 06:25:42.361051 [ 3 ] {} <Debug> HTTP-Session: 0594b72d-1271-4ac0-a25a-e215fec126bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20879 | 2024.08.18 06:25:42.361107 [ 3 ] {} <Trace> HTTP-Session: 0594b72d-1271-4ac0-a25a-e215fec126bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20880 | 2024.08.18 06:25:42.361313 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
20881 | 2024.08.18 06:25:42.361388 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
20882 | 2024.08.18 06:25:42.361596 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20883 | 2024.08.18 06:25:42.362055 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20884 | 2024.08.18 06:25:42.362097 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20885 | 2024.08.18 06:25:42.362471 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
20886 | 2024.08.18 06:25:42.362802 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20887 | 2024.08.18 06:25:42.362982 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001732 sec., 16743.64896073903 rows/sec., 1.33 MiB/sec. | ||
20888 | 2024.08.18 06:25:42.362996 [ 173 ] {} <Debug> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
20889 | 2024.08.18 06:25:42.363097 [ 173 ] {} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20890 | 2024.08.18 06:25:42.363150 [ 173 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20891 | 2024.08.18 06:25:42.363276 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Debug> DynamicQueryHandler: Done processing query | ||
20892 | 2024.08.18 06:25:42.363349 [ 3 ] {d057ffc5-d925-4c81-a6b1-6dba6674948b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
20893 | 2024.08.18 06:25:42.363419 [ 3 ] {} <Debug> HTTP-Session: 0594b72d-1271-4ac0-a25a-e215fec126bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20894 | 2024.08.18 06:25:42.363512 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::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 | ||
20895 | 2024.08.18 06:25:42.363644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 20941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20896 | 2024.08.18 06:25:42.363759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20897 | 2024.08.18 06:25:42.363820 [ 3 ] {} <Debug> HTTP-Session: e9417d9c-56a9-417c-8ac2-9cd8a42695b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20898 | 2024.08.18 06:25:42.363868 [ 3 ] {} <Debug> HTTP-Session: e9417d9c-56a9-417c-8ac2-9cd8a42695b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20899 | 2024.08.18 06:25:42.363921 [ 3 ] {} <Debug> HTTP-Session: e9417d9c-56a9-417c-8ac2-9cd8a42695b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20900 | 2024.08.18 06:25:42.363959 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20901 | 2024.08.18 06:25:42.363983 [ 3 ] {} <Trace> HTTP-Session: e9417d9c-56a9-417c-8ac2-9cd8a42695b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20902 | 2024.08.18 06:25:42.364066 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 56 rows starting from the beginning of the part | ||
20903 | 2024.08.18 06:25:42.364359 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
20904 | 2024.08.18 06:25:42.364421 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 29 rows starting from the beginning of the part | ||
20905 | 2024.08.18 06:25:42.364535 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
20906 | 2024.08.18 06:25:42.364823 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 27 rows starting from the beginning of the part | ||
20907 | 2024.08.18 06:25:42.365181 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 29 rows starting from the beginning of the part | ||
20908 | 2024.08.18 06:25:42.365494 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 27 rows starting from the beginning of the part | ||
20909 | 2024.08.18 06:25:42.365803 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20910 | 2024.08.18 06:25:42.365826 [ 186 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 29 rows starting from the beginning of the part | ||
20911 | 2024.08.18 06:25:42.366993 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20912 | 2024.08.18 06:25:42.367056 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20913 | 2024.08.18 06:25:42.367939 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
20914 | 2024.08.18 06:25:42.368228 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.004969803 sec., 39639.39818137661 rows/sec., 3.14 MiB/sec. | ||
20915 | 2024.08.18 06:25:42.368417 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
20916 | 2024.08.18 06:25:42.368487 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20917 | 2024.08.18 06:25:42.368717 [ 157 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
20918 | 2024.08.18 06:25:42.368783 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Debug> executeQuery: Read 143 rows, 12.25 KiB in 0.004631 sec., 30878.859857482188 rows/sec., 2.58 MiB/sec. | ||
20919 | 2024.08.18 06:25:42.368841 [ 157 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20920 | 2024.08.18 06:25:42.368981 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20921 | 2024.08.18 06:25:42.369441 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Debug> DynamicQueryHandler: Done processing query | ||
20922 | 2024.08.18 06:25:42.369533 [ 3 ] {4fb85c6d-d615-4293-bf04-90710135ad83} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
20923 | 2024.08.18 06:25:42.369584 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
20924 | 2024.08.18 06:25:42.369619 [ 3 ] {} <Debug> HTTP-Session: e9417d9c-56a9-417c-8ac2-9cd8a42695b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20925 | 2024.08.18 06:25:42.369944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 15794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20926 | 2024.08.18 06:25:42.369946 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20927 | 2024.08.18 06:25:42.370021 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20928 | 2024.08.18 06:25:42.370077 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1511 rows starting from the beginning of the part | ||
20929 | 2024.08.18 06:25:42.370093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20930 | 2024.08.18 06:25:42.370161 [ 3 ] {} <Debug> HTTP-Session: 5a5809cd-6bc6-431b-9b28-4ca1ff3fd340 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20931 | 2024.08.18 06:25:42.370231 [ 3 ] {} <Debug> HTTP-Session: 5a5809cd-6bc6-431b-9b28-4ca1ff3fd340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20932 | 2024.08.18 06:25:42.370360 [ 3 ] {} <Debug> HTTP-Session: 5a5809cd-6bc6-431b-9b28-4ca1ff3fd340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20933 | 2024.08.18 06:25:42.370379 [ 200 ] {3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3::all_1_96_19} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
20934 | 2024.08.18 06:25:42.370593 [ 3 ] {} <Trace> HTTP-Session: 5a5809cd-6bc6-431b-9b28-4ca1ff3fd340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20935 | 2024.08.18 06:25:42.370516 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 271 rows starting from the beginning of the part | ||
20936 | 2024.08.18 06:25:42.370739 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
20937 | 2024.08.18 06:25:42.371050 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 143 rows starting from the beginning of the part | ||
20938 | 2024.08.18 06:25:42.371083 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
20939 | 2024.08.18 06:25:42.371219 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
20940 | 2024.08.18 06:25:42.371355 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1410 rows starting from the beginning of the part | ||
20941 | 2024.08.18 06:25:42.371694 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 26 rows starting from the beginning of the part | ||
20942 | 2024.08.18 06:25:42.372059 [ 210 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 143 rows starting from the beginning of the part | ||
20943 | 2024.08.18 06:25:42.372504 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20944 | 2024.08.18 06:25:42.373357 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20945 | 2024.08.18 06:25:42.373427 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20946 | 2024.08.18 06:25:42.374258 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
20947 | 2024.08.18 06:25:42.374661 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20948 | 2024.08.18 06:25:42.374950 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004067 sec., 22866.978116547823 rows/sec., 1.79 MiB/sec. | ||
20949 | 2024.08.18 06:25:42.375036 [ 157 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
20950 | 2024.08.18 06:25:42.375241 [ 157 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20951 | 2024.08.18 06:25:42.375411 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20952 | 2024.08.18 06:25:42.375522 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Debug> DynamicQueryHandler: Done processing query | ||
20953 | 2024.08.18 06:25:42.375657 [ 3 ] {c77c273a-f676-41ad-b599-e8f92b965aa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
20954 | 2024.08.18 06:25:42.375755 [ 3 ] {} <Debug> HTTP-Session: 5a5809cd-6bc6-431b-9b28-4ca1ff3fd340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20955 | 2024.08.18 06:25:42.375941 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
20956 | 2024.08.18 06:25:42.375938 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3504 rows, containing 4 columns (4 merged, 0 gathered) in 0.006776407 sec., 517088.18552368536 rows/sec., 43.27 MiB/sec. | ||
20957 | 2024.08.18 06:25:42.376070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20958 | 2024.08.18 06:25:42.376163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20959 | 2024.08.18 06:25:42.376167 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
20960 | 2024.08.18 06:25:42.376187 [ 3 ] {} <Debug> HTTP-Session: 25f0f1c1-0266-48f7-9f5f-6a5fe6fa88cf Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20961 | 2024.08.18 06:25:42.376244 [ 3 ] {} <Debug> HTTP-Session: 25f0f1c1-0266-48f7-9f5f-6a5fe6fa88cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20962 | 2024.08.18 06:25:42.376256 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 952 rows starting from the beginning of the part | ||
20963 | 2024.08.18 06:25:42.376270 [ 3 ] {} <Debug> HTTP-Session: 25f0f1c1-0266-48f7-9f5f-6a5fe6fa88cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20964 | 2024.08.18 06:25:42.376357 [ 3 ] {} <Trace> HTTP-Session: 25f0f1c1-0266-48f7-9f5f-6a5fe6fa88cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20965 | 2024.08.18 06:25:42.376369 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
20966 | 2024.08.18 06:25:42.376606 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 411 rows starting from the beginning of the part | ||
20967 | 2024.08.18 06:25:42.376920 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
20968 | 2024.08.18 06:25:42.377013 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 93 rows starting from the beginning of the part | ||
20969 | 2024.08.18 06:25:42.377109 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
20970 | 2024.08.18 06:25:42.377408 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 865 rows starting from the beginning of the part | ||
20971 | 2024.08.18 06:25:42.378007 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 28 rows starting from the beginning of the part | ||
20972 | 2024.08.18 06:25:42.378571 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 93 rows starting from the beginning of the part | ||
20973 | 2024.08.18 06:25:42.379154 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20974 | 2024.08.18 06:25:42.379465 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20975 | 2024.08.18 06:25:42.379697 [ 195 ] {c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e::all_1_121_24} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
20976 | 2024.08.18 06:25:42.380056 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
20977 | 2024.08.18 06:25:42.380661 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
20978 | 2024.08.18 06:25:42.380708 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
20979 | 2024.08.18 06:25:42.381269 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
20980 | 2024.08.18 06:25:42.381712 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20981 | 2024.08.18 06:25:42.381718 [ 200 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 4 columns (4 merged, 0 gathered) in 0.006083944 sec., 401384.3651420855 rows/sec., 29.24 MiB/sec. | ||
20982 | 2024.08.18 06:25:42.381947 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005305 sec., 30160.226201696514 rows/sec., 2.10 MiB/sec. | ||
20983 | 2024.08.18 06:25:42.382047 [ 197 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
20984 | 2024.08.18 06:25:42.382416 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Debug> DynamicQueryHandler: Done processing query | ||
20985 | 2024.08.18 06:25:42.382501 [ 3 ] {3fa5c2f1-6133-453b-8aac-96ee6a496fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
20986 | 2024.08.18 06:25:42.382569 [ 3 ] {} <Debug> HTTP-Session: 25f0f1c1-0266-48f7-9f5f-6a5fe6fa88cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20987 | 2024.08.18 06:25:42.382962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
20988 | 2024.08.18 06:25:42.383123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
20989 | 2024.08.18 06:25:42.383205 [ 3 ] {} <Debug> HTTP-Session: 74be1f97-a74d-42f6-92da-8c6b0e7f8ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
20990 | 2024.08.18 06:25:42.383279 [ 3 ] {} <Debug> HTTP-Session: 74be1f97-a74d-42f6-92da-8c6b0e7f8ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
20991 | 2024.08.18 06:25:42.383322 [ 3 ] {} <Debug> HTTP-Session: 74be1f97-a74d-42f6-92da-8c6b0e7f8ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
20992 | 2024.08.18 06:25:42.383442 [ 3 ] {} <Trace> HTTP-Session: 74be1f97-a74d-42f6-92da-8c6b0e7f8ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
20993 | 2024.08.18 06:25:42.383963 [ 197 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
20994 | 2024.08.18 06:25:42.384089 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
20995 | 2024.08.18 06:25:42.384137 [ 197 ] {6fc6ba93-0c14-418f-9a9e-7909da857108::all_1_121_24} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
20996 | 2024.08.18 06:25:42.384213 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <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 | ||
20997 | 2024.08.18 06:25:42.384326 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
20998 | 2024.08.18 06:25:42.384797 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
20999 | 2024.08.18 06:25:42.385585 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21000 | 2024.08.18 06:25:42.385623 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21001 | 2024.08.18 06:25:42.386249 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
21002 | 2024.08.18 06:25:42.386676 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21003 | 2024.08.18 06:25:42.386871 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00318 sec., 9119.496855345911 rows/sec., 16.34 MiB/sec. | ||
21004 | 2024.08.18 06:25:42.386880 [ 157 ] {} <Debug> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
21005 | 2024.08.18 06:25:42.387002 [ 157 ] {} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21006 | 2024.08.18 06:25:42.387098 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21007 | 2024.08.18 06:25:42.387395 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::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 | ||
21008 | 2024.08.18 06:25:42.387412 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Debug> DynamicQueryHandler: Done processing query | ||
21009 | 2024.08.18 06:25:42.387487 [ 3 ] {499c36c9-86da-4bb3-b727-352cce73b620} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
21010 | 2024.08.18 06:25:42.387515 [ 3 ] {} <Debug> HTTP-Session: 74be1f97-a74d-42f6-92da-8c6b0e7f8ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21011 | 2024.08.18 06:25:42.387780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21012 | 2024.08.18 06:25:42.387904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21013 | 2024.08.18 06:25:42.387966 [ 3 ] {} <Debug> HTTP-Session: 2d9e1fe9-b626-487c-99fc-d5aefbaf2ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21014 | 2024.08.18 06:25:42.388028 [ 3 ] {} <Debug> HTTP-Session: 2d9e1fe9-b626-487c-99fc-d5aefbaf2ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21015 | 2024.08.18 06:25:42.388076 [ 3 ] {} <Debug> HTTP-Session: 2d9e1fe9-b626-487c-99fc-d5aefbaf2ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21016 | 2024.08.18 06:25:42.388144 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
21017 | 2024.08.18 06:25:42.388163 [ 3 ] {} <Trace> HTTP-Session: 2d9e1fe9-b626-487c-99fc-d5aefbaf2ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21018 | 2024.08.18 06:25:42.388291 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1763 rows starting from the beginning of the part | ||
21019 | 2024.08.18 06:25:42.388450 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
21020 | 2024.08.18 06:25:42.388655 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
21021 | 2024.08.18 06:25:42.389080 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 29 rows starting from the beginning of the part | ||
21022 | 2024.08.18 06:25:42.389731 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21023 | 2024.08.18 06:25:42.389879 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 27 rows starting from the beginning of the part | ||
21024 | 2024.08.18 06:25:42.390352 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 29 rows starting from the beginning of the part | ||
21025 | 2024.08.18 06:25:42.391107 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21026 | 2024.08.18 06:25:42.391124 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 27 rows starting from the beginning of the part | ||
21027 | 2024.08.18 06:25:42.391178 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21028 | 2024.08.18 06:25:42.391699 [ 197 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 29 rows starting from the beginning of the part | ||
21029 | 2024.08.18 06:25:42.392634 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
21030 | 2024.08.18 06:25:42.393416 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21031 | 2024.08.18 06:25:42.393759 [ 157 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
21032 | 2024.08.18 06:25:42.393831 [ 157 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21033 | 2024.08.18 06:25:42.393838 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005496 sec., 10917.03056768559 rows/sec., 753.39 KiB/sec. | ||
21034 | 2024.08.18 06:25:42.393872 [ 157 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21035 | 2024.08.18 06:25:42.394133 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
21036 | 2024.08.18 06:25:42.394258 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Debug> DynamicQueryHandler: Done processing query | ||
21037 | 2024.08.18 06:25:42.394322 [ 3 ] {a7eb624a-9025-4751-956e-2844ebe23931} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
21038 | 2024.08.18 06:25:42.394375 [ 3 ] {} <Debug> HTTP-Session: 2d9e1fe9-b626-487c-99fc-d5aefbaf2ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21039 | 2024.08.18 06:25:42.394425 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
21040 | 2024.08.18 06:25:42.394472 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7036 rows starting from the beginning of the part | ||
21041 | 2024.08.18 06:25:42.394567 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
21042 | 2024.08.18 06:25:42.394792 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
21043 | 2024.08.18 06:25:42.394972 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 76 rows starting from the beginning of the part | ||
21044 | 2024.08.18 06:25:42.395157 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 6 rows starting from the beginning of the part | ||
21045 | 2024.08.18 06:25:42.395387 [ 193 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
21046 | 2024.08.18 06:25:42.398011 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7320 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000315 sec., 1829855.8988479658 rows/sec., 119.26 MiB/sec. | ||
21047 | 2024.08.18 06:25:42.398721 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
21048 | 2024.08.18 06:25:42.399146 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21049 | 2024.08.18 06:25:42.399225 [ 196 ] {4399ebe4-07fd-4caf-b787-807686571848::all_1_121_24} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
21050 | 2024.08.18 06:25:42.400957 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
21051 | 2024.08.18 06:25:42.404188 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1904 rows, containing 19 columns (19 merged, 0 gathered) in 0.016932307 sec., 112447.76036720807 rows/sec., 201.50 MiB/sec. | ||
21052 | 2024.08.18 06:25:42.405823 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
21053 | 2024.08.18 06:25:42.406394 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21054 | 2024.08.18 06:25:42.406468 [ 192 ] {ca737b87-46f4-4a40-ade1-1923212d4fc1::all_1_96_19} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
21055 | 2024.08.18 06:25:42.406606 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.48 MiB. | ||
21056 | 2024.08.18 06:25:43.000196 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.90 MiB, peak 240.33 MiB, free memory in arenas 0.00 B, will set to 228.46 MiB (RSS), difference: 5.56 MiB | ||
21057 | 2024.08.18 06:25:47.365207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 3918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21058 | 2024.08.18 06:25:47.365348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21059 | 2024.08.18 06:25:47.365378 [ 3 ] {} <Debug> HTTP-Session: 9a0c2865-21d3-466a-8393-55a4f90ae48d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21060 | 2024.08.18 06:25:47.365405 [ 3 ] {} <Debug> HTTP-Session: 9a0c2865-21d3-466a-8393-55a4f90ae48d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21061 | 2024.08.18 06:25:47.365424 [ 3 ] {} <Debug> HTTP-Session: 9a0c2865-21d3-466a-8393-55a4f90ae48d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21062 | 2024.08.18 06:25:47.365481 [ 3 ] {} <Trace> HTTP-Session: 9a0c2865-21d3-466a-8393-55a4f90ae48d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21063 | 2024.08.18 06:25:47.365683 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
21064 | 2024.08.18 06:25:47.365749 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
21065 | 2024.08.18 06:25:47.365942 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21066 | 2024.08.18 06:25:47.366398 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21067 | 2024.08.18 06:25:47.366439 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21068 | 2024.08.18 06:25:47.366805 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
21069 | 2024.08.18 06:25:47.367147 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21070 | 2024.08.18 06:25:47.367309 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001684 sec., 16033.254156769597 rows/sec., 1.27 MiB/sec. | ||
21071 | 2024.08.18 06:25:47.367669 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Debug> DynamicQueryHandler: Done processing query | ||
21072 | 2024.08.18 06:25:47.367754 [ 3 ] {53f40f8d-018c-4fa3-ba42-5b55bf144093} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
21073 | 2024.08.18 06:25:47.367831 [ 3 ] {} <Debug> HTTP-Session: 9a0c2865-21d3-466a-8393-55a4f90ae48d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21074 | 2024.08.18 06:25:47.368164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 40578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21075 | 2024.08.18 06:25:47.368359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21076 | 2024.08.18 06:25:47.368447 [ 3 ] {} <Debug> HTTP-Session: 10211e39-dbf6-465e-9921-d0eb1e37b064 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21077 | 2024.08.18 06:25:47.368527 [ 3 ] {} <Debug> HTTP-Session: 10211e39-dbf6-465e-9921-d0eb1e37b064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21078 | 2024.08.18 06:25:47.368610 [ 3 ] {} <Debug> HTTP-Session: 10211e39-dbf6-465e-9921-d0eb1e37b064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21079 | 2024.08.18 06:25:47.368755 [ 3 ] {} <Trace> HTTP-Session: 10211e39-dbf6-465e-9921-d0eb1e37b064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21080 | 2024.08.18 06:25:47.369223 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
21081 | 2024.08.18 06:25:47.369371 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
21082 | 2024.08.18 06:25:47.369994 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21083 | 2024.08.18 06:25:47.370597 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21084 | 2024.08.18 06:25:47.370634 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21085 | 2024.08.18 06:25:47.370977 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
21086 | 2024.08.18 06:25:47.371283 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21087 | 2024.08.18 06:25:47.371432 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Debug> executeQuery: Read 270 rows, 24.20 KiB in 0.002448 sec., 110294.11764705883 rows/sec., 9.65 MiB/sec. | ||
21088 | 2024.08.18 06:25:47.371704 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Debug> DynamicQueryHandler: Done processing query | ||
21089 | 2024.08.18 06:25:47.371730 [ 3 ] {fc65fc82-d053-4c12-a7cf-45e4c2bdcb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
21090 | 2024.08.18 06:25:47.371772 [ 3 ] {} <Debug> HTTP-Session: 10211e39-dbf6-465e-9921-d0eb1e37b064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21091 | 2024.08.18 06:25:47.372033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 1925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21092 | 2024.08.18 06:25:47.372182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21093 | 2024.08.18 06:25:47.372267 [ 3 ] {} <Debug> HTTP-Session: e854d1c1-dfcd-44cd-855e-12aa130b9998 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21094 | 2024.08.18 06:25:47.372336 [ 3 ] {} <Debug> HTTP-Session: e854d1c1-dfcd-44cd-855e-12aa130b9998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21095 | 2024.08.18 06:25:47.372395 [ 3 ] {} <Debug> HTTP-Session: e854d1c1-dfcd-44cd-855e-12aa130b9998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21096 | 2024.08.18 06:25:47.372519 [ 3 ] {} <Trace> HTTP-Session: e854d1c1-dfcd-44cd-855e-12aa130b9998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21097 | 2024.08.18 06:25:47.372844 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
21098 | 2024.08.18 06:25:47.372939 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
21099 | 2024.08.18 06:25:47.373098 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21100 | 2024.08.18 06:25:47.373407 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21101 | 2024.08.18 06:25:47.373447 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21102 | 2024.08.18 06:25:47.373758 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
21103 | 2024.08.18 06:25:47.374075 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Trace> oximeter.fields_u32 (263e116d-fc7a-4ae6-aa10-6fe11e4d85dd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21104 | 2024.08.18 06:25:47.374227 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00152 sec., 9210.526315789473 rows/sec., 645.05 KiB/sec. | ||
21105 | 2024.08.18 06:25:47.374389 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Debug> DynamicQueryHandler: Done processing query | ||
21106 | 2024.08.18 06:25:47.374414 [ 3 ] {58df3658-7a2d-4fca-a51e-c9603bd8f1a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
21107 | 2024.08.18 06:25:47.374435 [ 3 ] {} <Debug> HTTP-Session: e854d1c1-dfcd-44cd-855e-12aa130b9998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21108 | 2024.08.18 06:25:47.374545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21109 | 2024.08.18 06:25:47.374593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21110 | 2024.08.18 06:25:47.374613 [ 3 ] {} <Debug> HTTP-Session: 9e22b237-2329-4e9b-9419-9121e5dae6a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21111 | 2024.08.18 06:25:47.374629 [ 3 ] {} <Debug> HTTP-Session: 9e22b237-2329-4e9b-9419-9121e5dae6a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21112 | 2024.08.18 06:25:47.374643 [ 3 ] {} <Debug> HTTP-Session: 9e22b237-2329-4e9b-9419-9121e5dae6a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21113 | 2024.08.18 06:25:47.374673 [ 3 ] {} <Trace> HTTP-Session: 9e22b237-2329-4e9b-9419-9121e5dae6a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21114 | 2024.08.18 06:25:47.374767 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
21115 | 2024.08.18 06:25:47.374809 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
21116 | 2024.08.18 06:25:47.374937 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21117 | 2024.08.18 06:25:47.375225 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21118 | 2024.08.18 06:25:47.375262 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21119 | 2024.08.18 06:25:47.375565 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
21120 | 2024.08.18 06:25:47.375873 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Trace> oximeter.fields_u8 (38e0e357-675a-4280-b317-5f9407aaaabe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21121 | 2024.08.18 06:25:47.376021 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 278.47 KiB/sec. | ||
21122 | 2024.08.18 06:25:47.376184 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Debug> DynamicQueryHandler: Done processing query | ||
21123 | 2024.08.18 06:25:47.376208 [ 3 ] {27dd044d-b260-4187-8ea0-82c83e332d40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
21124 | 2024.08.18 06:25:47.376223 [ 3 ] {} <Debug> HTTP-Session: 9e22b237-2329-4e9b-9419-9121e5dae6a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21125 | 2024.08.18 06:25:47.376384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 66359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21126 | 2024.08.18 06:25:47.376432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21127 | 2024.08.18 06:25:47.376451 [ 3 ] {} <Debug> HTTP-Session: 82945ab3-686a-4075-b076-ac26d7516e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21128 | 2024.08.18 06:25:47.376467 [ 3 ] {} <Debug> HTTP-Session: 82945ab3-686a-4075-b076-ac26d7516e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21129 | 2024.08.18 06:25:47.376480 [ 3 ] {} <Debug> HTTP-Session: 82945ab3-686a-4075-b076-ac26d7516e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21130 | 2024.08.18 06:25:47.376510 [ 3 ] {} <Trace> HTTP-Session: 82945ab3-686a-4075-b076-ac26d7516e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21131 | 2024.08.18 06:25:47.376713 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
21132 | 2024.08.18 06:25:47.376755 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
21133 | 2024.08.18 06:25:47.376882 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21134 | 2024.08.18 06:25:47.377439 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21135 | 2024.08.18 06:25:47.377476 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21136 | 2024.08.18 06:25:47.377805 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
21137 | 2024.08.18 06:25:47.378106 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21138 | 2024.08.18 06:25:47.378246 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001634 sec., 250305.99755201957 rows/sec., 17.84 MiB/sec. | ||
21139 | 2024.08.18 06:25:47.378437 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Debug> DynamicQueryHandler: Done processing query | ||
21140 | 2024.08.18 06:25:47.378461 [ 3 ] {09f1f6ee-6850-4333-872c-bb5008108129} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
21141 | 2024.08.18 06:25:47.378477 [ 3 ] {} <Debug> HTTP-Session: 82945ab3-686a-4075-b076-ac26d7516e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21142 | 2024.08.18 06:25:47.378616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21143 | 2024.08.18 06:25:47.378664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21144 | 2024.08.18 06:25:47.378682 [ 3 ] {} <Debug> HTTP-Session: 00673b8b-d7b9-4acb-9032-7312da50fa20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21145 | 2024.08.18 06:25:47.378699 [ 3 ] {} <Debug> HTTP-Session: 00673b8b-d7b9-4acb-9032-7312da50fa20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21146 | 2024.08.18 06:25:47.378713 [ 3 ] {} <Debug> HTTP-Session: 00673b8b-d7b9-4acb-9032-7312da50fa20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21147 | 2024.08.18 06:25:47.378742 [ 3 ] {} <Trace> HTTP-Session: 00673b8b-d7b9-4acb-9032-7312da50fa20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21148 | 2024.08.18 06:25:47.378837 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
21149 | 2024.08.18 06:25:47.378880 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
21150 | 2024.08.18 06:25:47.379018 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21151 | 2024.08.18 06:25:47.379305 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21152 | 2024.08.18 06:25:47.379341 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21153 | 2024.08.18 06:25:47.379694 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
21154 | 2024.08.18 06:25:47.380014 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Trace> oximeter.measurements_bool (d64b5d94-4226-416d-a08f-25de5c1a3cf1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21155 | 2024.08.18 06:25:47.380167 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
21156 | 2024.08.18 06:25:47.380333 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Debug> DynamicQueryHandler: Done processing query | ||
21157 | 2024.08.18 06:25:47.380357 [ 3 ] {fa6d8a04-eae7-40af-890f-86bfedd29eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
21158 | 2024.08.18 06:25:47.380372 [ 3 ] {} <Debug> HTTP-Session: 00673b8b-d7b9-4acb-9032-7312da50fa20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21159 | 2024.08.18 06:25:47.380523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 44645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21160 | 2024.08.18 06:25:47.380571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21161 | 2024.08.18 06:25:47.380590 [ 3 ] {} <Debug> HTTP-Session: 0c0af97d-5b0a-46a3-893c-c5fd5b3aab71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21162 | 2024.08.18 06:25:47.380607 [ 3 ] {} <Debug> HTTP-Session: 0c0af97d-5b0a-46a3-893c-c5fd5b3aab71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21163 | 2024.08.18 06:25:47.380620 [ 3 ] {} <Debug> HTTP-Session: 0c0af97d-5b0a-46a3-893c-c5fd5b3aab71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21164 | 2024.08.18 06:25:47.380650 [ 3 ] {} <Trace> HTTP-Session: 0c0af97d-5b0a-46a3-893c-c5fd5b3aab71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21165 | 2024.08.18 06:25:47.380831 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
21166 | 2024.08.18 06:25:47.380877 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
21167 | 2024.08.18 06:25:47.381024 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21168 | 2024.08.18 06:25:47.381481 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21169 | 2024.08.18 06:25:47.381519 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21170 | 2024.08.18 06:25:47.381892 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
21171 | 2024.08.18 06:25:47.382234 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21172 | 2024.08.18 06:25:47.382389 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
21173 | 2024.08.18 06:25:47.382399 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 | ||
21174 | 2024.08.18 06:25:47.382505 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21175 | 2024.08.18 06:25:47.382552 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21176 | 2024.08.18 06:25:47.382655 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Debug> DynamicQueryHandler: Done processing query | ||
21177 | 2024.08.18 06:25:47.382711 [ 3 ] {be7def40-fa10-43a2-bed1-365a7c46b7ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
21178 | 2024.08.18 06:25:47.382745 [ 3 ] {} <Debug> HTTP-Session: 0c0af97d-5b0a-46a3-893c-c5fd5b3aab71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21179 | 2024.08.18 06:25:47.382761 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full | ||
21180 | 2024.08.18 06:25:47.382896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21181 | 2024.08.18 06:25:47.383014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21182 | 2024.08.18 06:25:47.383077 [ 3 ] {} <Debug> HTTP-Session: b20e6d86-7f6d-47bc-8ccd-2fac6890d8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21183 | 2024.08.18 06:25:47.383121 [ 3 ] {} <Debug> HTTP-Session: b20e6d86-7f6d-47bc-8ccd-2fac6890d8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21184 | 2024.08.18 06:25:47.383133 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
21185 | 2024.08.18 06:25:47.383147 [ 3 ] {} <Debug> HTTP-Session: b20e6d86-7f6d-47bc-8ccd-2fac6890d8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21186 | 2024.08.18 06:25:47.383204 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_117_24, total 32187 rows starting from the beginning of the part | ||
21187 | 2024.08.18 06:25:47.383218 [ 3 ] {} <Trace> HTTP-Session: b20e6d86-7f6d-47bc-8ccd-2fac6890d8e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21188 | 2024.08.18 06:25:47.383465 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
21189 | 2024.08.18 06:25:47.383552 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
21190 | 2024.08.18 06:25:47.383764 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 901 rows starting from the beginning of the part | ||
21191 | 2024.08.18 06:25:47.383786 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
21192 | 2024.08.18 06:25:47.384049 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 20 rows starting from the beginning of the part | ||
21193 | 2024.08.18 06:25:47.384365 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
21194 | 2024.08.18 06:25:47.384718 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
21195 | 2024.08.18 06:25:47.385031 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21196 | 2024.08.18 06:25:47.385751 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21197 | 2024.08.18 06:25:47.385822 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21198 | 2024.08.18 06:25:47.386304 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
21199 | 2024.08.18 06:25:47.386728 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Trace> oximeter.measurements_f64 (705cbe2d-fbe2-4d69-a68d-f8778d928626): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21200 | 2024.08.18 06:25:47.387088 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003683 sec., 271.51778441487915 rows/sec., 18.30 KiB/sec. | ||
21201 | 2024.08.18 06:25:47.387446 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Debug> DynamicQueryHandler: Done processing query | ||
21202 | 2024.08.18 06:25:47.387497 [ 3 ] {10740e96-f94e-4986-afaa-a76fe9a6714a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
21203 | 2024.08.18 06:25:47.387550 [ 3 ] {} <Debug> HTTP-Session: b20e6d86-7f6d-47bc-8ccd-2fac6890d8e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21204 | 2024.08.18 06:25:47.387788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 43863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21205 | 2024.08.18 06:25:47.387848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21206 | 2024.08.18 06:25:47.387870 [ 3 ] {} <Debug> HTTP-Session: 5f9fec78-c2f2-4c99-bde9-5b0f4d3ac9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21207 | 2024.08.18 06:25:47.387888 [ 3 ] {} <Debug> HTTP-Session: 5f9fec78-c2f2-4c99-bde9-5b0f4d3ac9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21208 | 2024.08.18 06:25:47.387902 [ 3 ] {} <Debug> HTTP-Session: 5f9fec78-c2f2-4c99-bde9-5b0f4d3ac9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21209 | 2024.08.18 06:25:47.387935 [ 3 ] {} <Trace> HTTP-Session: 5f9fec78-c2f2-4c99-bde9-5b0f4d3ac9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21210 | 2024.08.18 06:25:47.388265 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
21211 | 2024.08.18 06:25:47.388482 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <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 | ||
21212 | 2024.08.18 06:25:47.389166 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21213 | 2024.08.18 06:25:47.390009 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21214 | 2024.08.18 06:25:47.390047 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21215 | 2024.08.18 06:25:47.390935 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
21216 | 2024.08.18 06:25:47.391486 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21217 | 2024.08.18 06:25:47.391685 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003621 sec., 7456.503728251864 rows/sec., 13.36 MiB/sec. | ||
21218 | 2024.08.18 06:25:47.392090 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Debug> DynamicQueryHandler: Done processing query | ||
21219 | 2024.08.18 06:25:47.392117 [ 3 ] {2874328f-d6a5-42e9-a530-2c560eece75a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
21220 | 2024.08.18 06:25:47.392134 [ 3 ] {} <Debug> HTTP-Session: 5f9fec78-c2f2-4c99-bde9-5b0f4d3ac9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21221 | 2024.08.18 06:25:47.392281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 12137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21222 | 2024.08.18 06:25:47.392342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21223 | 2024.08.18 06:25:47.392370 [ 3 ] {} <Debug> HTTP-Session: 64041468-e638-4fe8-83df-287faf90d406 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21224 | 2024.08.18 06:25:47.392386 [ 3 ] {} <Debug> HTTP-Session: 64041468-e638-4fe8-83df-287faf90d406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21225 | 2024.08.18 06:25:47.392399 [ 3 ] {} <Debug> HTTP-Session: 64041468-e638-4fe8-83df-287faf90d406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21226 | 2024.08.18 06:25:47.392433 [ 3 ] {} <Trace> HTTP-Session: 64041468-e638-4fe8-83df-287faf90d406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21227 | 2024.08.18 06:25:47.392590 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
21228 | 2024.08.18 06:25:47.392646 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
21229 | 2024.08.18 06:25:47.392796 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21230 | 2024.08.18 06:25:47.393189 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21231 | 2024.08.18 06:25:47.393230 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
21232 | 2024.08.18 06:25:47.393756 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33665 rows, containing 5 columns (5 merged, 0 gathered) in 0.011124888 sec., 3026097.880715743 rows/sec., 204.50 MiB/sec. | ||
21233 | 2024.08.18 06:25:47.394021 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
21234 | 2024.08.18 06:25:47.394031 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
21235 | 2024.08.18 06:25:47.394768 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21236 | 2024.08.18 06:25:47.394918 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21237 | 2024.08.18 06:25:47.395093 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002563 sec., 31993.757315645726 rows/sec., 2.03 MiB/sec. | ||
21238 | 2024.08.18 06:25:47.395229 [ 187 ] {c043c17c-2b0d-4b2a-bd33-af52748cff30::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 | ||
21239 | 2024.08.18 06:25:47.395438 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
21240 | 2024.08.18 06:25:47.395480 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Debug> DynamicQueryHandler: Done processing query | ||
21241 | 2024.08.18 06:25:47.395556 [ 3 ] {d4dbc628-c860-4f79-9fbe-35c95deebc2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
21242 | 2024.08.18 06:25:47.395587 [ 3 ] {} <Debug> HTTP-Session: 64041468-e638-4fe8-83df-287faf90d406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21243 | 2024.08.18 06:25:52.190987 [ 218 ] {} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21244 | 2024.08.18 06:25:52.191096 [ 218 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21245 | 2024.08.18 06:25:52.193632 [ 218 ] {} <Debug> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21246 | 2024.08.18 06:25:52.360886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 4207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21247 | 2024.08.18 06:25:52.361056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21248 | 2024.08.18 06:25:52.361101 [ 3 ] {} <Debug> HTTP-Session: dfd3411a-695b-4b6b-825e-2e104238db77 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21249 | 2024.08.18 06:25:52.361140 [ 3 ] {} <Debug> HTTP-Session: dfd3411a-695b-4b6b-825e-2e104238db77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21250 | 2024.08.18 06:25:52.361169 [ 3 ] {} <Debug> HTTP-Session: dfd3411a-695b-4b6b-825e-2e104238db77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21251 | 2024.08.18 06:25:52.361246 [ 3 ] {} <Trace> HTTP-Session: dfd3411a-695b-4b6b-825e-2e104238db77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21252 | 2024.08.18 06:25:52.361534 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
21253 | 2024.08.18 06:25:52.361639 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
21254 | 2024.08.18 06:25:52.361908 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21255 | 2024.08.18 06:25:52.362348 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21256 | 2024.08.18 06:25:52.362388 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21257 | 2024.08.18 06:25:52.362754 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
21258 | 2024.08.18 06:25:52.363092 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Trace> oximeter.fields_i64 (3bb84704-bb64-4eb2-baf6-5ecb1e27e0b3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21259 | 2024.08.18 06:25:52.363233 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.0018 sec., 16111.111111111111 rows/sec., 1.28 MiB/sec. | ||
21260 | 2024.08.18 06:25:52.363420 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Debug> DynamicQueryHandler: Done processing query | ||
21261 | 2024.08.18 06:25:52.363447 [ 3 ] {6fe92071-2179-41da-b978-734eae38d771} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
21262 | 2024.08.18 06:25:52.363463 [ 3 ] {} <Debug> HTTP-Session: dfd3411a-695b-4b6b-825e-2e104238db77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21263 | 2024.08.18 06:25:52.363583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21264 | 2024.08.18 06:25:52.363633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21265 | 2024.08.18 06:25:52.363653 [ 3 ] {} <Debug> HTTP-Session: f1067f7f-7bb9-4f98-abb6-046984497c0f Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21266 | 2024.08.18 06:25:52.363670 [ 3 ] {} <Debug> HTTP-Session: f1067f7f-7bb9-4f98-abb6-046984497c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21267 | 2024.08.18 06:25:52.363683 [ 3 ] {} <Debug> HTTP-Session: f1067f7f-7bb9-4f98-abb6-046984497c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21268 | 2024.08.18 06:25:52.363714 [ 3 ] {} <Trace> HTTP-Session: f1067f7f-7bb9-4f98-abb6-046984497c0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21269 | 2024.08.18 06:25:52.363810 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
21270 | 2024.08.18 06:25:52.363852 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
21271 | 2024.08.18 06:25:52.363981 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21272 | 2024.08.18 06:25:52.364327 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21273 | 2024.08.18 06:25:52.364366 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21274 | 2024.08.18 06:25:52.364665 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
21275 | 2024.08.18 06:25:52.364978 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Trace> oximeter.fields_ipaddr (8c64ca58-ab63-4d73-a94e-e3206a40b0ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21276 | 2024.08.18 06:25:52.365103 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001318 sec., 3034.901365705615 rows/sec., 247.47 KiB/sec. | ||
21277 | 2024.08.18 06:25:52.365358 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Debug> DynamicQueryHandler: Done processing query | ||
21278 | 2024.08.18 06:25:52.365410 [ 3 ] {8cbadd89-bf77-4e14-a107-22b33e43bba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
21279 | 2024.08.18 06:25:52.365438 [ 3 ] {} <Debug> HTTP-Session: f1067f7f-7bb9-4f98-abb6-046984497c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21280 | 2024.08.18 06:25:52.365573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 21208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21281 | 2024.08.18 06:25:52.365622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21282 | 2024.08.18 06:25:52.365642 [ 3 ] {} <Debug> HTTP-Session: 70958b7a-2d47-4a8d-bd33-c3e7cfc9717d Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21283 | 2024.08.18 06:25:52.365659 [ 3 ] {} <Debug> HTTP-Session: 70958b7a-2d47-4a8d-bd33-c3e7cfc9717d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21284 | 2024.08.18 06:25:52.365673 [ 3 ] {} <Debug> HTTP-Session: 70958b7a-2d47-4a8d-bd33-c3e7cfc9717d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21285 | 2024.08.18 06:25:52.365704 [ 3 ] {} <Trace> HTTP-Session: 70958b7a-2d47-4a8d-bd33-c3e7cfc9717d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21286 | 2024.08.18 06:25:52.365843 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
21287 | 2024.08.18 06:25:52.365886 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
21288 | 2024.08.18 06:25:52.366030 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21289 | 2024.08.18 06:25:52.366446 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21290 | 2024.08.18 06:25:52.366483 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21291 | 2024.08.18 06:25:52.366805 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
21292 | 2024.08.18 06:25:52.367123 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21293 | 2024.08.18 06:25:52.367251 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Debug> executeQuery: Read 145 rows, 12.40 KiB in 0.001466 sec., 98908.59481582537 rows/sec., 8.26 MiB/sec. | ||
21294 | 2024.08.18 06:25:52.367387 [ 225 ] {} <Trace> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21295 | 2024.08.18 06:25:52.367437 [ 225 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21296 | 2024.08.18 06:25:52.367488 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Debug> DynamicQueryHandler: Done processing query | ||
21297 | 2024.08.18 06:25:52.367523 [ 3 ] {1b81aee7-d959-4fe3-9a20-5d2c435608da} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
21298 | 2024.08.18 06:25:52.367550 [ 3 ] {} <Debug> HTTP-Session: 70958b7a-2d47-4a8d-bd33-c3e7cfc9717d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21299 | 2024.08.18 06:25:52.367715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21300 | 2024.08.18 06:25:52.367792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21301 | 2024.08.18 06:25:52.367829 [ 3 ] {} <Debug> HTTP-Session: ddd15f26-9d69-4a93-938c-b3ee6861a220 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21302 | 2024.08.18 06:25:52.367853 [ 3 ] {} <Debug> HTTP-Session: ddd15f26-9d69-4a93-938c-b3ee6861a220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21303 | 2024.08.18 06:25:52.367879 [ 3 ] {} <Debug> HTTP-Session: ddd15f26-9d69-4a93-938c-b3ee6861a220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21304 | 2024.08.18 06:25:52.367954 [ 3 ] {} <Trace> HTTP-Session: ddd15f26-9d69-4a93-938c-b3ee6861a220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21305 | 2024.08.18 06:25:52.368209 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
21306 | 2024.08.18 06:25:52.368257 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
21307 | 2024.08.18 06:25:52.368519 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21308 | 2024.08.18 06:25:52.369012 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21309 | 2024.08.18 06:25:52.369064 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21310 | 2024.08.18 06:25:52.369588 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
21311 | 2024.08.18 06:25:52.370181 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Trace> oximeter.fields_u16 (eb3c9ca9-cc75-4204-8616-274a25cf5b26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21312 | 2024.08.18 06:25:52.370347 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002267 sec., 1764.44640494045 rows/sec., 123.20 KiB/sec. | ||
21313 | 2024.08.18 06:25:52.370792 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Debug> DynamicQueryHandler: Done processing query | ||
21314 | 2024.08.18 06:25:52.370890 [ 3 ] {da3c6974-dce6-4952-b406-260f65405759} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
21315 | 2024.08.18 06:25:52.370971 [ 3 ] {} <Debug> HTTP-Session: ddd15f26-9d69-4a93-938c-b3ee6861a220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21316 | 2024.08.18 06:25:52.371256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 16478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21317 | 2024.08.18 06:25:52.371365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21318 | 2024.08.18 06:25:52.371386 [ 3 ] {} <Debug> HTTP-Session: 9d3ad15d-a982-4d28-b49c-6bf9f97d21be Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21319 | 2024.08.18 06:25:52.371404 [ 3 ] {} <Debug> HTTP-Session: 9d3ad15d-a982-4d28-b49c-6bf9f97d21be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21320 | 2024.08.18 06:25:52.371418 [ 3 ] {} <Debug> HTTP-Session: 9d3ad15d-a982-4d28-b49c-6bf9f97d21be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21321 | 2024.08.18 06:25:52.371451 [ 3 ] {} <Trace> HTTP-Session: 9d3ad15d-a982-4d28-b49c-6bf9f97d21be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21322 | 2024.08.18 06:25:52.371639 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
21323 | 2024.08.18 06:25:52.371708 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
21324 | 2024.08.18 06:25:52.371815 [ 225 ] {} <Debug> oximeter.fields_string (c0a9e6fd-7d8c-40b9-b0ec-4d2456ad235e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21325 | 2024.08.18 06:25:52.372201 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21326 | 2024.08.18 06:25:52.373226 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21327 | 2024.08.18 06:25:52.373278 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21328 | 2024.08.18 06:25:52.373602 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
21329 | 2024.08.18 06:25:52.373917 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21330 | 2024.08.18 06:25:52.374057 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002497 sec., 38846.615939126954 rows/sec., 3.04 MiB/sec. | ||
21331 | 2024.08.18 06:25:52.374231 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Debug> DynamicQueryHandler: Done processing query | ||
21332 | 2024.08.18 06:25:52.374256 [ 3 ] {d322f9a2-79a0-4a21-b60a-ae26b57e1414} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
21333 | 2024.08.18 06:25:52.374271 [ 3 ] {} <Debug> HTTP-Session: 9d3ad15d-a982-4d28-b49c-6bf9f97d21be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21334 | 2024.08.18 06:25:52.374451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21335 | 2024.08.18 06:25:52.374499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21336 | 2024.08.18 06:25:52.374518 [ 3 ] {} <Debug> HTTP-Session: 90ef8751-0e30-41b1-86a1-34f291276abd Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21337 | 2024.08.18 06:25:52.374535 [ 3 ] {} <Debug> HTTP-Session: 90ef8751-0e30-41b1-86a1-34f291276abd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21338 | 2024.08.18 06:25:52.374548 [ 3 ] {} <Debug> HTTP-Session: 90ef8751-0e30-41b1-86a1-34f291276abd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21339 | 2024.08.18 06:25:52.374579 [ 3 ] {} <Trace> HTTP-Session: 90ef8751-0e30-41b1-86a1-34f291276abd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21340 | 2024.08.18 06:25:52.374721 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
21341 | 2024.08.18 06:25:52.374770 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
21342 | 2024.08.18 06:25:52.374919 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21343 | 2024.08.18 06:25:52.375300 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21344 | 2024.08.18 06:25:52.375337 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21345 | 2024.08.18 06:25:52.375728 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
21346 | 2024.08.18 06:25:52.376064 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21347 | 2024.08.18 06:25:52.376212 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00155 sec., 104516.12903225808 rows/sec., 7.28 MiB/sec. | ||
21348 | 2024.08.18 06:25:52.376392 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Debug> DynamicQueryHandler: Done processing query | ||
21349 | 2024.08.18 06:25:52.376417 [ 3 ] {0880b8e8-df44-45e0-bbbf-3636a235e8e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
21350 | 2024.08.18 06:25:52.376433 [ 3 ] {} <Debug> HTTP-Session: 90ef8751-0e30-41b1-86a1-34f291276abd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21351 | 2024.08.18 06:25:52.376598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 46482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21352 | 2024.08.18 06:25:52.376649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21353 | 2024.08.18 06:25:52.376669 [ 3 ] {} <Debug> HTTP-Session: 53d8570b-22b3-4000-b43a-60193f0bf5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21354 | 2024.08.18 06:25:52.376685 [ 3 ] {} <Debug> HTTP-Session: 53d8570b-22b3-4000-b43a-60193f0bf5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21355 | 2024.08.18 06:25:52.376698 [ 3 ] {} <Debug> HTTP-Session: 53d8570b-22b3-4000-b43a-60193f0bf5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21356 | 2024.08.18 06:25:52.376729 [ 3 ] {} <Trace> HTTP-Session: 53d8570b-22b3-4000-b43a-60193f0bf5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21357 | 2024.08.18 06:25:52.377024 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
21358 | 2024.08.18 06:25:52.377088 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <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 | ||
21359 | 2024.08.18 06:25:52.377502 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21360 | 2024.08.18 06:25:52.378255 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21361 | 2024.08.18 06:25:52.378292 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21362 | 2024.08.18 06:25:52.378930 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
21363 | 2024.08.18 06:25:52.379346 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Trace> oximeter.measurements_histogramf64 (ca737b87-46f4-4a40-ade1-1923212d4fc1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21364 | 2024.08.18 06:25:52.379553 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002728 sec., 10630.49853372434 rows/sec., 19.05 MiB/sec. | ||
21365 | 2024.08.18 06:25:52.379855 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Debug> DynamicQueryHandler: Done processing query | ||
21366 | 2024.08.18 06:25:52.379890 [ 3 ] {f5402d52-3899-4970-abe5-f2c750098100} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
21367 | 2024.08.18 06:25:52.379925 [ 3 ] {} <Debug> HTTP-Session: 53d8570b-22b3-4000-b43a-60193f0bf5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21368 | 2024.08.18 06:25:52.380087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61720, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
21369 | 2024.08.18 06:25:52.380140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
21370 | 2024.08.18 06:25:52.380159 [ 3 ] {} <Debug> HTTP-Session: ca960c7a-df2a-4be7-960b-27e1059b3dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61720 | ||
21371 | 2024.08.18 06:25:52.380175 [ 3 ] {} <Debug> HTTP-Session: ca960c7a-df2a-4be7-960b-27e1059b3dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
21372 | 2024.08.18 06:25:52.380189 [ 3 ] {} <Debug> HTTP-Session: ca960c7a-df2a-4be7-960b-27e1059b3dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21373 | 2024.08.18 06:25:52.380219 [ 3 ] {} <Trace> HTTP-Session: ca960c7a-df2a-4be7-960b-27e1059b3dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
21374 | 2024.08.18 06:25:52.380335 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61720) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
21375 | 2024.08.18 06:25:52.380379 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
21376 | 2024.08.18 06:25:52.380510 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
21377 | 2024.08.18 06:25:52.380817 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
21378 | 2024.08.18 06:25:52.380854 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
21379 | 2024.08.18 06:25:52.381210 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
21380 | 2024.08.18 06:25:52.381542 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Trace> oximeter.measurements_u64 (4399ebe4-07fd-4caf-b787-807686571848): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
21381 | 2024.08.18 06:25:52.381693 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
21382 | 2024.08.18 06:25:52.381864 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Debug> DynamicQueryHandler: Done processing query | ||
21383 | 2024.08.18 06:25:52.381889 [ 3 ] {36a7d63a-0d4e-4ed7-96eb-a83a4a9abc65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
21384 | 2024.08.18 06:25:52.381905 [ 3 ] {} <Debug> HTTP-Session: ca960c7a-df2a-4be7-960b-27e1059b3dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
21385 | 2024.08.18 06:25:52.991311 [ 222 ] {} <Trace> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21386 | 2024.08.18 06:25:52.991357 [ 222 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21387 | 2024.08.18 06:25:52.993569 [ 222 ] {} <Debug> oximeter.fields_uuid (6fc6ba93-0c14-418f-9a9e-7909da857108): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21388 | 2024.08.18 06:25:53.238638 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21389 | 2024.08.18 06:25:53.238700 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
21390 | 2024.08.18 06:25:53.240688 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (c043c17c-2b0d-4b2a-bd33-af52748cff30): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] |